Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h100 std::set<C2String> mLoadedInterfaces; member
/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp243 if (!mLoadedInterfaces.count(intf->getName())) { in onInterfaceLoaded()
245 mLoadedInterfaces.emplace(intf->getName()); in onInterfaceLoaded()