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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebKit/android/plugins/
ANPSurface_npapi.h 41 /** Given a locked surface handle (i.e. result of a successful call to lock)
  /hardware/ril/mock-ril/src/js/
ril_vars.js 133 var RADIOSTATE_SIM_LOCKED_OR_ABSENT = 3; /* SIM PIN locked, PUK required, network
134 personalization locked; or SIM absent */
138 var RADIOSTATE_RUIM_LOCKED_OR_ABSENT = 7; /* RUIM PIN locked, PUK required, network
139 personalization locked; or RUIM absent */
  /hardware/ril/mock-ril/src/proto/
ril.proto 13 RADIOSTATE_SIM_LOCKED_OR_ABSENT = 3; /* SIM PIN locked, PUK required, network
14 personalization locked, or SIM absent */
18 RADIOSTATE_RUIM_LOCKED_OR_ABSENT = 7; /* RUIM PIN locked, PUK required, network
19 personalization locked, or RUIM absent */
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 62 Sms.LOCKED,
75 Mms.LOCKED
367 mColumnSmsLocked = cursor.getColumnIndexOrThrow(Sms.LOCKED);
421 mColumnMmsLocked = cursor.getColumnIndexOrThrow(Mms.LOCKED);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /system/media/wilhelm/src/
locks.c 73 SL_LOGW("%s:%d: pthread %p (tid %d) sees object %p was locked by pthread %p"
85 // here if mutex was successfully locked
93 SL_LOGE("%s:%d: pthread %p (tid %d) sees object %p was recursively locked by pthread"
176 // first synchronously handle updates to attributes here, while object is still locked.
  /development/tools/emulator/system/camera/
PreviewWindow.h 120 * Note that this method must be called while object is locked.
131 * Note that this method must be called while object is locked. */
  /external/bluetooth/glib/tests/
mainloop-test.c 27 * be locked while the context array mutex is locked
  /external/chromium/chrome/browser/
process_singleton.h 102 // is received while the ProcessSingleton is locked.
116 bool locked() { function in class:ProcessSingleton
process_singleton_mac_unittest.cc 39 // Return |true| if the file exists and is locked. Forces a failure
52 // Got the lock, so it wasn't already locked. Close releases.
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 109 // SIM_NOT_LOCKED_ASK_PIN - SIM card is not locked but we ask user
111 // SIM_NOT_LOCKED_CHANGE_PIN - SIM card is not locked, ask user for old PIN
205 // Checks whether SIM card is in PUK locked state and proceeds to PUK input.
421 // If SIM is locked/absent, change RequirePin UI is not accessible.
423 "Changing RequirePin pref on locked / uninitialized SIM.";
430 // If SIM is locked/absent, changing PIN UI is not accessible.
431 NOTREACHED() << "Changing PIN on locked / uninitialized SIM.";
624 // Otherwise SIM card is still locked with PUK code.
  /external/chromium/net/base/
listen_socket_unittest.cc 80 base::AutoLock locked(lock_);
86 base::AutoLock locked(lock_);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 222 // that this connection has been locked. (Otherwise, we would not know what
224 if (!int_conn->locked()) {
225 LOG(LS_WARNING) << "Dropping packet: connection not locked";
232 if (ext_conn && ext_conn->locked()) {
505 if (ext_conn->locked())
615 if (locked() && (from_addr == default_dest_)) {
730 // Look for an internal connection that is locked to this address.
732 if (internal_connections_[i]->locked() &&
  /external/openssl/crypto/engine/
eng_init.c 120 /* The API (locked) version of "init" */
135 /* The API (locked) version of "finish" */
  /external/qemu/block/
raw.c 208 static int raw_set_locked(BlockDriverState *bs, int locked)
210 bdrv_set_locked(bs->file, locked);
  /external/qemu/
block_int.h 110 int (*bdrv_set_locked)(BlockDriverState *bs, int locked);
146 int locked; /* if true, the media cannot temporarily be ejected */ member in struct:BlockDriverState
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_syscond.c 138 The mutex must be locked before entering this function!
139 The mutex is unlocked during the wait, and locked again after the wait.

Completed in 1142 milliseconds

1 2 3 4 5 67 8 91011>>