Home
last modified time | relevance | path

Searched refs:TakesANullableIBinderList (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DICppJavaTests.aidl48 void TakesANullableIBinderList(in @nullable List<IBinder> input); in TakesANullableIBinderList() method
/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp159 auto status = cpp_java_tests->TakesANullableIBinderList(input); in TEST_F()
173 auto status = cpp_java_tests->TakesANullableIBinderList(input); in TEST_F()
Daidl_test_service.cpp264 Status TakesANullableIBinderList(const optional<vector<sp<IBinder>>>& input) { in TakesANullableIBinderList() function in __anonee08dd980111::CppJavaTests
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java526 public void TakesANullableIBinderList(List<IBinder> input) throws RemoteException {} in TakesANullableIBinderList() method in TestServiceServer.MyCppJavaTests