Home
last modified time | relevance | path

Searched refs:cam_semaphore_t (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_semaphore.h51 } cam_semaphore_t; typedef
53 static inline void cam_sem_init(cam_semaphore_t *s, int n) in cam_sem_init()
60 static inline void cam_sem_post(cam_semaphore_t *s) in cam_sem_post()
68 static inline int cam_sem_wait(cam_semaphore_t *s) in cam_sem_wait()
79 static inline int cam_sem_timedwait(cam_semaphore_t *s, const struct timespec *abs_timeout) in cam_sem_timedwait()
100 static inline void cam_sem_destroy(cam_semaphore_t *s) in cam_sem_destroy()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraCmdThread.h71 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
72 cam_semaphore_t sync_sem; /* semaphore for synchronized call signal */
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dcam_semaphore_tests.cpp51 cam_semaphore_t sem; in TEST()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStateMachine.h255 cam_semaphore_t cmd_sem; // semaphore for cmd thread
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h146 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
147 cam_semaphore_t sync_sem; /* semaphore for synchronization with cmd thread */
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h393 cam_semaphore_t job_sem; /* semaphore for job cmd thread */