IFAAService: Mark processCmd param as inout

Change-Id: I629b424e291abaa47207e057972aa41171f28327
This commit is contained in:
Sebastiano Barezzi 2022-05-04 09:51:12 +02:00
parent 5eb7d26c52
commit 8d12cc29c6
No known key found for this signature in database
GPG Key ID: 47760583F393BC44

View File

@ -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);