/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 97 IntEnum[] ReverseIntEnum(in IntEnum[] input, out IntEnum[] repeated); in ReverseIntEnum() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 38 …fn ReverseIntEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_7_IntEnum], _arg_… in ReverseIntEnum() method 143 …fn ReverseIntEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_7_IntEnum], _arg_… in ReverseIntEnum() method 252 pub const ReverseIntEnum: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 23; constant 765 …fn ReverseIntEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_7_IntEnum], _arg_… in ReverseIntEnum() method 766 …let _aidl_reply = self.binder.transact(transactions::ReverseIntEnum, binder::FLAG_CLEAR_BUF | bind… in ReverseIntEnum() 774 return _aidl_default_impl.ReverseIntEnum(_arg_input, _arg_repeated); in ReverseIntEnum() 1272 …ReverseIntEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_7_IntEnum], _arg_rep… in ReverseIntEnum() method 1596 transactions::ReverseIntEnum => { in on_transact() 1600 let _aidl_return = _aidl_service.ReverseIntEnum(&_arg_input, &mut _arg_repeated); in on_transact()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_primitives.cpp | 178 DoTest(&ITestService::ReverseIntEnum, {IntEnum::FOO, IntEnum::BAR, IntEnum::BAR}); in TEST_F()
|
D | aidl_test_service.cpp | 403 Status ReverseIntEnum(const vector<IntEnum>& input, vector<IntEnum>* repeated, in ReverseIntEnum() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 143 impl_repeat_reverse! {RepeatIntEnum, ReverseIntEnum, IntEnum}
|
D | test_client.rs | 217 ReverseIntEnum,
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 39 …::ndk::ScopedAStatus ReverseIntEnum(const std::vector<::aidl::android::aidl::tests::IntEnum>& in_i…
|
D | ITestService.h | 188 …virtual ::ndk::ScopedAStatus ReverseIntEnum(const std::vector<::aidl::android::aidl::tests::IntEnu… 244 …::ndk::ScopedAStatus ReverseIntEnum(const std::vector<::aidl::android::aidl::tests::IntEnum>& in_i…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 41 …::android::binder::Status ReverseIntEnum(const ::std::vector<::android::aidl::tests::IntEnum>& inp…
|
D | ITestService.h | 134 …virtual ::android::binder::Status ReverseIntEnum(const ::std::vector<::android::aidl::tests::IntEn… 238 …::android::binder::Status ReverseIntEnum(const ::std::vector<::android::aidl::tests::IntEnum>&, ::… in ReverseIntEnum() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 117 …@Override public int[] ReverseIntEnum(int[] input, int[] repeated) throws android.os.RemoteExcepti… in ReverseIntEnum() method in ITestService.Default 595 int[] _result = this.ReverseIntEnum(_arg0, _arg1); in onTransact() 1558 …@Override public int[] ReverseIntEnum(int[] input, int[] repeated) throws android.os.RemoteExcepti… in ReverseIntEnum() method in ITestService.Stub.Proxy 1575 return getDefaultImpl().ReverseIntEnum(input, repeated); in ReverseIntEnum() 2457 public int[] ReverseIntEnum(int[] input, int[] repeated) throws android.os.RemoteException; in ReverseIntEnum() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 236 public int[] ReverseIntEnum(int[] input, int[] repeated) throws RemoteException { in ReverseIntEnum() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 495 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseIntEnum(in_input, &out_repeated, &_aidl_ret… in _aidl_onTransact() 1997 ::ndk::ScopedAStatus BpTestService::ReverseIntEnum(const std::vector<::aidl::android::aidl::tests::… in ReverseIntEnum() function in aidl::android::aidl::tests::BpTestService 2024 …_aidl_status = ITestService::getDefaultImpl()->ReverseIntEnum(in_input, out_repeated, _aidl_return… in ReverseIntEnum() 3331 ::ndk::ScopedAStatus ITestServiceDefault::ReverseIntEnum(const std::vector<::aidl::android::aidl::t… in ReverseIntEnum() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 970 ::android::binder::Status BpTestService::ReverseIntEnum(const ::std::vector<::android::aidl::tests:… in ReverseIntEnum() function in android::aidl::tests::BpTestService 991 return ITestService::getDefaultImpl()->ReverseIntEnum(input, repeated, _aidl_return); in ReverseIntEnum() 2753 ::android::binder::Status _aidl_status(ReverseIntEnum(in_input, &out_repeated, &_aidl_return)); in onTransact()
|