Searched defs:lock (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DMutex.cpp66 ** Function: lock
68 ** Description: Block the thread and try lock the mutex.
73 void Mutex::lock () function in class:Mutex
78 ALOGE ("Mutex::lock: fail lock; error=0x%X", res);
106 ** Description: Try to lock the mutex.
/packages/apps/Camera/src/com/android/camera/
H A DCameraManager.java156 mCamera.lock();
322 public void lock() { method in class:CameraManager.CameraProxy
H A DFocusOverlayManager.java546 public void setAeAwbLock(boolean lock) { argument
547 mAeAwbLock = lock;
/packages/apps/LegacyCamera/src/com/android/camera/
H A DFocusManager.java475 public void setAeAwbLock(boolean lock) { argument
476 mAeAwbLock = lock;
/packages/apps/Email/src/com/android/email/provider/
H A DContentCache.java59 * 1. Lock the row in the cache: cache.lock(id);
67 * 1. Lock the row in the cache: cache.lock(id);
112 /** If {@code true}, lock the cache for all writes */
590 * @param id the id of the row to lock
592 public synchronized void lock(String id) { method in class:ContentCache
629 * @param wasLocked whether or not the row was locked; if so, the lock will be removed
753 /** Sets the cache lock. If the lock is {@code true}, also invalidates all cached items. */
754 public static void setLockCacheForTest(boolean lock) { argument
755 sLockCache = lock;
[all...]

Completed in 1866 milliseconds