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

  /frameworks/base/libs/camera/
ICamera.cpp 42 UNLOCK,
235 virtual status_t unlock() function in class:android::BpCamera
239 remote()->transact(UNLOCK, data, &reply);
366 case UNLOCK: {
368 reply->writeInt32(unlock());
  /frameworks/base/cmds/keystore/
keystore.c 369 * file using the same password when the user unlock it for the first time. If
446 static int8_t unlock() function
464 UNLOCK = 512,
483 {unlock, 'u', LOCKED, UNLOCK, {PASSWORD_SIZE}},

Completed in 411 milliseconds