/frameworks/base/services/audioflinger/ |
AudioFlinger.cpp | 311 bool locked = false; local 314 locked = true; 319 return locked; 336 bool locked = tryLock(mLock); local 339 if (!locked) { 362 if (locked) mLock.unlock(); 1092 bool locked = tryLock(mLock); local 1093 if (!locked) { 1094 snprintf(buffer, SIZE, "thread %p maybe dead locked\n", this); 6669 bool locked = tryLock(mLock); local 6996 bool locked = mCblk ? tryLock(mCblk->lock) : false; local 7347 bool locked = tryLock(mLock); local [all...] |
/external/oprofile/events/i386/nehalem/ |
events | 60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
|
/external/chromium/base/ |
message_loop.cc | 518 base::AutoLock locked(incoming_queue_lock_);
|
/external/dbus/dbus/ |
dbus-string.c | 159 real->locked = FALSE; 248 real->locked = TRUE; 319 real->locked = TRUE; [all...] |
/external/oprofile/events/i386/westmere/ |
unit_masks | 58 0x01 l1d_l2 Cycles L1D and L2 locked 59 0x02 l1d Cycles L1D locked
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 104 Uint32 locked; /* Private */ member in struct:SDL_Surface 138 /* Evaluates to true if the surface needs to be locked before access */ 354 * These functions should not be called while 'screen' is locked. 531 * SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked. 632 * The blit function should not be called on a locked surface. [all...] |
/external/yaffs2/yaffs2/ |
yaffs_guts.h | 118 int locked; /* Can't push out or flush while locked. */ member in struct:__anon14236
|
yaffs_guts.c | [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 104 Uint32 locked; /* Private */ member in struct:SDL_Surface 138 /* Evaluates to true if the surface needs to be locked before access */ 354 * These functions should not be called while 'screen' is locked. 531 * SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked. 632 * The blit function should not be called on a locked surface. [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 104 Uint32 locked; /* Private */ member in struct:SDL_Surface 138 /* Evaluates to true if the surface needs to be locked before access */ 354 * These functions should not be called while 'screen' is locked. 531 * SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked. 632 * The blit function should not be called on a locked surface. [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 116 Uint32 locked; /* Private */ member in struct:SDL_Surface 150 /* Evaluates to true if the surface needs to be locked before access */ 358 * These functions should not be called while 'screen' is locked. 533 * SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked. 634 * The blit function should not be called on a locked surface. [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | 104 Uint32 locked; /* Private */ member in struct:SDL_Surface 138 /* Evaluates to true if the surface needs to be locked before access */ 354 * These functions should not be called while 'screen' is locked. 531 * SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked. 632 * The blit function should not be called on a locked surface. [all...] |
/external/oprofile/events/i386/atom/ |
events | 32 event:0x2B counters:0,1 um:core,mesi minimum:6000 name:L2_LOCK : L2 locked accesses
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
KeyguardViewMediator.java | 624 + " and the sim is not locked or missing"); [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | 509 null, mDeleteUri, mDeleteLocked ? null : "locked=0", null); [all...] |
/frameworks/base/services/surfaceflinger/ |
SurfaceFlinger.cpp | [all...] |
/external/valgrind/main/VEX/priv/ |
guest_x86_toIR.c | [all...] |
/external/chromium/chrome/browser/ |
process_singleton_linux.cc | 606 // If locked, it means we are not ready to process this message because 608 if (parent_->locked()) { 609 DLOG(WARNING) << "Browser is locked"; 799 // Locked by process on another host. 953 // We've already locked things, so we can't have lost the startup race, [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
relayport.cc | 104 bool locked() const { return locked_; } function in class:cricket::RelayEntry 524 // If this connection is locked to the address given, then we can send the 662 LOG(WARNING) << "Dropping packet: entry not locked";
|
/external/oprofile/events/x86-64/family10/ |
unit_masks | 211 0x02 Data cache misses by locked instructions 238 0x01 Number of locked instructions executed
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seq.h | 427 void snd_seq_queue_info_set_locked(snd_seq_queue_info_t *info, int locked);
|
/external/oprofile/events/x86-64/family11h/ |
events | 33 event:0x24 counters:0,1,2,3 um:locked_ops minimum:500 name:LOCKED_OPS : Locked operations 51 event:0x4c counters:0,1,2,3 um:dcachemisslocked minimum:500 name:DCACHE_MISS_LOCKED_INSTRUCTIONS : DCACHE misses by locked instructions
|
/external/oprofile/events/x86-64/hammer/ |
events | 31 event:0x24 counters:0,1,2,3 um:locked_ops minimum:500 name:LOCKED_OPS : Locked operations 51 event:0x4c counters:0,1,2,3 um:dcachemisslocked minimum:500 name:DCACHE_MISS_LOCKED_INSTRUCTIONS : DCACHE misses by locked instructions
|
/bionic/libc/bionic/ |
dlmalloc.c | 456 `locked' between other chunks, as can happen with normally allocated [all...] |