Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_java.cpp222 const Type* stub, const Type* proxy, const Type* defaultImpl) in InterfaceType()
333 auto defaultImpl = std::make_unique<Type>(this, b.GetPackage(), b.GetName() + ".Default", in AddBinderType() local