Home
last modified time | relevance | path

Searched refs:onTransact (Results 1 – 12 of 12) sorted by relevance

/system/libhwbinder/
DBinder.cpp116 err = onTransact(code, data, reply, flags, in transact()
184 status_t BHwBinder::onTransact( in onTransact() function in android::hardware::BHwBinder
/system/tools/aidl/
Dgenerate_java_binder.cpp187 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/
DIGateKeeperService.cpp29 status_t BnGateKeeperService::onTransact( in onTransact() function in android::BnGateKeeperService
168 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIGateKeeperService.h111 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
/system/extras/perfprofd/binder_interface/
Dperfprofd_binder.cc85 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/
DbinderAddInts.cpp72 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/
DBinder.h65 virtual status_t onTransact( uint32_t code,
/system/core/libmemunreachable/tests/
DBinder_test.cpp44 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/
DHybridInterface.h203 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/
Daidl_test_service.cpp474 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/
Dapexservice.cpp88 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/
Dhidl-gen_y.yy65 "isRemote", "descriptor", "hidlStaticBlock", "onTransact",