OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf_lock
(Results
1 - 15
of
15
) sorted by null
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c
217
pthread_mutex_lock(&my_obj->
buf_lock
);
220
pthread_mutex_unlock(&my_obj->
buf_lock
);
241
pthread_mutex_unlock(&my_obj->
buf_lock
);
736
pthread_mutex_destroy(&my_obj->
buf_lock
);
[
all
...]
mm_camera_channel.c
673
pthread_mutex_init(&stream_obj->
buf_lock
, NULL);
683
pthread_mutex_destroy(&stream_obj->
buf_lock
);
[
all
...]
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c
226
pthread_mutex_lock(&my_obj->
buf_lock
);
229
pthread_mutex_unlock(&my_obj->
buf_lock
);
249
pthread_mutex_unlock(&my_obj->
buf_lock
);
789
pthread_mutex_destroy(&my_obj->
buf_lock
);
[
all
...]
mm_camera_channel.c
794
pthread_mutex_init(&stream_obj->
buf_lock
, NULL);
804
pthread_mutex_destroy(&stream_obj->
buf_lock
);
[
all
...]
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
232
pthread_mutex_lock(&my_obj->
buf_lock
);
242
pthread_mutex_unlock(&my_obj->
buf_lock
);
294
pthread_mutex_lock(&my_obj->
buf_lock
);
296
pthread_mutex_unlock(&my_obj->
buf_lock
);
853
pthread_mutex_destroy(&my_obj->
buf_lock
);
[
all
...]
mm_camera_channel.c
711
pthread_mutex_init(&stream_obj->
buf_lock
, NULL);
721
pthread_mutex_destroy(&stream_obj->
buf_lock
);
[
all
...]
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
212
pthread_mutex_lock(&my_obj->
buf_lock
);
222
pthread_mutex_unlock(&my_obj->
buf_lock
);
275
pthread_mutex_lock(&my_obj->
buf_lock
);
277
pthread_mutex_unlock(&my_obj->
buf_lock
);
834
pthread_mutex_destroy(&my_obj->
buf_lock
);
[
all
...]
mm_camera_channel.c
714
pthread_mutex_init(&stream_obj->
buf_lock
, NULL);
724
pthread_mutex_destroy(&stream_obj->
buf_lock
);
[
all
...]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
212
pthread_mutex_lock(&my_obj->
buf_lock
);
222
pthread_mutex_unlock(&my_obj->
buf_lock
);
275
pthread_mutex_lock(&my_obj->
buf_lock
);
277
pthread_mutex_unlock(&my_obj->
buf_lock
);
837
pthread_mutex_destroy(&my_obj->
buf_lock
);
[
all
...]
mm_camera_channel.c
[
all
...]
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
216
pthread_mutex_t
buf_lock
;
member in struct:mm_stream
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
216
pthread_mutex_t
buf_lock
;
member in struct:mm_stream
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h
234
pthread_mutex_t
buf_lock
;
member in struct:mm_stream
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
236
pthread_mutex_t
buf_lock
;
member in struct:mm_stream
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h
239
pthread_mutex_t
buf_lock
;
member in struct:mm_stream
Completed in 46 milliseconds