HomeSort by relevance Sort by last modified time
    Searched defs:locked (Results 26 - 47 of 47) sorted by null

12

  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp 393 bool locked = false; local
396 locked = true;
401 return locked;
426 bool locked = tryLock(mLock); local
427 if (!locked) {
444 if (locked) mLock.unlock();
757 bool locked = tryLock(mLock); local
758 if (!locked) {
776 if (locked) mLock.unlock();
    [all...]
AudioFlinger.cpp 223 bool locked = false; local
226 locked = true;
231 return locked;
248 bool locked = tryLock(mLock); local
251 if (!locked) {
272 if (locked) mLock.unlock();
949 bool locked = tryLock(mLock); local
950 if (!locked) {
951 snprintf(buffer, SIZE, "thread %p maybe dead locked\n", this);
989 if (locked) {
5832 bool locked = tryLock(mLock); local
6096 bool locked = tryLock(mCblk->lock); local
6425 bool locked = tryLock(mLock); local
    [all...]
  /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...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_meter.c 105 int locked; local
106 locked = (pthread_mutex_trylock(&meter->update_mutex) >= 0);
119 if (locked)
  /device/samsung/crespo/libaudio2/
AudioHardware.cpp 579 bool locked = false; local
582 locked = true;
587 return locked;
596 bool locked = tryLock(mLock); local
597 if (!locked) {
1123 bool locked = tryLock(mLock); local
1124 if (!locked) {
1486 bool locked = tryLock(mLock); local
    [all...]
  /external/bluetooth/bluez/audio/
a2dp.c 70 gboolean locked; member in struct:a2dp_sep
651 if (!a2dp_sep->locked) {
1314 if (sep->locked)
    [all...]
unix.c 73 gboolean locked; member in struct:headset_data
948 error("seid %d not available or locked", client->seid);
963 if (hs->locked) {
968 hs->locked = headset_lock(dev, client->lock);
969 if (!hs->locked) {
1028 if (!hs->locked) {
1099 if (!hs->locked) {
1174 if (!hs->locked) {
1241 if (client->dev && hs->locked) {
1243 hs->locked = FALSE
    [all...]
  /external/ppp/pppd/
tdb.c 268 if (tdb->locked[list+1].count == 0) {
280 tdb->locked[list+1].ltype = ltype;
282 tdb->locked[list+1].count++;
302 if (tdb->locked[list+1].count==0) {
307 if (tdb->locked[list+1].count == 1) {
317 tdb->locked[list+1].count--;
1683 int rev = 0, locked = 0; local
    [all...]
  /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...]
  /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...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 662 private boolean locked; field in class:ImageEditorPanel.ImageViewer
    [all...]
  /device/samsung/crespo/alsa-lib/include/sound/
asequencer.h 540 * etc. if the queue is locked for other clients
543 int locked:1; /* timing queue locked for other queues */ member in struct:sndrv_seq_queue_info
  /external/e2fsprogs/lib/ext2fs/
tdb.c 569 * a completely idle tdb we should get rid of the locked array.
744 contention - it cannot guarantee how many records will be locked */
752 locked */
758 /* mark a chain as locked without actually locking it. Warning! use with great caution! */
764 /* unmark a chain as locked without actually locking it. Warning! use with great caution! */
3817 int rev = 0, locked = 0; local
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 118 int locked; /* Can't push out or flush while locked. */ member in struct:__anon8746
  /frameworks/base/include/private/opengles/
gl_context.h 146 uint8_t locked; member in struct:android::gl::vertex_t
156 flags = index = locked = mru = 0;
  /external/sqlite/dist/
sqlite3.c 34834 int locked; \/* True if some process holds a RESERVED lock *\/ local
37147 u8 locked; \/* True if db currently has pBt locked *\/ member in struct:Btree
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 483 milliseconds

12