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

  /device/huawei/angler/camera/QCamera2/stack/common/
cam_semaphore.h 46 } cam_semaphore_t; typedef in typeref:struct:__anon3307
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:__anon3859
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:__anon4695
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:__anon31370
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)
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/common/
cam_semaphore.h 49 } cam_semaphore_t; typedef in typeref:struct:__anon32018
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)

Completed in 169 milliseconds