HomeSort by relevance Sort by last modified time
    Searched refs:cam_semaphore_t (Results 1 - 20 of 20) sorted by null

  /device/huawei/angler/camera/QCamera2/stack/common/
cam_semaphore.h 46 } cam_semaphore_t; typedef in typeref:struct:__anon3715
48 static inline void cam_sem_init(cam_semaphore_t *s, int n)
55 static inline void cam_sem_post(cam_semaphore_t *s)
63 static inline int cam_sem_wait(cam_semaphore_t *s)
74 static inline void cam_sem_destroy(cam_semaphore_t *s)
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_semaphore.h 46 } cam_semaphore_t; typedef in typeref:struct:__anon4626
48 static inline void cam_sem_init(cam_semaphore_t *s, int n)
55 static inline void cam_sem_post(cam_semaphore_t *s)
63 static inline int cam_sem_wait(cam_semaphore_t *s)
74 static inline void cam_sem_destroy(cam_semaphore_t *s)
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_semaphore.h 46 } cam_semaphore_t; typedef in typeref:struct:__anon5821
48 static inline void cam_sem_init(cam_semaphore_t *s, int n)
55 static inline void cam_sem_post(cam_semaphore_t *s)
63 static inline int cam_sem_wait(cam_semaphore_t *s)
74 static inline void cam_sem_destroy(cam_semaphore_t *s)
  /hardware/qcom/camera/QCamera2/stack/common/
cam_semaphore.h 49 } cam_semaphore_t; typedef in typeref:struct:__anon32646
51 static inline void cam_sem_init(cam_semaphore_t *s, int n)
58 static inline void cam_sem_post(cam_semaphore_t *s)
66 static inline int cam_sem_wait(cam_semaphore_t *s)
77 static inline void cam_sem_destroy(cam_semaphore_t *s)
  /device/huawei/angler/camera/QCamera2/util/
QCameraCmdThread.h 68 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
69 cam_semaphore_t sync_sem; /* semaphore for synchronized call signal */
  /device/lge/bullhead/camera/QCamera2/util/
QCameraCmdThread.h 68 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
69 cam_semaphore_t sync_sem; /* semaphore for synchronized call signal */
  /device/moto/shamu/camera/QCamera2/util/
QCameraCmdThread.h 68 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
69 cam_semaphore_t sync_sem; /* semaphore for synchronized call signal */
  /hardware/qcom/camera/QCamera2/util/
QCameraCmdThread.h 71 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
72 cam_semaphore_t sync_sem; /* semaphore for synchronized call signal */
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.h 222 cam_semaphore_t cmd_sem; // semaphore for cmd thread
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraStateMachine.h 238 cam_semaphore_t cmd_sem; // semaphore for cmd thread
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraStateMachine.h 238 cam_semaphore_t cmd_sem; // semaphore for cmd thread
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStateMachine.h 252 cam_semaphore_t cmd_sem; // semaphore for cmd thread
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 140 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
141 cam_semaphore_t sync_sem; /* semaphore for synchronization with cmd thread */
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 371 cam_semaphore_t job_sem; /* semaphore for job cmd thread */
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 371 cam_semaphore_t job_sem; /* semaphore for job cmd thread */
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 362 cam_semaphore_t job_sem; /* semaphore for job cmd thread */
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 377 cam_semaphore_t job_sem; /* semaphore for job cmd thread */
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 129 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 129 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 122 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */

Completed in 547 milliseconds