HomeSort by relevance Sort by last modified time
    Searched defs:mLibrary (Results 1 - 25 of 363) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/include/media/
DescramblerImpl.h 47 sp<SharedLibrary> mLibrary;
CasImpl.h 82 sp<SharedLibrary> mLibrary;
  /frameworks/av/media/libmedia/include/media/
Crypto.h 65 sp<SharedLibrary> mLibrary;
Drm.h 154 sp<SharedLibrary> mLibrary;
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureLibraryTest.java 33 private GestureLibrary mLibrary = null;
99 if (mLibrary == null) {
100 mLibrary = new GestureLibraryStub();
102 return new GestureLibraryFacade(mLibrary);
111 assertFalse(mLibrary.isReadOnly());
  /frameworks/av/services/mediadrm/
FactoryLoader.h 52 sp<SharedLibrary> mLibrary;
158 *library = mLibrary;
189 mLibrary = mLibraryPathToOpenLibraryMap[index].promote();
194 if (!mLibrary.get()) {
195 mLibrary = new SharedLibrary(path);
196 if (!*mLibrary) {
200 mLibraryPathToOpenLibraryMap.replaceValueAt(index, mLibrary);
204 (CreateFactoryFunc)mLibrary->lookup(mCreateFactoryFuncName);
215 mLibrary.clear();
  /frameworks/rs/
rsFont.h 203 FT_LibraryRec_ *mLibrary;