Lines Matching refs:telephony_device
78 void telephony_device_connected(void *telephony_device) in telephony_device_connected() argument
80 DBG("telephony-dummy: device %p connected", telephony_device); in telephony_device_connected()
83 void telephony_device_disconnected(void *telephony_device) in telephony_device_disconnected() argument
85 DBG("telephony-dummy: device %p disconnected", telephony_device); in telephony_device_disconnected()
89 void telephony_event_reporting_req(void *telephony_device, int ind) in telephony_event_reporting_req() argument
93 telephony_event_reporting_rsp(telephony_device, CME_ERROR_NONE); in telephony_event_reporting_req()
96 void telephony_response_and_hold_req(void *telephony_device, int rh) in telephony_response_and_hold_req() argument
102 telephony_response_and_hold_rsp(telephony_device, CME_ERROR_NONE); in telephony_response_and_hold_req()
105 void telephony_last_dialed_number_req(void *telephony_device) in telephony_last_dialed_number_req() argument
107 telephony_last_dialed_number_rsp(telephony_device, CME_ERROR_NONE); in telephony_last_dialed_number_req()
119 void telephony_terminate_call_req(void *telephony_device) in telephony_terminate_call_req() argument
124 telephony_terminate_call_rsp(telephony_device, CME_ERROR_NONE); in telephony_terminate_call_req()
134 void telephony_answer_call_req(void *telephony_device) in telephony_answer_call_req() argument
136 telephony_answer_call_rsp(telephony_device, CME_ERROR_NONE); in telephony_answer_call_req()
145 void telephony_dial_number_req(void *telephony_device, const char *number) in telephony_dial_number_req() argument
152 telephony_dial_number_rsp(telephony_device, CME_ERROR_NONE); in telephony_dial_number_req()
164 void telephony_transmit_dtmf_req(void *telephony_device, char tone) in telephony_transmit_dtmf_req() argument
167 telephony_transmit_dtmf_rsp(telephony_device, CME_ERROR_NONE); in telephony_transmit_dtmf_req()
170 void telephony_subscriber_number_req(void *telephony_device) in telephony_subscriber_number_req() argument
177 telephony_subscriber_number_rsp(telephony_device, CME_ERROR_NONE); in telephony_subscriber_number_req()
180 void telephony_list_current_calls_req(void *telephony_device) in telephony_list_current_calls_req() argument
190 telephony_list_current_calls_rsp(telephony_device, CME_ERROR_NONE); in telephony_list_current_calls_req()
193 void telephony_operator_selection_req(void *telephony_device) in telephony_operator_selection_req() argument
196 telephony_operator_selection_rsp(telephony_device, CME_ERROR_NONE); in telephony_operator_selection_req()
199 void telephony_call_hold_req(void *telephony_device, const char *cmd) in telephony_call_hold_req() argument
202 telephony_call_hold_rsp(telephony_device, CME_ERROR_NONE); in telephony_call_hold_req()
205 void telephony_nr_and_ec_req(void *telephony_device, gboolean enable) in telephony_nr_and_ec_req() argument
210 telephony_nr_and_ec_rsp(telephony_device, CME_ERROR_NONE); in telephony_nr_and_ec_req()
213 void telephony_voice_dial_req(void *telephony_device, gboolean enable) in telephony_voice_dial_req() argument
222 telephony_voice_dial_rsp(telephony_device, CME_ERROR_NONE); in telephony_voice_dial_req()
225 void telephony_key_press_req(void *telephony_device, const char *keys) in telephony_key_press_req() argument
228 telephony_key_press_rsp(telephony_device, CME_ERROR_NONE); in telephony_key_press_req()