Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_java.cpp222 const Type* stub, const Type* proxy, const Type* defaultImpl) in InterfaceType() argument
228 defaultImpl_(defaultImpl) {} in InterfaceType()
333 auto defaultImpl = std::make_unique<Type>(this, b.GetPackage(), b.GetName() + ".Default", in AddBinderType() local
336 -1, stub.get(), proxy.get(), defaultImpl.get()); in AddBinderType()
342 success &= Add(std::move(defaultImpl)); in AddBinderType()
Dtype_java.h252 const Type* proxy, const Type* defaultImpl);