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

  /device/asus/flo/camera/QCamera2/stack/common/
cam_semaphore.h 46 } cam_semaphore_t; typedef in typeref:struct:__anon1635
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 46 } cam_semaphore_t; typedef in typeref:struct:__anon33055
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)

Completed in 508 milliseconds