OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argm_data_cb
(Results
1 - 4
of
4
) sorted by null
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp
847
app_cb->
argm_data_cb
.msg_type = CAMERA_MSG_STATS_DATA;
848
app_cb->
argm_data_cb
.data = mStatsMapped[mCurrentHisto];
849
app_cb->
argm_data_cb
.index = 0;
850
app_cb->
argm_data_cb
.metadata = NULL;
851
app_cb->
argm_data_cb
.cookie = mCallbackCookie;
910
app_cb.dataCb(app_cb.
argm_data_cb
.msg_type,
911
app_cb.
argm_data_cb
.data, app_cb.
argm_data_cb
.index,
912
app_cb.
argm_data_cb
.metadata, app_cb.
argm_data_cb
.cookie)
[
all
...]
/device/lge/mako/camera/
QCameraHWI.cpp
883
app_cb->
argm_data_cb
.msg_type = CAMERA_MSG_STATS_DATA;
884
app_cb->
argm_data_cb
.data = mStatsMapped[mCurrentHisto];
885
app_cb->
argm_data_cb
.index = 0;
886
app_cb->
argm_data_cb
.metadata = NULL;
887
app_cb->
argm_data_cb
.cookie = mCallbackCookie;
948
app_cb.dataCb(app_cb.
argm_data_cb
.msg_type,
949
app_cb.
argm_data_cb
.data, app_cb.
argm_data_cb
.index,
950
app_cb.
argm_data_cb
.metadata, app_cb.
argm_data_cb
.cookie)
[
all
...]
QCameraHWI.h
187
argm_data_cb_t
argm_data_cb
;
member in struct:__anon2191
/device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h
187
argm_data_cb_t
argm_data_cb
;
member in struct:__anon2038
Completed in 63 milliseconds