Searched refs:onTransact (Results 1 - 7 of 7) sorted by relevance

/system/core/gatekeeperd/
H A DIGateKeeperService.h104 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
H A DIGateKeeperService.cpp29 status_t BnGateKeeperService::onTransact( function in class:android::BnGateKeeperService
162 return BBinder::onTransact(code, data, reply, flags);
/system/core/fingerprintd/
H A DIFingerprintDaemon.h77 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
H A DIFingerprintDaemon.cpp47 status_t BnFingerprintDaemon::onTransact(uint32_t code, const Parcel& data, Parcel* reply, function in class:android::BnFingerprintDaemon
183 return BBinder::onTransact(code, data, reply, flags);
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp83 virtual status_t onTransact(uint32_t code,
312 status_t AddIntsService::onTransact(uint32_t code, const Parcel &data, function in class:AddIntsService
323 cerr << "server onTransact on CPU " << cpu << " expected CPU "
338 cerr << "server onTransact unknown code, code: " << code << endl;
/system/security/keystore/include/keystore/
H A DIKeystoreService.h240 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
/system/security/keystore/
H A DIKeystoreService.cpp1266 status_t BnKeystoreService::onTransact( function in class:android::BnKeystoreService
1750 return BBinder::onTransact(code, data, reply, flags);

Completed in 71 milliseconds