Searched defs:onTransact (Results 1 - 14 of 14) sorted by relevance

/system/bt/service/common/bluetooth/binder/
H A DIBluetoothCallback.cpp37 status_t BnBluetoothCallback::onTransact( function in class:ipc::binder::BnBluetoothCallback
59 return BBinder::onTransact(code, data, reply, flags);
H A DIBluetoothGattClient.cpp38 status_t BnBluetoothGattClient::onTransact( function in class:ipc::binder::BnBluetoothGattClient
62 return BBinder::onTransact(code, data, reply, flags);
H A DIBluetoothGattClientCallback.cpp37 status_t BnBluetoothGattClientCallback::onTransact( function in class:ipc::binder::BnBluetoothGattClientCallback
54 return BBinder::onTransact(code, data, reply, flags);
H A DIBluetoothLowEnergyCallback.cpp42 status_t BnBluetoothLowEnergyCallback::onTransact( function in class:ipc::binder::BnBluetoothLowEnergyCallback
90 return BBinder::onTransact(code, data, reply, flags);
H A DIBluetooth.cpp65 status_t BnBluetooth::onTransact( function in class:ipc::binder::BnBluetooth
157 return BBinder::onTransact(code, data, reply, flags);
H A DIBluetoothGattServer.cpp40 status_t BnBluetoothGattServer::onTransact( function in class:ipc::binder::BnBluetoothGattServer
163 return BBinder::onTransact(code, data, reply, flags);
H A DIBluetoothGattServerCallback.cpp39 status_t BnBluetoothGattServerCallback::onTransact( function in class:ipc::binder::BnBluetoothGattServerCallback
136 return BBinder::onTransact(code, data, reply, flags);
H A DIBluetoothLowEnergy.cpp43 status_t BnBluetoothLowEnergy::onTransact( function in class:ipc::binder::BnBluetoothLowEnergy
151 return BBinder::onTransact(code, data, reply, flags);
/system/nativepower/daemon/
H A DBnPowerManager.cc23 status_t BnPowerManager::onTransact(uint32_t code, function in class:android::BnPowerManager
94 return BBinder::onTransact(code, data, reply, flags);
/system/core/fingerprintd/
H A DIFingerprintDaemon.cpp47 status_t BnFingerprintDaemon::onTransact(uint32_t code, const Parcel& data, Parcel* reply, function in class:android::BnFingerprintDaemon
193 return BBinder::onTransact(code, data, reply, flags);
/system/core/gatekeeperd/
H A DIGateKeeperService.cpp29 status_t BnGateKeeperService::onTransact( function in class:android::BnGateKeeperService
162 return BBinder::onTransact(code, data, reply, flags);
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp72 virtual status_t onTransact(uint32_t code,
173 status_t AddIntsService::onTransact(uint32_t code, const Parcel &data, function in class:AddIntsService
184 cerr << "server onTransact on CPU " << cpu << " expected CPU "
199 cerr << "server onTransact unknown code, code: " << code << endl;
/system/tools/aidl/
H A Dgenerate_java_binder.cpp97 // onTransact
102 Method* onTransact = new Method; local
103 onTransact->modifiers = PUBLIC | OVERRIDE;
104 onTransact->returnType = types->BoolType();
105 onTransact->name = "onTransact";
106 onTransact->parameters.push_back(this->transact_code);
107 onTransact->parameters.push_back(this->transact_data);
108 onTransact->parameters.push_back(this->transact_reply);
109 onTransact
[all...]
/system/security/keystore/
H A DIKeystoreService.cpp1361 status_t BnKeystoreService::onTransact( function in class:android::BnKeystoreService
1866 return BBinder::onTransact(code, data, reply, flags);

Completed in 310 milliseconds