Home
last modified time | relevance | path

Searched defs:TakesANullableIBinderList (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DICppJavaTests.aidl48 void TakesANullableIBinderList(in @nullable List<IBinder> input); in TakesANullableIBinderList() method
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java526 public void TakesANullableIBinderList(List<IBinder> input) throws RemoteException {} in TakesANullableIBinderList() method in TestServiceServer.MyCppJavaTests
/aosp12/system/tools/aidl/tests/
H A Daidl_test_service.cpp264 Status TakesANullableIBinderList(const optional<vector<sp<IBinder>>>& input) { in TakesANullableIBinderList() function in __anon4c59ef040110::CppJavaTests