Searched refs:telephony_device (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | telephony.h | 140 void telephony_device_connected(void *telephony_device); 141 void telephony_device_disconnected(void *telephony_device); 146 void telephony_event_reporting_req(void *telephony_device, int ind); 147 void telephony_response_and_hold_req(void *telephony_device, int rh); 148 void telephony_last_dialed_number_req(void *telephony_device); 149 void telephony_terminate_call_req(void *telephony_device); 150 void telephony_answer_call_req(void *telephony_device); 151 void telephony_dial_number_req(void *telephony_device, const char *number); 152 void telephony_transmit_dtmf_req(void *telephony_device, char tone); 153 void telephony_subscriber_number_req(void *telephony_device); [all …]
|
D | telephony-dummy.c | 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() [all …]
|
D | telephony-ofono.c | 139 void telephony_device_connected(void *telephony_device) in telephony_device_connected() argument 141 DBG("telephony-ofono: device %p connected", telephony_device); in telephony_device_connected() 144 void telephony_device_disconnected(void *telephony_device) in telephony_device_disconnected() argument 146 DBG("telephony-ofono: device %p disconnected", telephony_device); in telephony_device_disconnected() 150 void telephony_event_reporting_req(void *telephony_device, int ind) in telephony_event_reporting_req() argument 154 telephony_event_reporting_rsp(telephony_device, CME_ERROR_NONE); in telephony_event_reporting_req() 157 void telephony_response_and_hold_req(void *telephony_device, int rh) in telephony_response_and_hold_req() argument 163 telephony_response_and_hold_rsp(telephony_device, CME_ERROR_NONE); in telephony_response_and_hold_req() 166 void telephony_last_dialed_number_req(void *telephony_device) in telephony_last_dialed_number_req() argument 171 telephony_dial_number_req(telephony_device, last_dialed_number); in telephony_last_dialed_number_req() [all …]
|
D | telephony-maemo6.c | 447 void telephony_device_connected(void *telephony_device) in telephony_device_connected() argument 451 DBG("telephony-maemo6: device %p connected", telephony_device); in telephony_device_connected() 464 void telephony_device_disconnected(void *telephony_device) in telephony_device_disconnected() argument 466 DBG("telephony-maemo6: device %p disconnected", telephony_device); in telephony_device_disconnected() 470 void telephony_event_reporting_req(void *telephony_device, int ind) in telephony_event_reporting_req() argument 474 telephony_event_reporting_rsp(telephony_device, CME_ERROR_NONE); in telephony_event_reporting_req() 477 void telephony_response_and_hold_req(void *telephony_device, int rh) in telephony_response_and_hold_req() argument 483 telephony_response_and_hold_rsp(telephony_device, CME_ERROR_NONE); in telephony_response_and_hold_req() 486 void telephony_last_dialed_number_req(void *telephony_device) in telephony_last_dialed_number_req() argument 491 telephony_dial_number_req(telephony_device, in telephony_last_dialed_number_req() [all …]
|
D | telephony-maemo5.c | 487 void telephony_device_connected(void *telephony_device) in telephony_device_connected() argument 491 DBG("telephony-maemo: device %p connected", telephony_device); in telephony_device_connected() 504 void telephony_device_disconnected(void *telephony_device) in telephony_device_disconnected() argument 506 DBG("telephony-maemo: device %p disconnected", telephony_device); in telephony_device_disconnected() 510 void telephony_event_reporting_req(void *telephony_device, int ind) in telephony_event_reporting_req() argument 514 telephony_event_reporting_rsp(telephony_device, CME_ERROR_NONE); in telephony_event_reporting_req() 517 void telephony_response_and_hold_req(void *telephony_device, int rh) in telephony_response_and_hold_req() argument 523 telephony_response_and_hold_rsp(telephony_device, CME_ERROR_NONE); in telephony_response_and_hold_req() 526 void telephony_last_dialed_number_req(void *telephony_device) in telephony_last_dialed_number_req() argument 531 telephony_dial_number_req(telephony_device, in telephony_last_dialed_number_req() [all …]
|
D | headset.c | 712 int telephony_event_reporting_rsp(void *telephony_device, cme_error_t err) in telephony_event_reporting_rsp() argument 714 struct audio_device *device = telephony_device; in telephony_event_reporting_rsp() 720 return telephony_generic_rsp(telephony_device, err); in telephony_event_reporting_rsp() 801 int telephony_key_press_rsp(void *telephony_device, cme_error_t err) in telephony_key_press_rsp() argument 803 return telephony_generic_rsp(telephony_device, err); in telephony_key_press_rsp() 825 int telephony_answer_call_rsp(void *telephony_device, cme_error_t err) in telephony_answer_call_rsp() argument 827 return telephony_generic_rsp(telephony_device, err); in telephony_answer_call_rsp() 847 int telephony_terminate_call_rsp(void *telephony_device, in telephony_terminate_call_rsp() argument 850 struct audio_device *device = telephony_device; in telephony_terminate_call_rsp() 854 return telephony_generic_rsp(telephony_device, err); in telephony_terminate_call_rsp() [all …]
|