HomeSort by relevance Sort by last modified time
    Searched defs:lock (Results 1251 - 1275 of 1530) sorted by null

<<51525354555657585960>>

  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 43 spinlock_t lock; member in struct:as_io_context
  /external/chromium_org/cc/output/
gl_renderer.cc 458 ResourceProvider::ScopedWriteLockGL lock(renderer->resource_provider(),
475 backend_texture_description.fTextureHandle = lock.texture_id();
553 scoped_ptr<ResourceProvider::ScopedReadLockGL> lock; local
561 lock.reset(new ResourceProvider::ScopedReadLockGL(
563 source_texture_with_filters_id = lock->texture_id();
719 ResourceProvider::ScopedWriteLockGL lock(resource_provider_,
722 lock.texture_id(), device_background_texture->format(), window_rect);
740 scoped_ptr<ResourceProvider::ScopedReadLockGL> lock; local
746 lock.reset(new ResourceProvider::ScopedReadLockGL(
748 filtered_device_background_texture_id = lock->texture_id()
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 10 #include "base/synchronization/lock.h"
4584 base::Lock lock; member in struct:cc::TestSwapPromiseResult
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer9.cpp 2845 D3DLOCKED_RECT lock; local
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 106 * are guarded by a lock and operations are applied in batches to avoid lock contention. The
137 * ordering information is updated. This is used to avoid lock contention by recording a memento
138 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs.
2249 lock(); method
2439 lock(); method
2852 lock(); method
2995 lock(); method
3048 lock(); method
3094 lock(); method
3140 lock(); method
3191 lock(); method
3237 lock(); method
3311 lock(); method
3341 lock(); method
3376 lock(); method
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 87 * are guarded by a lock and operations are applied in batches to avoid lock contention. The
118 * ordering information is updated. This is used to avoid lock contention by recording a memento
119 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs.
2533 lock(); method
2673 lock(); method
2724 lock(); method
2768 lock(); method
2811 lock(); method
2855 lock(); method
2926 lock(); method
2957 lock(); method
2995 lock(); method
    [all...]
  /external/kernel-headers/original/linux/
blkdev.h 35 spinlock_t lock; member in struct:as_io_context
700 spinlock_t *lock, int node_id);
nfs_xdr.h 180 * * Arguments to the lock,lockt, and locku call.
222 struct file_lock * denied; /* LOCK, LOCKT failed */
818 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
wanrouter.h 498 spinlock_t lock; /* Support for SMP Locking */ member in struct:wan_device
530 extern void lock_adapter_irq(spinlock_t *lock, unsigned long *smp_flags);
531 extern void unlock_adapter_irq(spinlock_t *lock, unsigned long *smp_flags);
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 1022 void MPEG4Writer::lock() { function in class:android::MPEG4Writer
1023 mLock.lock();
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 449 lock(); method
487 lock(); method
733 lock(); method
935 semAcquireDone = lock(ENGINE_ACCESS_MAX_TIMEOUT_MS);
1908 private void lock() throws InterruptedException { method in class:VideoEditorImpl
1926 private boolean lock(long timeoutMs) throws InterruptedException { method in class:VideoEditorImpl
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 65 static Object lock = new Object(); field in class:RenderScript
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 210 pthread_mutex_t lock; variable
389 pthread_mutex_lock(&lock);
391 pthread_cond_wait(&cond, &lock);
394 pthread_mutex_unlock(&lock);
400 pthread_mutex_lock(&lock);
405 pthread_mutex_unlock(&lock);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 2091 int lock = (toggle == true) ? 1 : 0; local
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 125 pthread_mutex_t lock; member in struct:LinkedList
  /hardware/ti/omap4xxx/hwc/
hwc.c 127 pthread_mutex_t lock; member in struct:omap4_hwc_device
    [all...]
  /packages/apps/Email/emailsync/src/com/android/emailsync/
SyncManager.java 170 // All threads can use this lock to wait for connectivity
180 // Keeps track of which services require a wake lock (by mailbox id)
182 // Keeps track of which services have held a wake lock (by mailbox id)
993 Long lock = mWakeLocks.get(id); local
1009 Long lock = mWakeLocks.get(id); local
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 341 spinlock_t lock; member in struct:snd_pcm_group
370 struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock inside) */
573 spin_lock(&substream->self_group.lock);
578 spin_unlock(&substream->self_group.lock);
585 spin_lock(&substream->self_group.lock);
590 spin_unlock(&substream->self_group.lock);
597 spin_lock(&substream->self_group.lock); \
602 spin_unlock(&substream->self_group.lock); \
    [all...]
vx_core.h 174 spinlock_t lock; member in struct:vx_core
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 341 spinlock_t lock; member in struct:snd_pcm_group
370 struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock inside) */
573 spin_lock(&substream->self_group.lock);
578 spin_unlock(&substream->self_group.lock);
585 spin_lock(&substream->self_group.lock);
590 spin_unlock(&substream->self_group.lock);
597 spin_lock(&substream->self_group.lock); \
602 spin_unlock(&substream->self_group.lock); \
    [all...]
vx_core.h 174 spinlock_t lock; member in struct:vx_core
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 43 spinlock_t lock; member in struct:as_io_context
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 43 spinlock_t lock; member in struct:as_io_context

Completed in 2069 milliseconds

<<51525354555657585960>>