HomeSort by relevance Sort by last modified time
    Searched refs:LOCK (Results 1 - 25 of 29) sorted by null

1 2

  /sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
MonkeyRecorder.java 34 // This lock is used to keep the python process blocked while the frame is runing.
35 private static final Object LOCK = new Object();
60 synchronized (LOCK) {
61 LOCK.notifyAll();
67 synchronized (LOCK) {
69 LOCK.wait();
  /system/security/keystore/
keystore.h 55 LOCK = 8,
82 'l', // LOCK
keystore.cpp 587 void lock() { function in class:KeyStore
1047 static ResponseCode lock(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) { function
1048 keyStore->lock();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 111 private final static Object LOCK = new Object();
215 * Returns the lock object used to synchronize all operations dealing with SDK, targets and
220 return LOCK;
230 synchronized (LOCK) {
305 synchronized (LOCK) {
393 synchronized (LOCK) {
438 synchronized (LOCK) {
552 synchronized (LOCK) {
594 synchronized (LOCK) {
619 synchronized (LOCK) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSource.java 81 synchronized (DataManager.LOCK) {
ClusterAlbumSet.java 117 synchronized (DataManager.LOCK) {
MtpDeviceSet.java 74 synchronized (DataManager.LOCK) {
DataManager.java 64 // Any one who would like to access data should require this lock
66 public static final Object LOCK = new Object();
158 // synchronized (DataManager.LOCK) {
169 synchronized (LOCK) {
LocalAlbumSet.java 138 synchronized (DataManager.LOCK) {
MtpDevice.java 130 synchronized (DataManager.LOCK) {
LocalAlbum.java 143 synchronized (DataManager.LOCK) {
  /external/icu4c/i18n/
timezone.cpp 119 static UMTX LOCK;
159 if (LOCK) {
160 umtx_destroy(&LOCK);
161 LOCK = NULL;
304 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
310 umtx_lock(&LOCK);
315 umtx_unlock(&LOCK);
463 // In order to prevent a double lock of a non-reentrant mutex in a
466 Mutex lock(&TZSET_LOCK);
482 UMTX_CHECK(&LOCK, (DEFAULT_ZONE != NULL), initialized)
    [all...]
tridpars.cpp 48 static UMTX LOCK = 0;
657 Mutex lock(&LOCK);
858 umtx_lock(&LOCK);
860 umtx_unlock(&LOCK);
912 umtx_lock(&LOCK);
917 umtx_unlock(&LOCK);
931 umtx_destroy(&LOCK);
smpdtfmt.cpp 203 static UMTX LOCK;
    [all...]
dtfmtsym.cpp 199 static UMTX LOCK;
    [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 64 private static final Object LOCK = new Object();
247 synchronized (LOCK) {
  /frameworks/av/camera/
ICamera.cpp 44 LOCK,
255 virtual status_t lock() function in class:android::BpCamera
259 remote()->transact(LOCK, data, &reply);
403 case LOCK: {
405 reply->writeInt32(lock());
  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 57 private static final int LOCK = 4;
155 case LOCK:
156 mCamera.lock();
322 public void lock() { method in class:CameraManager.CameraProxy
324 mCameraHandler.sendEmptyMessage(LOCK);
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 61 #define LOCK(m) pthread_mutex_lock(&m)
127 LOCK(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 60 #define LOCK(m) pthread_mutex_lock(&m)
124 LOCK(gki_cb.os.GKI_trace_mutex);
315 extern int acquire_wake_lock(int lock, const char* id);
707 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
726 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 414 // Lock prefix
416 LOCK = 1 << LOCKShift,
X86MCCodeEmitter.cpp 858 // Emit the lock opcode prefix as needed.
859 if (TSFlags & X86II::LOCK)
    [all...]
  /external/oprofile/events/i386/atom/
events 42 event:0x63 counters:0,1 um:core,agent minimum:6000 name:BUS_LOCK_CLOCKS : Bus cycles when a LOCK signal is asserted.
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 73 #define LOCK(m) pthread_mutex_lock(&m)
125 extern int acquire_wake_lock(int lock, const char* id);
632 * We will lock/wait on GKI_timer_mutex.
635 GKI_TRACE("GKI_run lock 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 

Completed in 821 milliseconds

1 2