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

  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 72 UNLOCK, // Screen unlock succeeded.
  /frameworks/base/libs/camera/
ICamera.cpp 43 UNLOCK,
260 virtual status_t unlock() function in class:android::BpCamera
264 remote()->transact(UNLOCK, data, &reply);
406 case UNLOCK: {
408 reply->writeInt32(unlock());
  /external/valgrind/tsan/
ts_events.h 47 UNLOCK, // {tid, pc, lock, 0}
  /frameworks/base/cmds/keystore/
keystore.cpp 630 * file using the same password when the user unlock it for the first time. If
657 static ResponseCode unlock(KeyStore* keyStore, int sock, uid_t uid, Value* pw, Value* unused) { function
677 UNLOCK = 512,
701 {unlock, 'u', STATE_LOCKED, UNLOCK, {PASSWORD_SIZE, 0}},

Completed in 239 milliseconds