Home
last modified time | relevance | path

Searched defs:telephony_device (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/audio/
Dtelephony-dummy.c78 void telephony_device_connected(void *telephony_device) in telephony_device_connected()
83 void telephony_device_disconnected(void *telephony_device) in telephony_device_disconnected()
89 void telephony_event_reporting_req(void *telephony_device, int ind) in telephony_event_reporting_req()
96 void telephony_response_and_hold_req(void *telephony_device, int rh) in telephony_response_and_hold_req()
105 void telephony_last_dialed_number_req(void *telephony_device) in telephony_last_dialed_number_req()
119 void telephony_terminate_call_req(void *telephony_device) in telephony_terminate_call_req()
134 void telephony_answer_call_req(void *telephony_device) in telephony_answer_call_req()
145 void telephony_dial_number_req(void *telephony_device, const char *number) in telephony_dial_number_req()
164 void telephony_transmit_dtmf_req(void *telephony_device, char tone) in telephony_transmit_dtmf_req()
170 void telephony_subscriber_number_req(void *telephony_device) in telephony_subscriber_number_req()
[all …]
Dtelephony-ofono.c139 void telephony_device_connected(void *telephony_device) in telephony_device_connected()
144 void telephony_device_disconnected(void *telephony_device) in telephony_device_disconnected()
150 void telephony_event_reporting_req(void *telephony_device, int ind) in telephony_event_reporting_req()
157 void telephony_response_and_hold_req(void *telephony_device, int rh) in telephony_response_and_hold_req()
166 void telephony_last_dialed_number_req(void *telephony_device) in telephony_last_dialed_number_req()
220 void telephony_terminate_call_req(void *telephony_device) in telephony_terminate_call_req()
252 void telephony_answer_call_req(void *telephony_device) in telephony_answer_call_req()
277 void telephony_dial_number_req(void *telephony_device, const char *number) in telephony_dial_number_req()
313 void telephony_transmit_dtmf_req(void *telephony_device, char tone) in telephony_transmit_dtmf_req()
341 void telephony_subscriber_number_req(void *telephony_device) in telephony_subscriber_number_req()
[all …]
Dtelephony-maemo6.c447 void telephony_device_connected(void *telephony_device) in telephony_device_connected()
464 void telephony_device_disconnected(void *telephony_device) in telephony_device_disconnected()
470 void telephony_event_reporting_req(void *telephony_device, int ind) in telephony_event_reporting_req()
477 void telephony_response_and_hold_req(void *telephony_device, int rh) in telephony_response_and_hold_req()
486 void telephony_last_dialed_number_req(void *telephony_device) in telephony_last_dialed_number_req()
498 void telephony_terminate_call_req(void *telephony_device) in telephony_terminate_call_req()
526 void telephony_answer_call_req(void *telephony_device) in telephony_answer_call_req()
604 void telephony_dial_number_req(void *telephony_device, const char *number) in telephony_dial_number_req()
644 void telephony_transmit_dtmf_req(void *telephony_device, char tone) in telephony_transmit_dtmf_req()
665 void telephony_subscriber_number_req(void *telephony_device) in telephony_subscriber_number_req()
[all …]
Dtelephony-maemo5.c487 void telephony_device_connected(void *telephony_device) in telephony_device_connected()
504 void telephony_device_disconnected(void *telephony_device) in telephony_device_disconnected()
510 void telephony_event_reporting_req(void *telephony_device, int ind) in telephony_event_reporting_req()
517 void telephony_response_and_hold_req(void *telephony_device, int rh) in telephony_response_and_hold_req()
526 void telephony_last_dialed_number_req(void *telephony_device) in telephony_last_dialed_number_req()
538 void telephony_terminate_call_req(void *telephony_device) in telephony_terminate_call_req()
566 void telephony_answer_call_req(void *telephony_device) in telephony_answer_call_req()
644 void telephony_dial_number_req(void *telephony_device, const char *number) in telephony_dial_number_req()
684 void telephony_transmit_dtmf_req(void *telephony_device, char tone) in telephony_transmit_dtmf_req()
705 void telephony_subscriber_number_req(void *telephony_device) in telephony_subscriber_number_req()
[all …]
Dheadset.c712 int telephony_event_reporting_rsp(void *telephony_device, cme_error_t err) in telephony_event_reporting_rsp()
801 int telephony_key_press_rsp(void *telephony_device, cme_error_t err) in telephony_key_press_rsp()
825 int telephony_answer_call_rsp(void *telephony_device, cme_error_t err) in telephony_answer_call_rsp()
847 int telephony_terminate_call_rsp(void *telephony_device, in telephony_terminate_call_rsp()
893 int telephony_response_and_hold_rsp(void *telephony_device, cme_error_t err) in telephony_response_and_hold_rsp()
916 int telephony_last_dialed_number_rsp(void *telephony_device, cme_error_t err) in telephony_last_dialed_number_rsp()
928 int telephony_dial_number_rsp(void *telephony_device, cme_error_t err) in telephony_dial_number_rsp()
1020 int telephony_transmit_dtmf_rsp(void *telephony_device, cme_error_t err) in telephony_transmit_dtmf_rsp()
1037 int telephony_subscriber_number_rsp(void *telephony_device, cme_error_t err) in telephony_subscriber_number_rsp()
1049 int telephony_list_current_calls_rsp(void *telephony_device, cme_error_t err) in telephony_list_current_calls_rsp()
[all …]