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

/packages/apps/Nfc/nci/jni/
H A DMutex.cpp88 ** Function: unlock
95 void Mutex::unlock () function in class:Mutex
100 ALOGE ("Mutex::unlock: fail unlock; error=0x%X", res);
/packages/apps/TV/usbtuner/jni/
H A Dmutex.h32 void unlock() { function in class:Mutex
47 lock->unlock();
/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/Email/provider_src/com/android/email/provider/
H A DContentCache.java65 * 4. Unlock the row in the cache: cache.unlock(id);
70 * 3. Unlock the row in the cache, passing in the new values: cache.unlock(id, values);
608 public synchronized void unlock(String id) { method in class:ContentCache
614 * ContentValues. Then, unlock the row, so that new valid CacheTokens can be created.
619 public synchronized void unlock(String id, ContentValues values) { method in class:ContentCache
627 * If the row was locked, unlock it

Completed in 163 milliseconds