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

  /external/bison/lib/
unsetenv.c 43 # define UNLOCK __libc_lock_unlock (envlock)
46 # define UNLOCK
87 UNLOCK;
  /system/security/keystore/include/keystore/
IKeystoreService.h 41 UNLOCK = IBinder::FIRST_CALL_TRANSACTION + 9,
78 virtual int32_t unlock(const String16& password) = 0;
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 72 UNLOCK, // Screen unlock succeeded.
  /frameworks/av/camera/
ICamera.cpp 44 UNLOCK,
250 virtual status_t unlock() function in class:android::BpCamera
254 remote()->transact(UNLOCK, data, &reply);
390 case UNLOCK: {
392 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/Gallery2/src/com/android/camera/
CameraManager.java 53 private static final int UNLOCK = 3;
156 case UNLOCK:
157 mCamera.unlock();
324 public void unlock() { method in class:CameraManager.CameraProxy
325 mCameraHandler.sendEmptyMessage(UNLOCK);

Completed in 515 milliseconds