Home
last modified time | relevance | path

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

/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h58 KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap; variable
192 ssize_t index = mLibraryPathToOpenLibraryMap.indexOfKey(path); in openFactory()
194 mLibrary = mLibraryPathToOpenLibraryMap[index].promote(); in openFactory()
196 index = mLibraryPathToOpenLibraryMap.add(path, NULL); in openFactory()
205 mLibraryPathToOpenLibraryMap.replaceValueAt(index, mLibrary); in openFactory()