Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_java_binder.cpp114 StubClass::StubClass(const AidlInterface* interfaceType, const Options& options) in StubClass()
277 void StubClass::MakeConstructors(const AidlInterface* interfaceType) { in MakeConstructors()
324 void StubClass::MakeAsInterface(const AidlInterface* interfaceType) { in MakeAsInterface()
383 ProxyClass::ProxyClass(const AidlInterface* interfaceType, const Options& options) : Class() { in ProxyClass()