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 - 2
of
2
) sorted by null
/device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp
163
if (app_cb->
argm_data_cb
.user_data != NULL) {
164
QCameraHalHeap_t *heap = (QCameraHalHeap_t *)app_cb->
argm_data_cb
.user_data;
263
app_cb->dataCb(app_cb->
argm_data_cb
.msg_type,
264
app_cb->
argm_data_cb
.data,
265
app_cb->
argm_data_cb
.index,
266
app_cb->
argm_data_cb
.metadata,
267
app_cb->
argm_data_cb
.cookie);
268
if (CAMERA_MSG_COMPRESSED_IMAGE == app_cb->
argm_data_cb
.msg_type) {
467
app_cb->
argm_data_cb
.msg_type = CAMERA_MSG_RAW_IMAGE;
468
app_cb->
argm_data_cb
.cookie = mCallbackCookie
[
all
...]
/device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h
198
argm_data_cb_t
argm_data_cb
;
member in struct:__anon5495
[
all
...]
Completed in 2519 milliseconds