forked from donjohanliebert/hardware_xiaomi
IFAAService: Mark processCmd param as inout
Change-Id: I629b424e291abaa47207e057972aa41171f28327
This commit is contained in:
parent
5eb7d26c52
commit
8d12cc29c6
@ -10,7 +10,7 @@ interface IfaaManagerService {
|
||||
int getSupportBIOTypes();
|
||||
int startBIOManager(int authType);
|
||||
String getDeviceModel();
|
||||
byte[] processCmd(in byte[] param);
|
||||
byte[] processCmd(inout byte[] param);
|
||||
int getVersion();
|
||||
String getExtInfo(int authType, String keyExtInfo);
|
||||
void setExtInfo(int authType, String keyExtInfo, String valExtInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user