Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_java_binder.cpp113 StubClass::StubClass(const AidlInterface* interfaceType, const Options& options) in StubClass()
263 void StubClass::MakeConstructors(const AidlInterface* interfaceType) { in MakeConstructors()
309 void StubClass::MakeAsInterface(const AidlInterface* interfaceType) { in MakeAsInterface()
368 ProxyClass::ProxyClass(const AidlInterface* interfaceType, const Options& options) : Class() { in ProxyClass()