/external/icu4c/common/ |
umutex.h | 97 * @param mutex The given mutex to be locked. Pass NULL to specify
|
/external/opencore/baselibs/thread_messaging/src/ |
pv_interface_proxy.cpp | 476 CPVProxyInterface * CPVInterfaceProxy::FindInterface(TPVProxyId aId, bool locked) 479 if (!locked) 485 if (!locked) 490 if (!locked)
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
pv_omx_interface_proxy.cpp | 535 CPVProxyInterface_OMX * CPVInterfaceProxy_OMX::FindInterface(TPVProxyId aId, bool locked) 538 if (!locked) 544 if (!locked) 549 if (!locked)
|
/external/qemu/android/skin/ |
surface.h | 77 /* unlock a slow surface that was previously locked */
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/ |
SDL_syscond.c | 138 The mutex must be locked before entering this function!
|
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/ |
SDL_syscond.c | 142 The mutex must be locked before entering this function!
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_phyuv.c | 242 overlay->hwdata->locked = 1; 288 overlay->hwdata->locked = 1; 334 overlay->hwdata->locked = 0; 419 if (overlay->hwdata->locked==0)
|
/external/skia/src/images/ |
SkImageRef.cpp | 143 // we're already have the mutex locked
|
/external/webkit/WebCore/platform/image-decoders/skia/ |
ImageDecoderSkia.cpp | 114 // Keep the pixels locked since we will be writing directly into the
|
/frameworks/base/core/java/android/content/pm/ |
InstrumentationInfo.java | 45 * and manifest). For non-forward-locked apps this will be the same as {@link #sourceDir).
|
/frameworks/base/keystore/tests/src/android/security/ |
KeyStoreTest.java | 135 assertEquals(KeyStore.LOCKED, mKeyStore.test());
|
/frameworks/base/media/libmedia/ |
mediaplayer.cpp | 508 bool locked = false; local 520 locked = true; 525 if (locked) mLock.unlock(); // release the lock when done. 594 if (locked) mLock.unlock();
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListAdapter.java | 83 Sms.LOCKED, 95 Mms.LOCKED 376 mColumnSmsLocked = cursor.getColumnIndexOrThrow(Sms.LOCKED); 430 mColumnMmsLocked = cursor.getColumnIndexOrThrow(Mms.LOCKED);
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
FileLock.java | 23 * A {@code FileLock} represents a locked region of a file. 54 * that attempt to access locked regions of files; whereas other platforms'
|
/external/bluetooth/bluez/audio/ |
a2dp.c | 68 gboolean locked; member in struct:a2dp_sep 628 if (!a2dp_sep->locked) { 1262 if (sep->locked) [all...] |
unix.c | 73 gboolean locked; member in struct:headset_data 917 error("seid %d not available or locked", client->seid); 932 if (hs->locked) { 937 hs->locked = headset_lock(dev, client->lock); 938 if (!hs->locked) { 997 if (!hs->locked) { 1068 if (!hs->locked) { 1143 if (!hs->locked) { 1210 if (client->dev && hs->locked) { 1212 hs->locked = FALSE [all...] |
/external/opencore/pvmi/pvmf/include/ |
pvmi_drm_kvp.h | 28 #define PVMF_DRM_INFO_IS_FORWARD_LOCKED_QUERY "drm/is-forward-locked" 29 #define PVMF_DRM_INFO_IS_FORWARD_LOCKED_VALUE "drm/is-forward-locked;valtype=bool"
|
/external/openssl/crypto/engine/ |
eng_lib.c | 105 int engine_free_util(ENGINE *e, int locked) 115 if(locked)
|
/frameworks/base/core/res/res/layout/ |
keyguard_screen_lock.xml | 56 <!-- when sim is missing / locked --> 168 <!-- lock icon with 'screen locked' message
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Connection.java | 47 ICC_ERROR, /* No ICC, ICC locked, or other ICC error */ 53 CDMA_LOCKED_UNTIL_POWER_CYCLE, /* MS is locked until next power cycle */
|
/external/dbus/dbus/ |
dbus-message.c | 50 /* Not thread locked, but strictly const/read-only so should be OK 145 * data once a message is locked (with _dbus_message_lock()). 156 _dbus_assert (message->locked); 174 _dbus_assert (!message->locked); 278 * underneath us. Messages are locked when they enter the outgoing 280 * if the message is modified while locked. 287 if (!message->locked) 296 message->locked = TRUE; 345 _dbus_return_val_if_fail (!message->locked, FALSE); 896 _dbus_return_val_if_fail (!message->locked, FALSE) [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 602 * @return Whether the user is permanently locked out until they verify their 611 * Set the state of whether the device is permanently locked, meaning the user 614 * @param locked Whether the user is permanently locked out until they verify their 618 public void setPermanentlyLocked(boolean locked) { 619 setBoolean(LOCKOUT_PERMANENT_KEY, locked);
|
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 553 * @param deleteAll Delete the whole thread including locked messages 559 String selection = deleteAll ? null : "locked=0"; 568 * @param deleteAll Delete the whole thread including locked messages 571 String selection = deleteAll ? null : "locked=0"; 576 * Check for locked messages in all threads or a specified thread. 578 * upon completion of looking for locked messages [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsProvider.java | 115 { BaseColumns._ID, Mms.DATE, Mms.READ, Mms.THREAD_ID, Mms.LOCKED }; 236 URI_MATCHER.addURI(AUTHORITY, "locked", URI_FIRST_LOCKED_MESSAGE_ALL); 238 URI_MATCHER.addURI(AUTHORITY, "locked/#", URI_FIRST_LOCKED_MESSAGE_BY_THREAD_ID); 790 * Return the first locked message found in the union of MM [all...] |
/external/qemu/android/avd/ |
info.c | 104 * and this doesn't need to be locked. must be first in list 106 * MUSTLOCK means that the file should be locked before 115 IMAGE_STATE_MUSTLOCK, /* must be locked */ 116 IMAGE_STATE_LOCKED, /* locked */ 117 IMAGE_STATE_LOCKED_EMPTY, /* locked and empty */ 434 IMAGE_IGNORE_IF_LOCKED = (1<<5), /* ignore file if it's locked */ 499 /* assume content image files must be locked */ 529 dwarning("ignoring locked %s image at %s", l->imageText, path); [all...] |