OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_hdl
(Results
1 - 5
of
5
) sorted by null
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c
273
my_obj->buf[0].stream_id = my_obj->
my_hdl
;
290
buf_info.stream_id = my_obj->
my_hdl
;
316
super_buf.camera_handle = my_obj->ch_obj->cam_obj->
my_hdl
;
317
super_buf.ch_id = my_obj->ch_obj->
my_hdl
;
405
mm_camera_util_get_dev_name(my_obj->ch_obj->cam_obj->
my_hdl
));
759
my_obj->
my_hdl
,
771
mm_camera_poll_thread_del_poll_fd(&my_obj->ch_obj->poll_thread[0], my_obj->
my_hdl
);
783
mm_camera_poll_thread_del_poll_fd(&my_obj->ch_obj->poll_thread[0], my_obj->
my_hdl
);
851
buf_info->stream_id = my_obj->
my_hdl
;
854
buf_info->buf->stream_id = my_obj->
my_hdl
;
[
all
...]
mm_camera_channel.c
146
if (handler == ch_obj->streams[i].
my_hdl
) {
224
super_buf.camera_handle = ch_obj->cam_obj->
my_hdl
;
225
super_buf.ch_id = ch_obj->
my_hdl
;
306
super_buf.camera_handle = ch_obj->cam_obj->
my_hdl
;
307
super_buf.ch_id = ch_obj->
my_hdl
;
664
stream_obj->
my_hdl
= mm_camera_util_generate_handler(idx);
680
s_hdl = stream_obj->
my_hdl
;
784
(void *)my_obj->
my_hdl
,
[
all
...]
mm_camera.c
79
if (handler == cam_obj->ch[i].
my_hdl
) {
100
my_obj->
my_hdl
,
207
uint8_t cam_idx = mm_camera_util_get_index_by_handler(my_obj->
my_hdl
);
212
mm_camera_util_get_dev_name(my_obj->
my_hdl
));
763
ch_obj->
my_hdl
= ch_hdl;
[
all
...]
mm_camera_interface.c
85
(cam_handler == g_cam_ctrl.cam_obj[cam_idx]->
my_hdl
)) {
929
cam_obj->
my_hdl
= mm_camera_util_generate_handler(camera_idx);
930
cam_obj->vtbl.camera_handle = cam_obj->
my_hdl
; /* set handler */
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h
214
uint32_t
my_hdl
;
member in struct:mm_stream
346
uint32_t
my_hdl
;
member in struct:mm_channel
395
uint32_t
my_hdl
;
member in struct:mm_camera_obj
Completed in 102 milliseconds