Home
last modified time | relevance | path

Searched defs:ReverseIBinderArray (Results 1 – 12 of 12) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl197 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/
DBnTestService.h208 …::ndk::ScopedAStatus ReverseIBinderArray(const std::vector<::ndk::SpAIBinder>& in_input, std::vect… in ReverseIBinderArray() function
/system/tools/aidl/tests/rust/
Dtest_service_async.rs459 async fn ReverseIBinderArray( in ReverseIBinderArray() method
Dtest_service.rs417 fn ReverseIBinderArray( in ReverseIBinderArray() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java263 …@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/
DTestServiceServer.java554 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/
DBnTestService.h262 …::android::binder::Status ReverseIBinderArray(const ::std::vector<::android::sp<::android::IBinder… in ReverseIBinderArray() function
DITestService.h463 …::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/
DITestService.cpp2370 ::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/
DITestService.rs77 …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/
DITestService.cpp3795 ::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/
Daidl_test_service.cpp712 Status ReverseIBinderArray(const vector<sp<IBinder>>& input, vector<sp<IBinder>>* repeated, in ReverseIBinderArray() function in __anon556d30440111::NativeService