Searched refs:tuningserver_t (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_commands.c | 43 tuningserver_t *tctrl = &lib_handle->tsctrl; in tuneserver_initialize_prevtuningp() 68 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_deinitialize_prevtuningp() 81 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_preview_getinfo() 94 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_preview_getchunksize() 108 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_preview_getframe() 121 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_preview_unsupported() 135 tuningserver_t *tctrl = &lib_handle->tsctrl; in tuneserver_initialize_tuningp() 148 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_deinitialize_tuningp() 162 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_process_get_list_cmd() 175 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_process_get_params_cmd() [all …]
|
D | mm_qcamera_socket.c | 49 static ssize_t tuneserver_send_command_rsp(tuningserver_t *tsctrl, in tuneserver_send_command_rsp() 86 static ssize_t tuneserver_ack(uint16_t a, uint32_t b, tuningserver_t *tsctrl) in tuneserver_ack() 106 tuningserver_t *tsctrl) in tuneserver_send_command_ack() 125 static int32_t tuneserver_process_command(tuningserver_t *tsctrl, in tuneserver_process_command() 225 tuningserver_t *tsctrl) in tuneserver_process_client_message() 295 static ssize_t tuneserver_ack_onaccept_initprotocol(tuningserver_t *tsctrl) in tuneserver_ack_onaccept_initprotocol() 337 static void tuneserver_check_status(tuningserver_t *tsctrl) 349 static ssize_t prevserver_send_command_rsp(tuningserver_t *tsctrl, in prevserver_send_command_rsp() 377 static void prevserver_init_protocol(tuningserver_t *tsctrl) in prevserver_init_protocol() 392 tuningserver_t *tsctrl, char **send_buf, uint32_t *send_len) in prevserver_process_command() [all …]
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_commands.c | 43 tuningserver_t *tctrl = &lib_handle->tsctrl; in tuneserver_initialize_prevtuningp() 68 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_deinitialize_prevtuningp() 81 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_preview_getinfo() 94 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_preview_getchunksize() 108 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_preview_getframe() 121 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_preview_unsupported() 135 tuningserver_t *tctrl = &lib_handle->tsctrl; in tuneserver_initialize_tuningp() 148 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_deinitialize_tuningp() 162 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_process_get_list_cmd() 175 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_process_get_params_cmd() [all …]
|
D | mm_qcamera_socket.c | 47 static ssize_t tuneserver_send_command_rsp(tuningserver_t *tsctrl, in tuneserver_send_command_rsp() 84 static ssize_t tuneserver_ack(uint16_t a, uint32_t b, tuningserver_t *tsctrl) in tuneserver_ack() 104 tuningserver_t *tsctrl) in tuneserver_send_command_ack() 123 static int32_t tuneserver_process_command(tuningserver_t *tsctrl, in tuneserver_process_command() 223 tuningserver_t *tsctrl) in tuneserver_process_client_message() 293 static ssize_t tuneserver_ack_onaccept_initprotocol(tuningserver_t *tsctrl) in tuneserver_ack_onaccept_initprotocol() 335 static void tuneserver_check_status(tuningserver_t *tsctrl) 347 static ssize_t prevserver_send_command_rsp(tuningserver_t *tsctrl, in prevserver_send_command_rsp() 375 static void prevserver_init_protocol(tuningserver_t *tsctrl) in prevserver_init_protocol() 390 tuningserver_t *tsctrl, char **send_buf, uint32_t *send_len) in prevserver_process_command() [all …]
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 331 } tuningserver_t; typedef 338 tuningserver_t tsctrl;
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 339 } tuningserver_t; typedef 346 tuningserver_t tsctrl;
|