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

  /device/google/marlin/camera/QCamera2/stack/common/
cam_semaphore.h 51 } cam_semaphore_t; typedef in typeref:struct:__anon3531
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/huawei/angler/camera/QCamera2/stack/common/
cam_semaphore.h 51 } cam_semaphore_t; typedef in typeref:struct:__anon4158
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/lge/bullhead/camera/QCamera2/stack/common/
cam_semaphore.h 51 } cam_semaphore_t; typedef in typeref:struct:__anon4710
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:__anon43791
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)

Completed in 67 milliseconds