Home
last modified time | relevance | path

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

/aosp12/system/libhidl/transport/include/hidl/
H A DStatic.h52 BsConstructorMap& getBsConstructorMap();
/aosp12/system/libhidl/transport/
H A DStatic.cpp51 BsConstructorMap& getBsConstructorMap() { in getBsConstructorMap() function
H A DHidlPassthroughSupport.cpp31 auto func = getBsConstructorMap().get(descriptor, nullptr); in tryWrap()