HomeSort by relevance Sort by last modified time
    Searched refs:mLibrary (Results 1 - 12 of 12) sorted by null

  /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/media/libmediaplayerservice/
Crypto.cpp 62 mLibrary.clear();
74 * mLibrary holds a strong pointer to the dlopen'd library
79 * mLibrary is cleared and mFactory are set to NULL
145 mLibrary = mLibraryPathToOpenLibraryMap[index].promote();
150 if (!mLibrary.get()) {
151 mLibrary = new SharedLibrary(path);
152 if (!*mLibrary) {
153 ALOGE("loadLibraryForScheme failed:%s", mLibrary->lastError());
157 mLibraryPathToOpenLibraryMap.replaceValueAt(index, mLibrary);
163 (CreateCryptoFactoryFunc)mLibrary->lookup("createCryptoFactory")
    [all...]
Crypto.h 62 sp<SharedLibrary> mLibrary;
Drm.cpp 64 mLibrary.clear();
118 * mLibrary holds a strong pointer to the dlopen'd library
123 * mLibrary is cleared and mFactory are set to NULL
186 mLibrary = mLibraryPathToOpenLibraryMap[index].promote();
191 if (!mLibrary.get()) {
192 mLibrary = new SharedLibrary(path);
193 if (!*mLibrary) {
197 mLibraryPathToOpenLibraryMap.replaceValueAt(index, mLibrary);
203 (CreateDrmFactoryFunc)mLibrary->lookup("createDrmFactory");
Drm.h 131 sp<SharedLibrary> mLibrary;
  /frameworks/rs/
rsFont.cpp 339 mLibrary = NULL;
385 if (!mLibrary) {
386 FT_Error error = FT_Init_FreeType(&mLibrary);
393 return mLibrary;
836 if (mLibrary) {
837 FT_Done_FreeType( mLibrary );
838 mLibrary = NULL;
rsFont.h 203 FT_LibraryRec_ *mLibrary;
  /prebuilts/devtools/tools/lib/
lint-api.jar 
ddmlib.jar 
ddmuilib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 341 milliseconds