/system/tools/aidl/tests/ |
D | aidl_test_client_nullables.cpp | 72 DoTest(&ITestService::RepeatNullableIntEnumArray, in TEST_F()
|
D | aidl_test_service.cpp | 553 Status RepeatNullableIntEnumArray(const optional<vector<IntEnum>>& input, in RepeatNullableIntEnumArray() function in __anon556d30440111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 146 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 148 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a… in RepeatNullableIntEnumArray() function 149 return _impl->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray()
|
D | BpTestService.h | 55 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
|
D | ITestService.h | 332 …virtual ::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::an… 403 …::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 | BnTestService.h | 202 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function 203 return _aidl_delegate->RepeatNullableIntEnumArray(input, _aidl_return); in RepeatNullableIntEnumArray()
|
D | BpTestService.h | 54 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android…
|
D | ITestService.h | 252 …virtual ::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<:… 403 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 57 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method 133 …fn RepeatNullableIntEnumArray<'a>(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android_4_a… in RepeatNullableIntEnumArray() method 204 …async fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_… in RepeatNullableIntEnumArray() method 369 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in new_async_binder() function 370 self._rt.block_on(self._inner.RepeatNullableIntEnumArray(_arg_input)) in new_async_binder() 573 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method 695 …pub const RepeatNullableIntEnumArray: binder::binder_impl::TransactionCode = binder::binder_impl::… constant 1536 return _aidl_default_impl.RepeatNullableIntEnumArray(_arg_input); in read_response_RepeatNullableIntEnumArray() 2211 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method 2213 …let _aidl_reply = self.binder.submit_transact(transactions::RepeatNullableIntEnumArray, _aidl_data… in RepeatNullableIntEnumArray() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 185 @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Default 480 @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Delegator 482 return mImpl.RepeatNullableIntEnumArray(input); in RepeatNullableIntEnumArray() 1130 int[] _result = this.RepeatNullableIntEnumArray(_arg0); in onTransact() 2474 … @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Stub.Proxy 2486 return getDefaultImpl().RepeatNullableIntEnumArray(input); in RepeatNullableIntEnumArray() 3375 public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException; in RepeatNullableIntEnumArray() method
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 288 impl_repeat_nullable! {RepeatNullableIntEnumArray, IntEnum}
|
D | test_service_async.rs | 321 impl_repeat_nullable! {RepeatNullableIntEnumArray, IntEnum}
|
D | test_client.rs | 432 RepeatNullableIntEnumArray,
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 408 public int[] RepeatNullableIntEnumArray(int[] input) throws RemoteException { in RepeatNullableIntEnumArray() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 817 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableIntEnumArray(in_input, &_aidl_return… in _aidl_android_aidl_tests_ITestService_onTransact() 2972 ::ndk::ScopedAStatus BpTestService::RepeatNullableIntEnumArray(const std::optional<std::vector<::ai… in RepeatNullableIntEnumArray() function in aidl::android::aidl::tests::BpTestService 2996 … _aidl_status = ITestService::getDefaultImpl()->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray() 4330 ::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 | 1606 ::android::binder::Status BpTestService::RepeatNullableIntEnumArray(const ::std::optional<::std::ve… in RepeatNullableIntEnumArray() function in android::aidl::tests::BpTestService 1623 return ITestService::getDefaultImpl()->RepeatNullableIntEnumArray(input, _aidl_return); in RepeatNullableIntEnumArray() 3937 ::android::binder::Status _aidl_status(RepeatNullableIntEnumArray(in_input, &_aidl_return)); in onTransact()
|