Home
last modified time | relevance | path

Searched refs:takeInterface (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/ndk/tests/
DIBinderNdkUnitTest.aidl27 void takeInterface(IEmpty test); in takeInterface() method
Dlibbinder_ndk_unit_test.cpp52 ndk::ScopedAStatus takeInterface(const std::shared_ptr<aidl::IEmpty>& empty) { in takeInterface() function in MyBinderNdkUnitTest
343 service->takeInterface(empty); in TEST()