OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cam_sem_post
(Results
1 - 25
of
49
) sorted by null
1
2
/device/huawei/angler/camera/QCamera2/stack/common/
cam_semaphore.h
55
static inline void
cam_sem_post
(cam_semaphore_t *s)
function
/device/lge/bullhead/camera/QCamera2/stack/common/
cam_semaphore.h
55
static inline void
cam_sem_post
(cam_semaphore_t *s)
function
/device/moto/shamu/camera/QCamera2/stack/common/
cam_semaphore.h
55
static inline void
cam_sem_post
(cam_semaphore_t *s)
function
/hardware/qcom/camera/QCamera2/stack/common/
cam_semaphore.h
58
static inline void
cam_sem_post
(cam_semaphore_t *s)
function
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c
101
cam_sem_post
(&my_obj->job_mgr.job_sem);
787
cam_sem_post
(&my_obj->job_mgr.job_sem);
909
cam_sem_post
(&my_obj->job_mgr.job_sem);
mm_jpeg.c
[
all
...]
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c
105
cam_sem_post
(&my_obj->job_mgr.job_sem);
794
cam_sem_post
(&my_obj->job_mgr.job_sem);
916
cam_sem_post
(&my_obj->job_mgr.job_sem);
mm_jpeg.c
[
all
...]
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c
105
cam_sem_post
(&my_obj->job_mgr.job_sem);
794
cam_sem_post
(&my_obj->job_mgr.job_sem);
916
cam_sem_post
(&my_obj->job_mgr.job_sem);
mm_jpeg.c
[
all
...]
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c
106
cam_sem_post
(&my_obj->job_mgr.job_sem);
802
cam_sem_post
(&my_obj->job_mgr.job_sem);
925
cam_sem_post
(&my_obj->job_mgr.job_sem);
[
all
...]
mm_jpeg.c
[
all
...]
/device/huawei/angler/camera/QCamera2/util/
QCameraCmdThread.cpp
151
cam_sem_post
(&cmd_sem);
/device/lge/bullhead/camera/QCamera2/util/
QCameraCmdThread.cpp
151
cam_sem_post
(&cmd_sem);
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c
376
/* send
cam_sem_post
to wake up cb thread to dispatch super buffer */
397
cam_sem_post
(&(ch_obj->cb_thread.cmd_sem));
[
all
...]
mm_camera_stream.c
126
/* send
cam_sem_post
to wake up channel cmd thread to enqueue to super buffer */
137
cam_sem_post
(&(my_obj->ch_obj->cmd_thread.cmd_sem));
146
/* send
cam_sem_post
to wake up cmd thread to dispatch dataCB */
157
cam_sem_post
(&(my_obj->cmd_thread.cmd_sem));
[
all
...]
mm_camera_thread.c
646
cam_sem_post
(&cmd_thread->cmd_sem);
/device/moto/shamu/camera/QCamera2/util/
QCameraCmdThread.cpp
146
cam_sem_post
(&cmd_sem);
/hardware/qcom/camera/QCamera2/util/
QCameraCmdThread.cpp
159
cam_sem_post
(&cmd_sem);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c
277
cam_sem_post
(&(ch_obj->cmd_thread.sync_sem));
590
/* send
cam_sem_post
to wake up cb thread to dispatch super buffer */
612
cam_sem_post
(&(ch_obj->cb_thread.cmd_sem));
[
all
...]
mm_camera_thread.c
671
cam_sem_post
(&cmd_thread->cmd_sem);
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c
423
/* send
cam_sem_post
to wake up cb thread to dispatch super buffer */
444
cam_sem_post
(&(ch_obj->cb_thread.cmd_sem));
[
all
...]
mm_camera_thread.c
671
cam_sem_post
(&cmd_thread->cmd_sem);
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c
423
/* send
cam_sem_post
to wake up cb thread to dispatch super buffer */
444
cam_sem_post
(&(ch_obj->cb_thread.cmd_sem));
[
all
...]
mm_camera_thread.c
671
cam_sem_post
(&cmd_thread->cmd_sem);
Completed in 1102 milliseconds
1
2