Home
last modified time | relevance | path

Searched refs:onTransact (Results 1 – 25 of 26) sorted by relevance

12

/system/tools/aidl/
Dgenerate_java_binder.cpp102 Method* onTransact = new Method; in StubClass() local
103 onTransact->modifiers = PUBLIC | OVERRIDE; in StubClass()
104 onTransact->returnType = types->BoolType(); in StubClass()
105 onTransact->name = "onTransact"; in StubClass()
106 onTransact->parameters.push_back(this->transact_code); in StubClass()
107 onTransact->parameters.push_back(this->transact_data); in StubClass()
108 onTransact->parameters.push_back(this->transact_reply); in StubClass()
109 onTransact->parameters.push_back(this->transact_flags); in StubClass()
110 onTransact->statements = new StatementBlock; in StubClass()
111 onTransact->exceptions.push_back(types->RemoteExceptionType()); in StubClass()
[all …]
/system/bt/service/common/bluetooth/binder/
DIBluetoothGattClientCallback.cpp37 status_t BnBluetoothGattClientCallback::onTransact( in onTransact() function in ipc::binder::BnBluetoothGattClientCallback
54 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIBluetoothCallback.cpp37 status_t BnBluetoothCallback::onTransact( in onTransact() function in ipc::binder::BnBluetoothCallback
59 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIBluetoothGattClient.cpp38 status_t BnBluetoothGattClient::onTransact( in onTransact() function in ipc::binder::BnBluetoothGattClient
62 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIBluetoothLowEnergyCallback.cpp42 status_t BnBluetoothLowEnergyCallback::onTransact( in onTransact() function in ipc::binder::BnBluetoothLowEnergyCallback
90 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIBluetoothCallback.h65 virtual android::status_t onTransact(
DIBluetoothGattClientCallback.h72 virtual android::status_t onTransact(
DIBluetoothGattClient.h81 virtual android::status_t onTransact(
DIBluetoothLowEnergyCallback.h82 virtual android::status_t onTransact(
DIBluetoothLowEnergy.cpp43 status_t BnBluetoothLowEnergy::onTransact( in onTransact() function in ipc::binder::BnBluetoothLowEnergy
151 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIBluetoothLowEnergy.h108 virtual android::status_t onTransact(
DIBluetoothGattServerCallback.cpp39 status_t BnBluetoothGattServerCallback::onTransact( in onTransact() function in ipc::binder::BnBluetoothGattServerCallback
136 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIBluetooth.cpp65 status_t BnBluetooth::onTransact( in onTransact() function in ipc::binder::BnBluetooth
157 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIBluetoothGattServer.cpp40 status_t BnBluetoothGattServer::onTransact( in onTransact() function in ipc::binder::BnBluetoothGattServer
163 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIBluetoothGattServerCallback.h104 virtual android::status_t onTransact(
DIBluetoothGattServer.h108 virtual android::status_t onTransact(
DIBluetooth.h169 virtual android::status_t onTransact(
/system/nativepower/include/nativepower/
DBnPowerManager.h29 status_t onTransact(uint32_t code,
/system/nativepower/daemon/
DBnPowerManager.cc23 status_t BnPowerManager::onTransact(uint32_t code, in onTransact() function in android::BnPowerManager
94 return BBinder::onTransact(code, data, reply, flags); in onTransact()
/system/core/gatekeeperd/
DIGateKeeperService.cpp29 status_t BnGateKeeperService::onTransact( in onTransact() function in android::BnGateKeeperService
162 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIGateKeeperService.h104 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
/system/core/fingerprintd/
DIFingerprintDaemon.cpp47 status_t BnFingerprintDaemon::onTransact(uint32_t code, const Parcel& data, Parcel* reply, in onTransact() function in android::BnFingerprintDaemon
193 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIFingerprintDaemon.h79 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp72 virtual status_t onTransact(uint32_t code,
173 status_t AddIntsService::onTransact(uint32_t code, const Parcel &data, in onTransact() function in AddIntsService
/system/security/keystore/include/keystore/
DIKeystoreService.h257 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,

12