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

  /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_test_utils.h 40 UNLOCK,
  /system/security/keystore/include/keystore/
IKeystoreService.h 54 UNLOCK = IBinder::FIRST_CALL_TRANSACTION + 9,
91 virtual int32_t unlock(const String16& password) = 0;
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 72 UNLOCK, // Screen unlock succeeded.
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.h 78 UNLOCK = 15, // Screen unlock succeeded.
  /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());
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 74 #define UNLOCK(m) pthread_mutex_unlock(&m)
640 GKI_TRACE("GKI_run unlock mutex");
970 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
985 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 62 #define UNLOCK(m) pthread_mutex_unlock(&m)
135 UNLOCK(gki_cb.os.GKI_trace_mutex);
732 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
751 /* 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 61 #define UNLOCK(m) pthread_mutex_unlock(&m)
132 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...]
  /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);
  /packages/apps/Camera2/src/com/android/camera/
AndroidCameraManagerImpl.java 59 private static final int UNLOCK = 4;
221 case UNLOCK:
222 mCamera.unlock();
401 public void unlock() { method in class:AndroidCameraManagerImpl.AndroidCameraProxyImpl
402 mCameraHandler.sendEmptyMessage(UNLOCK);

Completed in 343 milliseconds