Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp130 auto status = service->TakesANullableIBinderList(input); in TEST_F()
142 auto status = service->TakesANullableIBinderList(input); in TEST_F()
Daidl_test_service.cpp411 Status TakesANullableIBinderList(const optional<vector<sp<IBinder>>>& input) { in TakesANullableIBinderList() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl115 void TakesANullableIBinderList(in @nullable List<IBinder> input); in TakesANullableIBinderList() method