/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 197 IBinder[] ReverseIBinderArray(in IBinder[] input, out IBinder[] repeated); in ReverseIBinderArray() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 208 …::ndk::ScopedAStatus ReverseIBinderArray(const std::vector<::ndk::SpAIBinder>& in_input, std::vect… in ReverseIBinderArray() function
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 459 async fn ReverseIBinderArray( in ReverseIBinderArray() method
|
D | test_service.rs | 417 fn ReverseIBinderArray( in ReverseIBinderArray() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 263 …@Override public android.os.IBinder[] ReverseIBinderArray(android.os.IBinder[] input, android.os.I… in ReverseIBinderArray() method in ITestService.Default 564 …@Override public android.os.IBinder[] ReverseIBinderArray(android.os.IBinder[] input, android.os.I… in ReverseIBinderArray() method in ITestService.Delegator 2967 …@Override public android.os.IBinder[] ReverseIBinderArray(android.os.IBinder[] input, android.os.I… in ReverseIBinderArray() method in ITestService.Stub.Proxy 3399 …public android.os.IBinder[] ReverseIBinderArray(android.os.IBinder[] input, android.os.IBinder[] r… in ReverseIBinderArray() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 554 public IBinder[] ReverseIBinderArray(IBinder[] input, IBinder[] repeated) { in ReverseIBinderArray() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 262 …::android::binder::Status ReverseIBinderArray(const ::std::vector<::android::sp<::android::IBinder… in ReverseIBinderArray() function
|
D | ITestService.h | 463 …::android::binder::Status ReverseIBinderArray(const ::std::vector<::android::sp<::android::IBinder… in ReverseIBinderArray() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 2370 ::android::binder::Status BpTestService::ReverseIBinderArray(const ::std::vector<::android::sp<::an… in ReverseIBinderArray() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 77 …fn ReverseIBinderArray(&self, _arg_input: &[binder::SpIBinder], _arg_repeated: &mut Vec<Option<bin… in ReverseIBinderArray() method 153 …fn ReverseIBinderArray<'a>(&'a self, _arg_input: &'a [binder::SpIBinder], _arg_repeated: &'a mut V… in ReverseIBinderArray() method 224 …async fn ReverseIBinderArray(&self, _arg_input: &[binder::SpIBinder], _arg_repeated: &mut Vec<Opti… in ReverseIBinderArray() method 429 …fn ReverseIBinderArray(&self, _arg_input: &[binder::SpIBinder], _arg_repeated: &mut Vec<Option<bin… in new_async_binder() function 633 …fn ReverseIBinderArray(&self, _arg_input: &[binder::SpIBinder], _arg_repeated: &mut Vec<Option<bin… in ReverseIBinderArray() method 715 …pub const ReverseIBinderArray: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_C… constant 2311 …fn ReverseIBinderArray(&self, _arg_input: &[binder::SpIBinder], _arg_repeated: &mut Vec<Option<bin… in ReverseIBinderArray() method 3110 …fn ReverseIBinderArray<'a>(&'a self, _arg_input: &'a [binder::SpIBinder], _arg_repeated: &'a mut V… in ReverseIBinderArray() method 3262 …fn ReverseIBinderArray(&self, _arg_input: &[binder::SpIBinder], _arg_repeated: &mut Vec<Option<bin… in ReverseIBinderArray() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 3795 ::ndk::ScopedAStatus BpTestService::ReverseIBinderArray(const std::vector<::ndk::SpAIBinder>& in_in… in ReverseIBinderArray() function in aidl::android::aidl::tests::BpTestService 4430 ::ndk::ScopedAStatus ITestServiceDefault::ReverseIBinderArray(const std::vector<::ndk::SpAIBinder>&… in ReverseIBinderArray() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 712 Status ReverseIBinderArray(const vector<sp<IBinder>>& input, vector<sp<IBinder>>* repeated, in ReverseIBinderArray() function in __anon556d30440111::NativeService
|