Home
last modified time | relevance | path

Searched refs:TakesAnIBinderList (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DICppJavaTests.aidl47 void TakesAnIBinderList(in List<IBinder> input); in TakesAnIBinderList() method
/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp127 auto status = cpp_java_tests->TakesAnIBinderList(input); in TEST_F()
146 auto status = cpp_java_tests->TakesAnIBinderList(input); in TEST_F()
Daidl_test_service.cpp260 Status TakesAnIBinderList(const vector<sp<IBinder>>& input) override { in TakesAnIBinderList() function in __anonee08dd980111::CppJavaTests
/system/tools/aidl/tests/java/src/android/aidl/tests/
DNullableTests.java88 mCppJavaTests.TakesAnIBinderList(listWithNulls); in testExpectNpeWithNullBinderList()
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java524 public void TakesAnIBinderList(List<IBinder> input) throws RemoteException {} in TakesAnIBinderList() method in TestServiceServer.MyCppJavaTests