Home
last modified time | relevance | path

Searched refs:dtmf (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_service.h57 virtual void SendDtmf(int dtmf) in SendDtmf() argument
89 bool SendDtmf(int dtmf) in SendDtmf() argument
204 void NotifySendDtmf(int dtmf) in NotifySendDtmf() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_event_processer.h103 * @param dtmf The code of the DTMF.
105 void ProcessSendDtmfEvent(int dtmf) const;
H A Dhfp_ag_profile_event_sender.cpp72 void HfpAgProfileEventSender::SendDtmf(const std::string &device, int dtmf) const in SendDtmf()
74 HfpAgMessage msg(HFP_AG_CONTROL_OTHER_MODULES_EVT, dtmf); in SendDtmf()
77 msg.arg1_ = dtmf; in SendDtmf()
H A Dhfp_ag_profile_event_sender.h74 * @param dtmf Code of DTMF.
76 void SendDtmf(const std::string &device, int dtmf) const;
H A Dhfp_ag_system_event_processer.cpp191 void HfpAgSystemEventProcesser::ProcessSendDtmfEvent(int dtmf) const in ProcessSendDtmfEvent()
194 systemInterface_.SendDtmf(dtmf, address_); in ProcessSendDtmfEvent()
H A Dhfp_ag_system_interface.h88 * @param dtmf The code of the DTMF.
92 bool SendDtmf(int dtmf, const std::string &address) const;
H A Dhfp_ag_system_interface.cpp169 bool HfpAgSystemInterface::SendDtmf(int dtmf, const std::string &address) const in SendDtmf() argument
172 char str = dtmf + '0'; in SendDtmf()

Completed in 5 milliseconds