/system/tools/aidl/ |
D | generate_java_binder.cpp | 102 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/libhwbinder/ |
D | Binder.cpp | 90 err = onTransact(code, data, reply, flags, in transact() 169 status_t BHwBinder::onTransact( in onTransact() function in android::hardware::BHwBinder
|
/system/core/storaged/include/ |
D | storaged_service.h | 50 … virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0);
|
/system/core/storaged/ |
D | storaged_service.cpp | 55 status_t BnStoraged::onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) { in onTransact() function in BnStoraged 71 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/system/core/gatekeeperd/ |
D | IGateKeeperService.cpp | 29 status_t BnGateKeeperService::onTransact( in onTransact() function in android::BnGateKeeperService 162 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IGateKeeperService.h | 104 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 122 virtual status_t onTransact(uint32_t code, 240 onTransact( in onTransact() function 253 return BNINTERFACE::onTransact(code, data, reply, flags); in onTransact()
|
/system/extras/tests/binder/benchmarks/ |
D | binderAddInts.cpp | 72 virtual status_t onTransact(uint32_t code, 172 status_t AddIntsService::onTransact(uint32_t code, const Parcel &data, in onTransact() function in AddIntsService
|
/system/libhwbinder/include/hwbinder/ |
D | Binder.h | 62 virtual status_t onTransact( uint32_t code,
|
/system/security/keystore/include/keystore/ |
D | IKeystoreService.h | 249 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
|
/system/security/keystore/ |
D | IKeystoreService.cpp | 927 status_t BnKeystoreService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, in onTransact() function in android::BnKeystoreService 1355 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 54 "isRemote", "descriptor", "hidlStaticBlock", "onTransact",
|