OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cam_semaphore_t
(Results
1 - 10
of
10
) 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:__anon31253
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/asus/flo/camera/QCamera2/util/
QCameraCmdThread.h
67
cam_semaphore_t
cmd_sem; /* semaphore for cmd thread */
68
cam_semaphore_t
sync_sem; /* semaphore for synchronized call signal */
/hardware/qcom/camera/QCamera2/util/
QCameraCmdThread.h
68
cam_semaphore_t
cmd_sem; /* semaphore for cmd thread */
69
cam_semaphore_t
sync_sem; /* semaphore for synchronized call signal */
/device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.h
201
cam_semaphore_t
cmd_sem; // semaphore for cmd thread
/hardware/qcom/camera/QCamera2/HAL/
QCameraStateMachine.h
201
cam_semaphore_t
cmd_sem; // semaphore for cmd thread
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h
147
cam_semaphore_t
job_sem; /* semaphore for job cmd thread */
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h
148
cam_semaphore_t
job_sem; /* semaphore for job cmd thread */
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
102
cam_semaphore_t
cmd_sem; /* semaphore for cmd thread */
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
102
cam_semaphore_t
cmd_sem; /* semaphore for cmd thread */
Completed in 701 milliseconds