OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mjpegd_cond_timedwait
(Results
1 - 2
of
2
) sorted by null
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QCameraMjpegDecode.cpp
130
static int
mjpegd_cond_timedwait
(pthread_cond_t *p_cond, pthread_mutex_t *p_mutex, uint32_t ms);
452
rc =
mjpegd_cond_timedwait
(&p_thread_arg->cond, &p_thread_arg->mutex, p_args->abort_time);
681
int
mjpegd_cond_timedwait
(pthread_cond_t *p_cond, pthread_mutex_t *p_mutex, uint32_t ms)
function
/hardware/qcom/camera/usbcamcore/src/
QCameraMjpegDecode.cpp
130
static int
mjpegd_cond_timedwait
(pthread_cond_t *p_cond, pthread_mutex_t *p_mutex, uint32_t ms);
452
rc =
mjpegd_cond_timedwait
(&p_thread_arg->cond, &p_thread_arg->mutex, p_args->abort_time);
681
int
mjpegd_cond_timedwait
(pthread_cond_t *p_cond, pthread_mutex_t *p_mutex, uint32_t ms)
function
Completed in 223 milliseconds