Home
last modified time | relevance | path

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

/system/libhidl/transport/
DStatic.cpp38 BnConstructorMap& getBnConstructorMap() { in getBnConstructorMap()
39 static BnConstructorMap& map = *new BnConstructorMap(); in getBnConstructorMap()
/system/libhidl/transport/include/hidl/
DStatic.h41 using BnConstructorMap = ConcurrentMap<std::string, std::function<sp<IBinder>(void*)>>; variable
45 BnConstructorMap& getBnConstructorMap();