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

/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.h138 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
/system/security/keystore/
H A DIKeystoreService.cpp647 status_t BnKeystoreService::onTransact( function in class:android::BnKeystoreService
964 return BBinder::onTransact(code, data, reply, flags);

Completed in 615 milliseconds