OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ch_lock
(Results
1 - 3
of
3
) sorted by null
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
320
pthread_mutex_t
ch_lock
; /* channel lock */
member in struct:mm_channel
519
* This is to avoid deadlock when trying to aquire
ch_lock
,
520
* from the context of dataCB, but async stop is holding
ch_lock
*/
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h
348
pthread_mutex_t
ch_lock
; /* channel lock */
member in struct:mm_channel
560
* This is to avoid deadlock when trying to aquire
ch_lock
,
561
* from the context of dataCB, but async stop is holding
ch_lock
*/
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
320
pthread_mutex_t
ch_lock
; /* channel lock */
member in struct:mm_channel
519
* This is to avoid deadlock when trying to aquire
ch_lock
,
520
* from the context of dataCB, but async stop is holding
ch_lock
*/
Completed in 25 milliseconds