/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | SmartPtr.h | 28 m_lock = new mutex_t; 29 mutex_init(m_lock); 31 else m_lock = NULL; 42 m_lock = new mutex_t; 43 mutex_init(m_lock); 45 else m_lock = NULL; 54 m_lock = new mutex_t; 55 mutex_init(m_lock); 57 else m_lock = NULL; 59 if (rhs.m_lock) mutex_lock(rhs.m_lock); [all …]
|
D | GLSharedGroup.cpp | 245 android::AutoMutex _lock(m_lock); in isObject() 251 android::AutoMutex _lock(m_lock); in getBufferData() 257 android::AutoMutex _lock(m_lock); in addBufferData() 263 android::AutoMutex _lock(m_lock); in updateBufferData() 275 android::AutoMutex _lock(m_lock); in subUpdateBufferData() 286 android::AutoMutex _lock(m_lock); in deleteBufferData() 296 android::AutoMutex _lock(m_lock); in addProgramData() 309 android::AutoMutex _lock(m_lock); in initProgramData() 319 android::AutoMutex _lock(m_lock); in isProgramInitialized() 330 android::AutoMutex _lock(m_lock); in deleteProgramData() [all …]
|
D | GLSharedGroup.h | 105 mutable android::Mutex m_lock; variable
|
/device/lge/hammerhead/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 49 pthread_mutex_init(&m_lock, NULL); in QCameraQueue() 70 pthread_mutex_init(&m_lock, NULL); in QCameraQueue() 90 pthread_mutex_destroy(&m_lock); in ~QCameraQueue() 104 pthread_mutex_lock(&m_lock); in init() 106 pthread_mutex_unlock(&m_lock); in init() 121 pthread_mutex_lock(&m_lock); in isEmpty() 125 pthread_mutex_unlock(&m_lock); in isEmpty() 152 pthread_mutex_lock(&m_lock); in enqueue() 161 pthread_mutex_unlock(&m_lock); in enqueue() 189 pthread_mutex_lock(&m_lock); in enqueueWithPriority() [all …]
|
D | QCameraQueue.h | 64 pthread_mutex_t m_lock; variable
|
/device/moto/shamu/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 49 pthread_mutex_init(&m_lock, NULL); in QCameraQueue() 70 pthread_mutex_init(&m_lock, NULL); in QCameraQueue() 90 pthread_mutex_destroy(&m_lock); in ~QCameraQueue() 104 pthread_mutex_lock(&m_lock); in init() 106 pthread_mutex_unlock(&m_lock); in init() 121 pthread_mutex_lock(&m_lock); in isEmpty() 125 pthread_mutex_unlock(&m_lock); in isEmpty() 152 pthread_mutex_lock(&m_lock); in enqueue() 161 pthread_mutex_unlock(&m_lock); in enqueue() 189 pthread_mutex_lock(&m_lock); in enqueueWithPriority() [all …]
|
D | QCameraQueue.h | 66 pthread_mutex_t m_lock; variable
|
/device/asus/flo/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 49 pthread_mutex_init(&m_lock, NULL); in QCameraQueue() 69 pthread_mutex_init(&m_lock, NULL); in QCameraQueue() 88 pthread_mutex_destroy(&m_lock); in ~QCameraQueue() 103 pthread_mutex_lock(&m_lock); in isEmpty() 107 pthread_mutex_unlock(&m_lock); in isEmpty() 133 pthread_mutex_lock(&m_lock); in enqueue() 136 pthread_mutex_unlock(&m_lock); in enqueue() 163 pthread_mutex_lock(&m_lock); in enqueueWithPriority() 172 pthread_mutex_unlock(&m_lock); in enqueueWithPriority() 194 pthread_mutex_lock(&m_lock); in dequeue() [all …]
|
D | QCameraQueue.h | 60 pthread_mutex_t m_lock; variable
|
/device/generic/goldfish/opengl/system/egl/ |
D | eglDisplay.cpp | 71 pthread_mutex_init(&m_lock, NULL); in eglDisplay() 76 pthread_mutex_destroy(&m_lock); in ~eglDisplay() 81 pthread_mutex_lock(&m_lock); in initialize() 97 pthread_mutex_unlock(&m_lock); in initialize() 121 pthread_mutex_unlock(&m_lock); in initialize() 131 pthread_mutex_unlock(&m_lock); in initialize() 143 pthread_mutex_unlock(&m_lock); in initialize() 165 pthread_mutex_unlock(&m_lock); in initialize() 173 pthread_mutex_unlock(&m_lock); in initialize() 180 pthread_mutex_unlock(&m_lock); in initialize() [all …]
|
D | eglDisplay.h | 66 pthread_mutex_t m_lock;
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_queue.c | 41 pthread_mutex_init(&queue->m_lock, NULL); in mm_camera_queue_init() 57 pthread_mutex_destroy(&queue->m_lock); in mm_qcamera_queue_release() 69 pthread_mutex_lock(&queue->m_lock); in mm_qcamera_queue_isempty() 73 pthread_mutex_unlock(&queue->m_lock); in mm_qcamera_queue_isempty() 94 pthread_mutex_lock(&queue->m_lock); in mm_qcamera_queue_enqueue() 97 pthread_mutex_unlock(&queue->m_lock); in mm_qcamera_queue_enqueue() 113 pthread_mutex_lock(&queue->m_lock); in mm_qcamera_queue_dequeue() 125 pthread_mutex_unlock(&queue->m_lock); in mm_qcamera_queue_dequeue() 145 pthread_mutex_lock(&queue->m_lock); in mm_qcamera_queue_flush() 165 pthread_mutex_unlock(&queue->m_lock); in mm_qcamera_queue_flush()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 545 pthread_mutex_init(&m_lock, NULL); in start() 954 pthread_mutex_lock(&m_lock); in getBufs() 956 pthread_mutex_unlock(&m_lock); in getBufs() 1162 pthread_mutex_lock(&m_lock); in cond_signal() 1167 pthread_mutex_unlock(&m_lock); in cond_signal() 1179 pthread_mutex_lock(&m_lock); in cond_wait() 1181 pthread_cond_wait(&m_cond, &m_lock); in cond_wait() 1183 pthread_mutex_unlock(&m_lock); in cond_wait()
|
D | QCameraStream.h | 187 pthread_mutex_t m_lock; variable
|
D | QCamera2HWI.cpp | 1068 pthread_mutex_init(&m_lock, NULL); in QCamera2HardwareInterface() 1108 pthread_mutex_destroy(&m_lock); in ~QCamera2HardwareInterface() 3774 pthread_mutex_lock(&m_lock); in lockAPI() 3794 pthread_cond_wait(&m_cond, &m_lock); in waitAPIResult() 3832 pthread_mutex_unlock(&m_lock); in unlockAPI() 3848 pthread_mutex_lock(&m_lock); in signalAPIResult() 3865 pthread_mutex_unlock(&m_lock); in signalAPIResult()
|
D | QCamera2HWI.h | 522 pthread_mutex_t m_lock; variable
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 945 pthread_mutex_init(&m_lock, NULL); in QCamera2HardwareInterface() 975 pthread_mutex_destroy(&m_lock); in ~QCamera2HardwareInterface() 2603 pthread_mutex_lock(&m_lock); in lockAPI() 2622 pthread_cond_wait(&m_cond, &m_lock); in waitAPIResult() 2639 pthread_mutex_unlock(&m_lock); in unlockAPI() 2654 pthread_mutex_lock(&m_lock); in signalAPIResult() 2657 pthread_mutex_unlock(&m_lock); in signalAPIResult()
|
D | QCamera2HWI.h | 407 pthread_mutex_t m_lock; variable
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 945 pthread_mutex_init(&m_lock, NULL); in QCamera2HardwareInterface() 975 pthread_mutex_destroy(&m_lock); in ~QCamera2HardwareInterface() 2603 pthread_mutex_lock(&m_lock); in lockAPI() 2622 pthread_cond_wait(&m_cond, &m_lock); in waitAPIResult() 2639 pthread_mutex_unlock(&m_lock); in unlockAPI() 2654 pthread_mutex_lock(&m_lock); in signalAPIResult() 2657 pthread_mutex_unlock(&m_lock); in signalAPIResult()
|
D | QCamera2HWI.h | 407 pthread_mutex_t m_lock; variable
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 199 pthread_mutex_t m_lock; member
|