Searched refs:execWrite (Results 1 – 3 of 3) sorted by relevance
40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() argument
257 boolean execWrite) {261 + "execWrite=" + execWrite);268 mCallback.onExecuteWrite(device, transId, execWrite);
3366 void onExecuteWrite(String address, int connId, int transId, int execWrite) in onExecuteWrite() argument3378 app.callback.onExecuteWrite(address, transId, execWrite == 1); in onExecuteWrite()