/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 117 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
|
/system/tools/aidl/tests/ |
D | aidl_test_client_nullables.cpp | 72 DoTest(&ITestService::RepeatNullableIntEnumArray, in TEST_F()
|
D | aidl_test_service.cpp | 476 Status RepeatNullableIntEnumArray(const optional<vector<IntEnum>>& input, in RepeatNullableIntEnumArray() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 48 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method 173 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method 262 …pub const RepeatNullableIntEnumArray: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 3… constant 942 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method 943 …let _aidl_reply = self.binder.transact(transactions::RepeatNullableIntEnumArray, binder::FLAG_CLEA… in RepeatNullableIntEnumArray() 950 return _aidl_default_impl.RepeatNullableIntEnumArray(_arg_input); in RepeatNullableIntEnumArray() 1282 …RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_tests_7… in RepeatNullableIntEnumArray() method 1728 transactions::RepeatNullableIntEnumArray => { in on_transact() 1730 let _aidl_return = _aidl_service.RepeatNullableIntEnumArray(_arg_input.as_deref()); in on_transact()
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 200 impl_repeat_nullable! {RepeatNullableIntEnumArray, IntEnum}
|
D | test_client.rs | 384 RepeatNullableIntEnumArray,
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 49 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
|
D | ITestService.h | 198 …virtual ::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::an… 254 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 51 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android…
|
D | ITestService.h | 144 …virtual ::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<:… 268 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 160 @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Default 729 int[] _result = this.RepeatNullableIntEnumArray(_arg0); in onTransact() 1824 … @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Stub.Proxy 1835 return getDefaultImpl().RepeatNullableIntEnumArray(input); in RepeatNullableIntEnumArray() 2471 public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException; in RepeatNullableIntEnumArray() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 320 public int[] RepeatNullableIntEnumArray(int[] input) throws RemoteException { in RepeatNullableIntEnumArray() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 696 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableIntEnumArray(in_input, &_aidl_return… in _aidl_onTransact() 2428 ::ndk::ScopedAStatus BpTestService::RepeatNullableIntEnumArray(const std::optional<std::vector<::ai… in RepeatNullableIntEnumArray() function in aidl::android::aidl::tests::BpTestService 2452 … _aidl_status = ITestService::getDefaultImpl()->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray() 3381 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableIntEnumArray(const std::optional<std::vecto… in RepeatNullableIntEnumArray() 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 | 1378 ::android::binder::Status BpTestService::RepeatNullableIntEnumArray(const ::std::optional<::std::ve… in RepeatNullableIntEnumArray() function in android::aidl::tests::BpTestService 1395 return ITestService::getDefaultImpl()->RepeatNullableIntEnumArray(input, _aidl_return); in RepeatNullableIntEnumArray() 3040 ::android::binder::Status _aidl_status(RepeatNullableIntEnumArray(in_input, &_aidl_return)); in onTransact()
|