Home
last modified time | relevance | path

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

12

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DIDeprecated.cpp55 ::android::status_t BnDeprecated::onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_da… in onTransact() function in android::aidl::tests::BnDeprecated
60 …_aidl_ret_status = ::android::BBinder::onTransact(_aidl_code, _aidl_data, _aidl_reply, _aidl_flags… in onTransact()
DINewName.cpp85 ::android::status_t BnNewName::onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data,… in onTransact() function in android::aidl::tests::BnNewName
111 …_aidl_ret_status = ::android::BBinder::onTransact(_aidl_code, _aidl_data, _aidl_reply, _aidl_flags… in onTransact()
DINamedCallback.cpp85 ::android::status_t BnNamedCallback::onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl… in onTransact() function in android::aidl::tests::BnNamedCallback
111 …_aidl_ret_status = ::android::BBinder::onTransact(_aidl_code, _aidl_data, _aidl_reply, _aidl_flags… in onTransact()
DIOldName.cpp85 ::android::status_t BnOldName::onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data,… in onTransact() function in android::aidl::tests::BnOldName
111 …_aidl_ret_status = ::android::BBinder::onTransact(_aidl_code, _aidl_data, _aidl_reply, _aidl_flags… in onTransact()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DIDeprecated.java44 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in IDeprecated.Stub
59 return super.onTransact(code, data, reply, flags); in onTransact()
DINewName.java46 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in INewName.Stub
69 return super.onTransact(code, data, reply, flags); in onTransact()
DINamedCallback.java46 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in INamedCallback.Stub
69 return super.onTransact(code, data, reply, flags); in onTransact()
DIOldName.java46 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in IOldName.Stub
69 return super.onTransact(code, data, reply, flags); in onTransact()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnDeprecated.h15 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
DBnOldName.h16 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
DBnNamedCallback.h16 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
DBnNewName.h16 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
DBnTestService.h66 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h18 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
/system/libhwbinder/
DBinder.cpp135 err = onTransact(code, data, reply, flags, in transact()
203 status_t BHwBinder::onTransact( in onTransact() function in android::hardware::BHwBinder
/system/tools/aidl/
Dgenerate_java_binder.cpp186 auto onTransact = std::make_shared<Method>(); in StubClass() local
187 onTransact->modifiers = PUBLIC | OVERRIDE; in StubClass()
188 onTransact->returnType = "boolean"; in StubClass()
189 onTransact->name = "onTransact"; in StubClass()
190 onTransact->parameters.push_back(this->transact_code); in StubClass()
191 onTransact->parameters.push_back(this->transact_data); in StubClass()
192 onTransact->parameters.push_back(this->transact_reply); in StubClass()
193 onTransact->parameters.push_back(this->transact_flags); in StubClass()
194 onTransact->statements = std::make_shared<StatementBlock>(); in StubClass()
195 transact_statements = onTransact->statements; in StubClass()
[all …]
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp72 virtual status_t onTransact(uint32_t code,
171 status_t AddIntsService::onTransact(uint32_t code, const Parcel &data, in onTransact() function in AddIntsService
/system/libhwbinder/include/hwbinder/
DBinder.h69 virtual status_t onTransact( uint32_t code,
/system/memory/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,
422 onTransact( in onTransact() function
450 return BNINTERFACE::onTransact(code, data, reply, flags); in onTransact()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java46 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in ILoggableInterface.Stub
144 return super.onTransact(code, data, reply, flags); in onTransact()
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java93 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { in onTransact() method in TestServiceServer
97 return super.onTransact(code, data, reply, flags); in onTransact()
/system/apex/apexd/
Dapexservice.cpp120 status_t onTransact(uint32_t _aidl_code, const Parcel& _aidl_data,
668 status_t ApexService::onTransact(uint32_t _aidl_code, const Parcel& _aidl_data, in onTransact() function in android::apex::binder::__anond65ff5a10111::ApexService
696 return BnApexService::onTransact(_aidl_code, _aidl_data, _aidl_reply, in onTransact()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp270 ::android::status_t BnLoggableInterface::onTransact(uint32_t _aidl_code, const ::android::Parcel& _… in onTransact() function in android::aidl::loggable::BnLoggableInterface
496 …_aidl_ret_status = ::android::BBinder::onTransact(_aidl_code, _aidl_data, _aidl_reply, _aidl_flags… in onTransact()
/system/tools/aidl/tests/
Daidl_test_service.cpp613 android::status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply, in onTransact() function in __anonee08dd980111::NativeService
619 return BnTestService::onTransact(code, data, reply, flags); in onTransact()

12