Searched defs:requestId (Results 1 – 3 of 3) sorted by relevance
/system/iorap/binder/com/google/android/startop/iorap/ |
D | ITaskListener.aidl | 29 void onProgress(in RequestId requestId, in TaskResult result); in onProgress() 30 void onComplete(in RequestId requestId, in TaskResult result); in onComplete()
|
/system/netd/server/ |
D | MDnsSdListener.cpp | 70 const int requestId, in discover() 145 int requestId = strtol(argv[2], nullptr, 10); in stop() local 161 void MDnsSdListener::Handler::serviceRegister(SocketClient *cli, int requestId, in serviceRegister() 217 void MDnsSdListener::Handler::resolveService(SocketClient *cli, int requestId, in resolveService() 287 void MDnsSdListener::Handler::getAddrInfo(SocketClient *cli, int requestId, in getAddrInfo() 347 void MDnsSdListener::Handler::setHostname(SocketClient *cli, int requestId, in setHostname() 429 int requestId = strtol(argv[2], nullptr, 10); in runCommand() local 441 int requestId = atoi(argv[2]); in runCommand() local 470 int requestId = atoi(argv[2]); in runCommand() local 496 int requestId = strtol(argv[2], nullptr, 10); in runCommand() local [all …]
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothGatt.aidl | 165 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse()
|