OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processAPI
(Results
1 - 4
of
4
) sorted by null
/device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp
108
rc = hw->
processAPI
(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
155
int32_t rc = hw->
processAPI
(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload);
182
int32_t rc = hw->
processAPI
(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)msg_type);
209
int32_t rc = hw->
processAPI
(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)msg_type);
238
ret = hw->
processAPI
(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)msg_type);
275
ret = hw->
processAPI
(evt, NULL);
305
int32_t ret = hw->
processAPI
(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
335
ret = hw->
processAPI
(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL);
370
ret = hw->
processAPI
(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)enable);
403
ret = hw->
processAPI
(QCAMERA_SM_EVT_START_RECORDING, NULL)
[
all
...]
QCamera2HWI.h
263
int
processAPI
(qcamera_sm_evt_enum_t api, void *api_payload);
/hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.cpp
108
rc = hw->
processAPI
(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
155
int32_t rc = hw->
processAPI
(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload);
182
int32_t rc = hw->
processAPI
(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)msg_type);
209
int32_t rc = hw->
processAPI
(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)msg_type);
238
ret = hw->
processAPI
(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)msg_type);
275
ret = hw->
processAPI
(evt, NULL);
305
int32_t ret = hw->
processAPI
(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
335
ret = hw->
processAPI
(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL);
370
ret = hw->
processAPI
(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)enable);
403
ret = hw->
processAPI
(QCAMERA_SM_EVT_START_RECORDING, NULL)
[
all
...]
QCamera2HWI.h
263
int
processAPI
(qcamera_sm_evt_enum_t api, void *api_payload);
Completed in 63 milliseconds