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

/packages/apps/Nfc/nci/jni/
H A DMutex.cpp89 ** Function: unlock
96 void Mutex::unlock () function in class:Mutex
101 ALOGE("Mutex::unlock: fail unlock; error=0x%X", res);
/packages/apps/TV/jni/
H A Dmutex.h32 void unlock() { function in class:Mutex
47 lock->unlock();
/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarBleTrustAgent.java41 * A sample trust agent that demonstrates how to use the escrow token unlock APIs. </p>
44 * devices to trigger an unlock. <p/>
53 public static final String ACTION_UNLOCK_DEVICE = "unlock-device-action";
176 unlock(token, handle);
240 private void unlock(byte[] token, long handle) { method in class:CarBleTrustAgent
244 Log.d(TAG, "About to unlock user. Current handle: " + handle
250 Log.d(TAG, "Attempted to unlock user, is user unlocked? " + um.isUserUnlocked()
/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/services/Car/service/src/com/android/car/
H A DCarDiagnosticService.java95 mDiagnosticLock.unlock();
148 mDiagnosticLock.unlock();
183 mDiagnosticLock.unlock();
249 mDiagnosticLock.unlock();
270 mDiagnosticLock.unlock();
355 mDiagnosticLock.unlock();
420 mLiveFrameDiagnosticRecord.unlock();
428 mFreezeFrameDiagnosticRecords.unlock();
437 mFreezeFrameDiagnosticRecords.unlock();
448 mFreezeFrameDiagnosticRecords.unlock();
569 void unlock() { method in class:CarDiagnosticService.DiagnosticRecord
[all...]
H A DCarAudioService.java1579 /** locked. only system can unlock and send it to muted or unmuted state */
1642 * Unmute. If locked, unmute will only succeed when unlock is set to true.
1643 * @param unlock
1646 public synchronized boolean unMute(boolean unlock) { argument
1647 if (!unlock && mMuteState == MUTE_STATE_LOCKED) {
1648 // cannot unlock
/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 6708 milliseconds