/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/huawei/angler/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 47 pthread_mutex_init(&m_lock, NULL); in QCameraQueue() 68 pthread_mutex_init(&m_lock, NULL); in QCameraQueue() 88 pthread_mutex_destroy(&m_lock); in ~QCameraQueue() 102 pthread_mutex_lock(&m_lock); in init() 104 pthread_mutex_unlock(&m_lock); in init() 119 pthread_mutex_lock(&m_lock); in isEmpty() 123 pthread_mutex_unlock(&m_lock); in isEmpty() 150 pthread_mutex_lock(&m_lock); in enqueue() 159 pthread_mutex_unlock(&m_lock); in enqueue() 187 pthread_mutex_lock(&m_lock); in enqueueWithPriority() [all …]
|
D | QCameraQueue.h | 68 pthread_mutex_t m_lock; variable
|
/device/lge/bullhead/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 47 pthread_mutex_init(&m_lock, NULL); in QCameraQueue() 68 pthread_mutex_init(&m_lock, NULL); in QCameraQueue() 88 pthread_mutex_destroy(&m_lock); in ~QCameraQueue() 102 pthread_mutex_lock(&m_lock); in init() 104 pthread_mutex_unlock(&m_lock); in init() 119 pthread_mutex_lock(&m_lock); in isEmpty() 123 pthread_mutex_unlock(&m_lock); in isEmpty() 150 pthread_mutex_lock(&m_lock); in enqueue() 159 pthread_mutex_unlock(&m_lock); in enqueue() 187 pthread_mutex_lock(&m_lock); in enqueueWithPriority() [all …]
|
D | QCameraQueue.h | 68 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/generic/goldfish/opengl/system/egl/ |
D | eglDisplay.cpp | 65 pthread_mutex_init(&m_lock, NULL); in eglDisplay() 70 pthread_mutex_destroy(&m_lock); in ~eglDisplay() 75 pthread_mutex_lock(&m_lock); in initialize() 91 pthread_mutex_unlock(&m_lock); in initialize() 115 pthread_mutex_unlock(&m_lock); in initialize() 125 pthread_mutex_unlock(&m_lock); in initialize() 137 pthread_mutex_unlock(&m_lock); in initialize() 159 pthread_mutex_unlock(&m_lock); in initialize() 167 pthread_mutex_unlock(&m_lock); in initialize() 174 pthread_mutex_unlock(&m_lock); in initialize() [all …]
|
D | eglDisplay.h | 66 pthread_mutex_t m_lock;
|
/device/huawei/angler/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/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/lge/bullhead/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/bullhead/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 757 pthread_mutex_init(&m_lock, NULL); in start() 1218 pthread_mutex_lock(&m_lock); in getBufs() 1220 pthread_mutex_unlock(&m_lock); in getBufs() 1670 pthread_mutex_lock(&m_lock); in cond_signal() 1675 pthread_mutex_unlock(&m_lock); in cond_signal() 1687 pthread_mutex_lock(&m_lock); in cond_wait() 1689 pthread_cond_wait(&m_cond, &m_lock); in cond_wait() 1691 pthread_mutex_unlock(&m_lock); in cond_wait()
|
D | QCameraStream.h | 214 pthread_mutex_t m_lock; variable
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 757 pthread_mutex_init(&m_lock, NULL); in start() 1218 pthread_mutex_lock(&m_lock); in getBufs() 1220 pthread_mutex_unlock(&m_lock); in getBufs() 1670 pthread_mutex_lock(&m_lock); in cond_signal() 1675 pthread_mutex_unlock(&m_lock); in cond_signal() 1687 pthread_mutex_lock(&m_lock); in cond_wait() 1689 pthread_cond_wait(&m_cond, &m_lock); in cond_wait() 1691 pthread_mutex_unlock(&m_lock); in cond_wait()
|
D | QCameraStream.h | 214 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
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 199 pthread_mutex_t m_lock; member
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 199 pthread_mutex_t m_lock; member
|