/system/libhwbinder/ |
D | Binder.cpp | 116 err = onTransact(code, data, reply, flags, in transact() 184 status_t BHwBinder::onTransact( in onTransact() function in android::hardware::BHwBinder
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 187 Method* onTransact = new Method; in StubClass() local 188 onTransact->modifiers = PUBLIC | OVERRIDE; in StubClass() 189 onTransact->returnType = types->BoolType()->JavaType(); in StubClass() 190 onTransact->name = "onTransact"; in StubClass() 191 onTransact->parameters.push_back(this->transact_code); in StubClass() 192 onTransact->parameters.push_back(this->transact_data); in StubClass() 193 onTransact->parameters.push_back(this->transact_reply); in StubClass() 194 onTransact->parameters.push_back(this->transact_flags); in StubClass() 195 onTransact->statements = new StatementBlock; in StubClass() 196 transact_statements = onTransact->statements; in StubClass() [all …]
|
/system/core/gatekeeperd/ |
D | IGateKeeperService.cpp | 29 status_t BnGateKeeperService::onTransact( in onTransact() function in android::BnGateKeeperService 168 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IGateKeeperService.h | 111 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
|
/system/extras/perfprofd/binder_interface/ |
D | perfprofd_binder.cc | 85 status_t onTransact(uint32_t _aidl_code, 317 status_t PerfProfdNativeService::onTransact(uint32_t _aidl_code, in onTransact() function in android::perfprofd::binder::__anon88bf2cbb0111::PerfProfdNativeService 346 return ::android::os::BnPerfProfd::onTransact( 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 | 65 virtual status_t onTransact( uint32_t code,
|
/system/core/libmemunreachable/tests/ |
D | Binder_test.cpp | 44 virtual status_t onTransact(uint32_t /*code*/, const Parcel& data, Parcel* reply, in onTransact() function in android::BinderService
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 203 virtual status_t onTransact(uint32_t code, 419 onTransact( in onTransact() function 447 return BNINTERFACE::onTransact(code, data, reply, flags); in onTransact()
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 474 android::status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply, in onTransact() function in __anonabab27810111::NativeService 480 return BnTestService::onTransact(code, data, reply, flags); in onTransact()
|
/system/apex/apexd/ |
D | apexservice.cpp | 88 status_t onTransact(uint32_t _aidl_code, const Parcel& _aidl_data, 497 status_t ApexService::onTransact(uint32_t _aidl_code, const Parcel& _aidl_data, in onTransact() function in android::apex::binder::__anonb4d15a0a0111::ApexService 523 return BnApexService::onTransact(_aidl_code, _aidl_data, _aidl_reply, in onTransact()
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 65 "isRemote", "descriptor", "hidlStaticBlock", "onTransact",
|