OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLibraryPathToOpenLibraryMap
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/cas/1.0/default/
FactoryLoader.h
58
KeyedVector<String8, wp<SharedLibrary> >
mLibraryPathToOpenLibraryMap
;
192
ssize_t index =
mLibraryPathToOpenLibraryMap
.indexOfKey(path);
194
mLibrary =
mLibraryPathToOpenLibraryMap
[index].promote();
196
index =
mLibraryPathToOpenLibraryMap
.add(path, NULL);
205
mLibraryPathToOpenLibraryMap
.replaceValueAt(index, mLibrary);
/frameworks/av/media/libmedia/include/media/
Crypto.h
70
static KeyedVector<String8, wp<SharedLibrary> >
mLibraryPathToOpenLibraryMap
;
Drm.h
159
static KeyedVector<String8, wp<SharedLibrary> >
mLibraryPathToOpenLibraryMap
;
Completed in 84 milliseconds