Searched defs:unlock (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DMutex.cpp85 ** Function: unlock
92 void Mutex::unlock () function in class:Mutex
97 ALOGE ("Mutex::unlock: fail unlock; error=0x%X", res);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DSecureAlbum.java56 public SecureAlbum(Path path, GalleryApp application, MediaItem unlock) { argument
61 mUnlockItem = unlock;
85 // The sequence is stitching items, local media items, and unlock image.
/packages/apps/Camera/src/com/android/camera/
H A DCameraManager.java152 mCamera.unlock();
316 public void unlock() { method in class:CameraManager.CameraProxy
/packages/apps/Email/src/com/android/email/provider/
H A DContentCache.java64 * 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);
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

Completed in 899 milliseconds