HomeSort by relevance Sort by last modified time
    Searched refs:UNLOCK (Results 1 - 15 of 15) sorted by null

  /system/security/keystore/
keystore.h 56 UNLOCK = 9,
82 'u', // UNLOCK
keystore.cpp 1025 * file using the same password when the user unlock it for the first time. If
1052 static ResponseCode unlock(KeyStore* keyStore, int sock, uid_t uid, Value* pw, Value* unused, function
    [all...]
  /external/valgrind/tsan/
ts_events.h 47 UNLOCK, // {tid, pc, lock, 0}
ts_offline.cc 196 case UNLOCK:
ts_pin.cc 81 if (line_ && G_flags->debug_level >= 5) Printf("--Unlock at line %d\n", line_);
398 (event == WRITER_LOCK || event == READER_LOCK || event == UNLOCK ||
    [all...]
ts_valgrind.cc 741 Put(UNLOCK, ts_tid, pc, /*lock=*/args[1], 0);
    [all...]
thread_sanitizer.cc 73 // Incremented on each Lock and Unlock. Used by LockHistory.
115 lock_->Unlock();
131 ts_lock->Unlock();
685 // between all Unlock/Lock pairs except RdUnlock/RdLock.
773 " w/o calling Unlock()\n", lock->ToString().c_str());
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 52 private static final int UNLOCK = 3;
111 case UNLOCK:
112 mCamera.unlock();
257 public void unlock() { method in class:CameraManager.CameraProxy
259 mCameraHandler.sendEmptyMessage(UNLOCK);
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 72 UNLOCK, // Screen unlock succeeded.
parallel_authenticator.cc 180 if (!current_state_->unlock) {
364 case UNLOCK:
492 return UNLOCK;
  /frameworks/av/camera/
ICamera.cpp 45 UNLOCK,
262 virtual status_t unlock() function in class:android::BpCamera
266 remote()->transact(UNLOCK, data, &reply);
408 case UNLOCK: {
410 reply->writeInt32(unlock());
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 115 UNLOCK(e->elem_lock->lock);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 282 goto UNLOCK;
310 goto UNLOCK;
327 UNLOCK:
445 goto UNLOCK;
458 goto UNLOCK;
473 goto UNLOCK;
486 goto UNLOCK;
492 UNLOCK:
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 813 milliseconds