/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | IDeprecated.cpp | 55 ::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()
|
D | INewName.cpp | 85 ::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()
|
D | INamedCallback.cpp | 85 ::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()
|
D | IOldName.cpp | 85 ::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/ |
D | IDeprecated.java | 44 …@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()
|
D | INewName.java | 46 …@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()
|
D | INamedCallback.java | 46 …@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()
|
D | IOldName.java | 46 …@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/ |
D | BnDeprecated.h | 15 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
|
D | BnOldName.h | 16 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
|
D | BnNamedCallback.h | 16 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
|
D | BnNewName.h | 16 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
|
D | BnTestService.h | 66 …::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/ |
D | BnLoggableInterface.h | 18 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
|
/system/libhwbinder/ |
D | Binder.cpp | 135 err = onTransact(code, data, reply, flags, in transact() 203 status_t BHwBinder::onTransact( in onTransact() function in android::hardware::BHwBinder
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 186 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/ |
D | binderAddInts.cpp | 72 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/ |
D | Binder.h | 69 virtual status_t onTransact( uint32_t code,
|
/system/memory/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, 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/ |
D | ILoggableInterface.java | 46 …@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/ |
D | TestServiceServer.java | 93 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/ |
D | apexservice.cpp | 120 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/ |
D | ILoggableInterface.cpp | 270 ::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/ |
D | aidl_test_service.cpp | 613 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()
|