Home
last modified time | relevance | path

Searched refs:myDescriptor (Results 1 – 3 of 3) sorted by relevance

/system/libhidl/transport/include/hidl/
DHidlPassthroughSupport.h37 std::string myDescriptor = getDescriptor(iface.get()); in wrapPassthrough() local
38 if (myDescriptor.empty()) { in wrapPassthrough()
42 auto func = gBsConstructorMap.get(myDescriptor, nullptr); in wrapPassthrough()
DHidlTransportUtils.h58 std::string myDescriptor{}; in getDescriptor()
60 myDescriptor = types.c_str(); in getDescriptor()
63 return myDescriptor; in getDescriptor()
DHidlBinderSupport.h327 std::string myDescriptor = details::getDescriptor(ifacePtr); in toBinder() local
328 if (myDescriptor.empty()) { in toBinder()
332 auto func = details::gBnConstructorMap.get(myDescriptor, nullptr); in toBinder()