Home
last modified time | relevance | path

Searched refs:prevcommand_process (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_commands.c46 if (tctrl->tuning_params.func_tbl->prevcommand_process == NULL) { in tuneserver_initialize_prevtuningp()
51 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_initialize_prevtuningp()
54 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_initialize_prevtuningp()
72 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_deinitialize_prevtuningp()
84 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_preview_getinfo()
97 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_preview_getchunksize()
111 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_preview_getframe()
124 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_preview_unsupported()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h125 int (*prevcommand_process) (void *recv, mm_camera_tune_prevcmd_t cmd, member