Searched defs:cam_semaphore_t (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_semaphore.h49 } cam_semaphore_t; typedef in typeref:struct:__anon2273
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 60 milliseconds