HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 151 - 175 of 513) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/obex/javax/obex/
ResponseCodes.java 50 * has been locked.
315 * Defines the OBEX DATABASE LOCKED response code.
  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 369 LOGW("attempt to use a locked camera from a different process"
423 LOGW("Tried to connect to a locked camera (old pid %d, new pid %d)",
1228 bool locked = false; local
1253 bool locked = tryLock(mServiceLock); local
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Constants.java 22 public static final int SQLITE_BUSY = 5; /* The database file is locked */
23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */
  /bionic/libc/bionic/
dlmalloc.h 403 memory will be locked between two used chunks, so they cannot be
494 space. If argument locked is non-zero, the space uses a separate
501 mspace create_mspace(size_t capacity, int locked);
520 mspace create_mspace_with_base(void* base, size_t capacity, int locked);
  /bionic/libc/stdio/
flockfile.c 47 * file is locked is totally undefined.
  /device/samsung/crespo/alsa-utils/iecset/
iecbits.c 185 printf("Rate Locked: ");
  /external/chromium/base/
shared_memory.h 150 // locked by the same thread.
waitable_event_posix.cc 45 AutoLock locked(kernel_->lock_);
50 AutoLock locked(kernel_->lock_);
67 AutoLock locked(kernel_->lock_);
92 AutoLock locked(lock_);
  /external/kernel-headers/original/asm-arm/
spinlock.h 17 * Locked value: 1
  /external/kernel-headers/original/linux/
pagemap.h 87 * Returns locked page at given index in given cache, creating it if needed.
  /external/libvpx/vpx_mem/include/
vpx_mem_tracker.h 88 -1: if memory allocation table's mutex could not be locked
  /external/openssl/crypto/
ex_data.c 12 * locked, the race would mean it's possible the hash table might have been
21 * the lock. The get/set_ex_data functions are not locked because they do not
25 * one) so locking on read/write access to that variable can be locked locally
208 /* A macro wrapper for impl_check that first uses a non-locked test before
  /external/ppp/pppd/
tdb.h 106 struct tdb_lock_type *locked; /* array of chain locks */ member in struct:tdb_context
utils.c 922 notice("Device %s is locked by pid %d", dev, result);
971 /* Read the lock file to find out who has the device locked. */
997 return 1; /* somebody else locked it for us */
1006 notice("Device %s is locked by pid %d", dev, pid);
  /external/qemu/android/avd/
info.h 145 * be locked and the function will return success.
  /external/qemu/
block.h 126 void bdrv_set_locked(BlockDriverState *bs, int locked);
  /external/skia/include/core/
SkPixelRef.h 45 /** Return the current colorTable (if any) if pixels are locked, or null.
  /external/skia/src/images/
SkImageRef.cpp 153 // we're already have the mutex locked
  /external/webkit/WebCore/storage/
DatabaseThread.cpp 109 // inconsistent or locked state.
  /external/zlib/examples/
gzlog.h 34 opening the log file locked for small bursts, and then closing it. The log
  /frameworks/base/core/java/android/nfc/
RawTagConnection.java 46 // Not locked - we accept a best effort attempt when NFC crashes.
  /frameworks/base/core/java/android/provider/
DrmStore.java 37 * The DRM provider contains forward locked DRM content.
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 50 locked, and its native address set as the bitmap's pixels. If storage is null,
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 72 * is locked out and prevented from accessing the database.
  /frameworks/base/keystore/java/android/security/
KeyStore.java 33 public static final int LOCKED = 2;

Completed in 2355 milliseconds

1 2 3 4 5 67 8 91011>>