Home
last modified time | relevance | path

Searched defs:ReverseNamedCallbackList (Results 1 – 11 of 11) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DICppJavaTests.aidl39 List<IBinder> ReverseNamedCallbackList(in List<IBinder> input, out List<IBinder> repeated); in ReverseNamedCallbackList() method
/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-java-source/gen/android/aidl/tests/
DICppJavaTests.java33 …@Override public java.util.List<android.os.IBinder> ReverseNamedCallbackList(java.util.List<androi… in ReverseNamedCallbackList() method in ICppJavaTests.Default
364 …@Override public java.util.List<android.os.IBinder> ReverseNamedCallbackList(java.util.List<androi… in ReverseNamedCallbackList() method in ICppJavaTests.Stub.Proxy
444 …public java.util.List<android.os.IBinder> ReverseNamedCallbackList(java.util.List<android.os.IBind… in ReverseNamedCallbackList() method
/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-java-source/gen/android/aidl/tests/
DICppJavaTests.java33 …@Override public java.util.List<android.os.IBinder> ReverseNamedCallbackList(java.util.List<androi… in ReverseNamedCallbackList() method in ICppJavaTests.Default
364 …@Override public java.util.List<android.os.IBinder> ReverseNamedCallbackList(java.util.List<androi… in ReverseNamedCallbackList() method in ICppJavaTests.Stub.Proxy
444 …public java.util.List<android.os.IBinder> ReverseNamedCallbackList(java.util.List<android.os.IBind… in ReverseNamedCallbackList() method
/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-cpp-source/gen/include/android/aidl/tests/
DICppJavaTests.h66 …::android::binder::Status ReverseNamedCallbackList(const ::std::vector<::android::sp<::android::IB… in ReverseNamedCallbackList() function
DBnCppJavaTests.h50 …::android::binder::Status ReverseNamedCallbackList(const ::std::vector<::android::sp<::android::IB… in ReverseNamedCallbackList() function
/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-cpp-source/gen/include/android/aidl/tests/
DICppJavaTests.h66 …::android::binder::Status ReverseNamedCallbackList(const ::std::vector<::android::sp<::android::IB… in ReverseNamedCallbackList() function
DBnCppJavaTests.h50 …::android::binder::Status ReverseNamedCallbackList(const ::std::vector<::android::sp<::android::IB… in ReverseNamedCallbackList() function
/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-cpp-source/gen/android/aidl/tests/
DICppJavaTests.cpp232 ::android::binder::Status BpCppJavaTests::ReverseNamedCallbackList(const ::std::vector<::android::s… in ReverseNamedCallbackList() function in android::aidl::tests::BpCppJavaTests
/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-cpp-source/gen/android/aidl/tests/
DICppJavaTests.cpp232 ::android::binder::Status BpCppJavaTests::ReverseNamedCallbackList(const ::std::vector<::android::s… in ReverseNamedCallbackList() function in android::aidl::tests::BpCppJavaTests
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java692 public List<IBinder> ReverseNamedCallbackList(List<IBinder> input, List<IBinder> repeated) in ReverseNamedCallbackList() method in TestServiceServer.MyCppJavaTests
/system/tools/aidl/tests/
Daidl_test_service.cpp249 Status ReverseNamedCallbackList(const vector<sp<IBinder>>& input, vector<sp<IBinder>>* repeated, in ReverseNamedCallbackList() function in __anon955382ac0111::CppJavaTests