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

  /device/google/marlin/camera/QCamera2/stack/common/
cam_semaphore.h 51 } cam_semaphore_t; typedef in typeref:struct:__anon2144
53 static inline void cam_sem_init(cam_semaphore_t *s, int n)
60 static inline void cam_sem_post(cam_semaphore_t *s)
68 static inline int cam_sem_wait(cam_semaphore_t *s)
79 static inline int cam_sem_timedwait(cam_semaphore_t *s, const struct timespec *abs_timeout)
100 static inline void cam_sem_destroy(cam_semaphore_t *s)
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_semaphore.h 51 } cam_semaphore_t; typedef in typeref:struct:__anon48908
53 static inline void cam_sem_init(cam_semaphore_t *s, int n)
60 static inline void cam_sem_post(cam_semaphore_t *s)
68 static inline int cam_sem_wait(cam_semaphore_t *s)
79 static inline int cam_sem_timedwait(cam_semaphore_t *s, const struct timespec *abs_timeout)
100 static inline void cam_sem_destroy(cam_semaphore_t *s)
  /device/google/marlin/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 */
  /hardware/qcom/camera/msm8998/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/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
cam_semaphore_tests.cpp 51 cam_semaphore_t sem;
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
cam_semaphore_tests.cpp 51 cam_semaphore_t sem;
  /device/google/marlin/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/google/marlin/camera/QCamera2/HAL/
QCameraStateMachine.h 252 cam_semaphore_t cmd_sem; // semaphore for cmd thread
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraStateMachine.h 255 cam_semaphore_t cmd_sem; // semaphore for cmd thread
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 377 cam_semaphore_t job_sem; /* semaphore for job cmd thread */
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 393 cam_semaphore_t job_sem; /* semaphore for job cmd thread */
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 146 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
147 cam_semaphore_t sync_sem; /* semaphore for synchronization with cmd thread */
    [all...]

Completed in 927 milliseconds