Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_java_binder.cpp102 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/
DBinder.cpp90 err = onTransact(code, data, reply, flags, in transact()
169 status_t BHwBinder::onTransact( in onTransact() function in android::hardware::BHwBinder
/system/core/storaged/include/
Dstoraged_service.h50 … virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0);
/system/core/storaged/
Dstoraged_service.cpp55 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/
DIGateKeeperService.cpp29 status_t BnGateKeeperService::onTransact( in onTransact() function in android::BnGateKeeperService
162 return BBinder::onTransact(code, data, reply, flags); in onTransact()
DIGateKeeperService.h104 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h122 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/
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.h62 virtual status_t onTransact( uint32_t code,
/system/security/keystore/include/keystore/
DIKeystoreService.h249 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
/system/security/keystore/
DIKeystoreService.cpp927 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/
Dhidl-gen_y.yy54 "isRemote", "descriptor", "hidlStaticBlock", "onTransact",