HomeSort by relevance Sort by last modified time
    Searched refs:CME_ERROR_NONE (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluez/audio/
telephony-dummy.c 80 telephony_event_reporting_rsp(telephony_device, CME_ERROR_NONE);
91 telephony_last_dialed_number_rsp(telephony_device, CME_ERROR_NONE);
108 telephony_terminate_call_rsp(telephony_device, CME_ERROR_NONE);
120 telephony_answer_call_rsp(telephony_device, CME_ERROR_NONE);
136 telephony_dial_number_rsp(telephony_device, CME_ERROR_NONE);
151 telephony_transmit_dtmf_rsp(telephony_device, CME_ERROR_NONE);
161 telephony_subscriber_number_rsp(telephony_device, CME_ERROR_NONE);
174 telephony_list_current_calls_rsp(telephony_device, CME_ERROR_NONE);
180 telephony_operator_selection_rsp(telephony_device, CME_ERROR_NONE);
186 telephony_call_hold_rsp(telephony_device, CME_ERROR_NONE);
    [all...]
telephony-maemo5.c 507 telephony_event_reporting_rsp(telephony_device, CME_ERROR_NONE);
553 telephony_terminate_call_rsp(telephony_device, CME_ERROR_NONE);
580 telephony_answer_call_rsp(telephony_device, CME_ERROR_NONE);
671 telephony_dial_number_rsp(telephony_device, CME_ERROR_NONE);
692 telephony_transmit_dtmf_rsp(telephony_device, CME_ERROR_NONE);
702 telephony_subscriber_number_rsp(telephony_device, CME_ERROR_NONE);
770 telephony_list_current_calls_rsp(telephony_device, CME_ERROR_NONE);
777 telephony_operator_selection_rsp(telephony_device, CME_ERROR_NONE);
868 telephony_call_hold_rsp(telephony_device, CME_ERROR_NONE);
875 telephony_nr_and_ec_rsp(telephony_device, CME_ERROR_NONE);
    [all...]
telephony-maemo6.c 482 telephony_event_reporting_rsp(telephony_device, CME_ERROR_NONE);
520 telephony_terminate_call_rsp(telephony_device, CME_ERROR_NONE);
547 telephony_answer_call_rsp(telephony_device, CME_ERROR_NONE);
642 telephony_dial_number_rsp(telephony_device, CME_ERROR_NONE);
721 telephony_transmit_dtmf_rsp(telephony_device, CME_ERROR_NONE);
731 telephony_subscriber_number_rsp(telephony_device, CME_ERROR_NONE);
799 telephony_list_current_calls_rsp(telephony_device, CME_ERROR_NONE);
806 telephony_operator_selection_rsp(telephony_device, CME_ERROR_NONE);
900 telephony_call_hold_rsp(telephony_device, CME_ERROR_NONE);
907 telephony_nr_and_ec_rsp(telephony_device, CME_ERROR_NONE);
    [all...]
telephony-ofono.c 183 telephony_event_reporting_rsp(telephony_device, CME_ERROR_NONE);
349 telephony_terminate_call_rsp(telephony_device, CME_ERROR_NONE);
377 telephony_answer_call_rsp(telephony_device, CME_ERROR_NONE);
413 telephony_dial_number_rsp(telephony_device, CME_ERROR_NONE);
441 telephony_transmit_dtmf_rsp(telephony_device, CME_ERROR_NONE);
452 telephony_subscriber_number_rsp(telephony_device, CME_ERROR_NONE);
480 telephony_list_current_calls_rsp(telephony_device, CME_ERROR_NONE);
489 telephony_operator_selection_rsp(telephony_device, CME_ERROR_NONE);
569 telephony_call_hold_rsp(telephony_device, CME_ERROR_NONE);
577 telephony_nr_and_ec_rsp(telephony_device, CME_ERROR_NONE);
    [all...]
telephony.h 111 CME_ERROR_NONE = -1,
headset.c 692 if ((err != CME_ERROR_NONE) && slc->cme_enabled)
696 case CME_ERROR_NONE:
712 if (err != CME_ERROR_NONE)
846 if (err != CME_ERROR_NONE)
1117 if (err == CME_ERROR_NONE) {
1207 return telephony_generic_rsp(device, CME_ERROR_NONE);
    [all...]

Completed in 203 milliseconds