HomeSort by relevance Sort by last modified time
    Searched refs:unlock (Results 201 - 225 of 350) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/kernel-headers/original/linux/mtd/
mtd.h 191 int (*unlock) (struct mtd_info *mtd, loff_t ofs, size_t len); member in struct:mtd_info
  /external/qemu/target-i386/
helper.h 7 DEF_HELPER_0(unlock, void)
  /frameworks/av/media/libmedia/
SoundPool.cpp 135 mRestartLock.unlock();
150 mRestartLock.unlock();
163 mRestartLock.unlock();
175 mRestartLock.unlock();
ToneGenerator.cpp     [all...]
mediaplayer.cpp 669 if (locked) mLock.unlock(); // release the lock when done.
746 if (locked) mLock.unlock();
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 232 CHECK_EQ(0, mapper.unlock(buf->handle));
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareStub.cpp 164 mLock.unlock();
CameraService.h 96 virtual status_t unlock();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 211 // without a successful call to prepareScene. This test makes sure that unlock() will
215 lock.unlock();
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 92 unlock: gralloc_unlock,
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 661 //LOCK UNLOCK TO GET YUV POINTERS
665 mapper.unlock((buffer_handle_t) mGrallocHandleMap[i]);
817 // unlock buffer before giving it up
818 mapper.unlock((buffer_handle_t) mGrallocHandleMap[value]);
1098 // unlock buffer before sending to display
1099 mapper.unlock((buffer_handle_t) mGrallocHandleMap[i]);
1138 // unlock buffer before giving it up
1139 mapper.unlock((buffer_handle_t) mGrallocHandleMap[i]);
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 2303 unlock(); method
2477 unlock(); method
2492 unlock(); method
2640 unlock(); method
2917 unlock(); method
3041 unlock(); method
3087 unlock(); method
3133 unlock(); method
3185 unlock(); method
3230 unlock(); method
3259 unlock(); method
3332 unlock(); method
3368 unlock(); method
3402 unlock(); method
3482 unlock(); method
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 33 void Unlock() __attribute__((unlock_function));
72 sls_mw.mu.Unlock();
78 sls_mu.Unlock();
84 sls_mu.Unlock();
90 sls_mu2.Unlock();
96 sls_mu.Unlock();
102 sls_mu.Unlock();
108 sls_mu2.Unlock();
109 sls_mu.Unlock();
115 sls_mu.Unlock();
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 463 unlock(); method
502 unlock(); method
747 unlock(); method
956 unlock(); method
1709 unlock(); method
1942 private void unlock() { method in class:VideoEditorImpl
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp     [all...]
  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 368 fVertexPool.unlock();
369 fIndexPool.unlock();
  /external/valgrind/main/helgrind/tests/
t2t_laog.stdout.exp 166 stats: init 1240 lock 1240 unlock 1240 destroy 1240
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 172 void QNetworkReplyHandlerCallQueue::unlock() function in class:WebCore::QNetworkReplyHandlerCallQueue
203 ~QueueLocker() { m_queue->unlock(); }
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 423 m_quotaThreadLock.unlock();
499 m_quotaThreadLock.unlock();
  /frameworks/av/media/libstagefright/
CameraSource.cpp 521 // This CHECK is good, since we just passed the lock/unlock
571 mCamera->unlock();
628 mCamera->unlock();
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 64 * 4. Unlock the row in the cache: cache.unlock(id);
69 * 3. Unlock the row in the cache, passing in the new values: cache.unlock(id, values);
604 * Unlock a given row, allowing new valid CacheTokens to be created for the passed-in id.
607 public synchronized void unlock(String id) { method in class:ContentCache
613 * ContentValues. Then, unlock the row, so that new valid CacheTokens can be created.
618 public synchronized void unlock(String id, ContentValues values) { method in class:ContentCache
626 * If the row was locked, unlock it
  /sdk/emulator/opengl/system/gralloc/
gralloc.cpp 620 return sFallback->unlock(sFallback, handle);
814 unlock: gralloc_unlock,
  /cts/tests/tests/widget/src/android/widget/cts/
SlidingDrawerTest.java 247 drawer.unlock();
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 120 m_lockingMutex.unlock();

Completed in 1360 milliseconds

1 2 3 4 5 6 7 891011>>