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

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraActions.java 24 public static final int UNLOCK = 4;
65 case UNLOCK:
66 return "UNLOCK";
CameraAgent.java 436 * @see android.hardware.Camera#unlock()
438 public void unlock() { method in class:CameraAgent.CameraProxy
448 getCameraHandler().sendEmptyMessage(CameraActions.UNLOCK);
451 }, bundle.mWaitLock, CAMERA_OPERATION_TIMEOUT_MS, "camera unlock");
491 // unlock the sizes when stopPreview() is invoked (see related FIXME on
    [all...]
AndroidCameraAgentImpl.java 430 case CameraActions.UNLOCK: {
431 mCamera.unlock();
467 // TODO: Unlock the CameraSettings object's sizes
    [all...]
  /external/bison/lib/
unsetenv.c 43 # define UNLOCK __libc_lock_unlock (envlock)
46 # define UNLOCK
87 UNLOCK;
  /external/chromium_org/net/tools/quic/test_tools/
http_message.h 40 UNLOCK,
  /external/chromium_org/chromeos/login/auth/
cryptohome_authenticator.h 78 UNLOCK = 15, // Screen unlock succeeded.
cryptohome_authenticator.cc 392 false, // unlock
409 true, // unlock
433 true, // unlock
450 false, // unlock
467 false, // unlock
481 false, // unlock
496 false, // unlock
516 false, // unlock
725 case UNLOCK:
726 VLOG(2) << "Unlock";
    [all...]
  /frameworks/av/camera/
ICamera.cpp 45 UNLOCK,
264 virtual status_t unlock() function in class:android::BpCamera
268 remote()->transact(UNLOCK, data, &reply);
413 case UNLOCK: {
415 reply->writeInt32(unlock());
  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 56 private static final int UNLOCK = 3;
151 case UNLOCK:
152 mCamera.unlock();
316 public void unlock() { method in class:CameraManager.CameraProxy
318 mCameraHandler.sendEmptyMessage(UNLOCK);
  /system/security/keystore/include/keystore/
IKeystoreService.h 54 UNLOCK = IBinder::FIRST_CALL_TRANSACTION + 9,
94 virtual int32_t unlock(const String16& password) = 0;
  /external/valgrind/main/drd/scripts/
download-and-build-splash2 115 UNLOCK(e->elem_lock->lock);
download-and-build-splash2.in 115 UNLOCK(e->elem_lock->lock);
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 60 #define UNLOCK(m) pthread_mutex_unlock(&m)
133 UNLOCK(gki_cb.os.GKI_trace_mutex);
733 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
752 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 59 #define UNLOCK(m) pthread_mutex_unlock(&m)
130 UNLOCK(gki_cb.os.GKI_trace_mutex);
710 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
729 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
    [all...]
  /system/security/keystore/
IKeystoreService.cpp 251 virtual int32_t unlock(const String16& password) function in class:android::BpKeystoreService
256 status_t status = remote()->transact(BnKeystoreService::UNLOCK, data, &reply);
258 ALOGD("unlock() could not contact remote: %d\n", status);
264 ALOGD("unlock() caught exception %d\n", err);
748 case UNLOCK: {
751 int32_t ret = unlock(pass);
    [all...]
  /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/chromium_org/third_party/sqlite/src/src/
os_unix.c 873 ** Any attempt to lock or unlock a file first checks the locking
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/sdk/tools/
jack.jar 
jill.jar 

Completed in 937 milliseconds