/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | IDeprecated.cpp | 42 ::android::status_t BnDeprecated::onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_da… in onTransact() function in android::aidl::tests::BnDeprecated 47 …_aidl_ret_status = ::android::BBinder::onTransact(_aidl_code, _aidl_data, _aidl_reply, _aidl_flags… in onTransact()
|
D | ICircular.cpp | 73 ::android::status_t BnCircular::onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data… in onTransact() function in android::aidl::tests::BnCircular 100 …_aidl_ret_status = ::android::BBinder::onTransact(_aidl_code, _aidl_data, _aidl_reply, _aidl_flags… in onTransact()
|
D | INewName.cpp | 73 ::android::status_t BnNewName::onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data,… in onTransact() function in android::aidl::tests::BnNewName 100 …_aidl_ret_status = ::android::BBinder::onTransact(_aidl_code, _aidl_data, _aidl_reply, _aidl_flags… in onTransact()
|
D | IOldName.cpp | 73 ::android::status_t BnOldName::onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data,… in onTransact() function in android::aidl::tests::BnOldName 100 …_aidl_ret_status = ::android::BBinder::onTransact(_aidl_code, _aidl_data, _aidl_reply, _aidl_flags… in onTransact()
|
D | INamedCallback.cpp | 73 ::android::status_t BnNamedCallback::onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl… in onTransact() function in android::aidl::tests::BnNamedCallback 100 …_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 | 60 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in IDeprecated.Stub 75 return super.onTransact(code, data, reply, flags); in onTransact()
|
D | IOldName.java | 66 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in IOldName.Stub 91 return super.onTransact(code, data, reply, flags); in onTransact()
|
D | INewName.java | 66 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in INewName.Stub 91 return super.onTransact(code, data, reply, flags); in onTransact()
|
D | INamedCallback.java | 66 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in INamedCallback.Stub 91 return super.onTransact(code, data, reply, flags); in onTransact()
|
D | ICircular.java | 66 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in ICircular.Stub 91 return super.onTransact(code, data, reply, flags); in onTransact()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-permission-java-source/gen/android/aidl/tests/permission/ |
D | INoPermission.java | 65 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in INoPermission.Stub 89 return super.onTransact(code, data, reply, flags); in onTransact()
|
D | IProtectedInterface.java | 83 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in IProtectedInterface.Stub 113 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 | BnNamedCallback.h | 16 …::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 | BnNewName.h | 16 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
|
D | BnCircular.h | 17 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
|
/system/libhwbinder/ |
D | Binder.cpp | 132 return onTransact(code, data, reply, flags, [&](auto& replyParcel) { in transact() 195 status_t BHwBinder::onTransact( in onTransact() function in android::hardware::BHwBinder
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/ |
D | INestedService.java | 73 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in INestedService.Stub 112 return super.onTransact(code, data, reply, flags); in onTransact() 284 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in INestedService.ICallback.Stub 311 return super.onTransact(code, data, reply, flags); in onTransact()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/ |
D | INestedService.cpp | 120 ::android::status_t BnNestedService::onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl… in onTransact() function in android::aidl::tests::nested::BnNestedService 187 …_aidl_ret_status = ::android::BBinder::onTransact(_aidl_code, _aidl_data, _aidl_reply, _aidl_flags… in onTransact() 324 ::android::status_t INestedService::BnCallback::onTransact(uint32_t _aidl_code, const ::android::Pa… in onTransact() function in android::aidl::tests::nested::INestedService::BnCallback 355 …_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-permission-java-source/gen/android/aidl/tests/permission/platform/ |
D | IProtected.java | 76 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in IProtected.Stub 103 return super.onTransact(code, data, reply, flags); in onTransact()
|
/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/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 66 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in ILoggableInterface.Stub 145 return super.onTransact(code, data, reply, flags); in onTransact() 286 …@Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int… in onTransact() method in ILoggableInterface.ISub.Stub 313 return super.onTransact(code, data, reply, flags); in onTransact()
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 172 auto onTransact = std::make_shared<Method>(); in StubClass() local 173 onTransact->modifiers = PUBLIC | OVERRIDE; in StubClass() 174 onTransact->returnType = "boolean"; in StubClass() 175 onTransact->name = "onTransact"; in StubClass() 176 onTransact->parameters.push_back(this->transact_code); in StubClass() 177 onTransact->parameters.push_back(this->transact_data); in StubClass() 178 onTransact->parameters.push_back(this->transact_reply); in StubClass() 179 onTransact->parameters.push_back(this->transact_flags); in StubClass() 180 onTransact->statements = std::make_shared<StatementBlock>(); in StubClass() 181 transact_statements = onTransact->statements; in StubClass() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/ |
D | BnNestedService.h | 19 …::android::status_t onTransact(uint32_t _aidl_code, const ::android::Parcel& _aidl_data, ::android…
|