Searched refs:TakesAnIBinderList (Results 1 – 5 of 5) sorted by relevance
47 void TakesAnIBinderList(in List<IBinder> input); in TakesAnIBinderList() method
127 auto status = cpp_java_tests->TakesAnIBinderList(input); in TEST_F()146 auto status = cpp_java_tests->TakesAnIBinderList(input); in TEST_F()
260 Status TakesAnIBinderList(const vector<sp<IBinder>>& input) override { in TakesAnIBinderList() function in __anonee08dd980111::CppJavaTests
88 mCppJavaTests.TakesAnIBinderList(listWithNulls); in testExpectNpeWithNullBinderList()
524 public void TakesAnIBinderList(List<IBinder> input) throws RemoteException {} in TakesAnIBinderList() method in TestServiceServer.MyCppJavaTests