Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/tests/
DIBinderNdkUnitTest.aidl22 import IEmpty;
27 void takeInterface(IEmpty test); in takeInterface()
DIEmpty.aidl17 interface IEmpty { } interface
DAndroid.bp109 "IEmpty.aidl",
Dlibbinder_ndk_unit_test.cpp52 ndk::ScopedAStatus takeInterface(const std::shared_ptr<aidl::IEmpty>& empty) { in takeInterface()