Searched refs:dtmf (Results 1 – 8 of 8) sorted by relevance
128 dtmf = ToneDescriptor::TONE_DTMF_CHAR_0; in ConvertDigitToTone()131 dtmf = ToneDescriptor::TONE_DTMF_CHAR_1; in ConvertDigitToTone()134 dtmf = ToneDescriptor::TONE_DTMF_CHAR_2; in ConvertDigitToTone()137 dtmf = ToneDescriptor::TONE_DTMF_CHAR_3; in ConvertDigitToTone()140 dtmf = ToneDescriptor::TONE_DTMF_CHAR_4; in ConvertDigitToTone()143 dtmf = ToneDescriptor::TONE_DTMF_CHAR_5; in ConvertDigitToTone()146 dtmf = ToneDescriptor::TONE_DTMF_CHAR_6; in ConvertDigitToTone()149 dtmf = ToneDescriptor::TONE_DTMF_CHAR_7; in ConvertDigitToTone()152 dtmf = ToneDescriptor::TONE_DTMF_CHAR_8; in ConvertDigitToTone()155 dtmf = ToneDescriptor::TONE_DTMF_CHAR_9; in ConvertDigitToTone()[all …]
57 virtual void SendDtmf(int dtmf) in SendDtmf() argument89 bool SendDtmf(int dtmf) in SendDtmf() argument204 void NotifySendDtmf(int dtmf) in NotifySendDtmf() argument
72 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()
105 void ProcessSendDtmfEvent(int dtmf) const;
191 void HfpAgSystemEventProcesser::ProcessSendDtmfEvent(int dtmf) const in ProcessSendDtmfEvent()194 systemInterface_.SendDtmf(dtmf, address_); in ProcessSendDtmfEvent()
76 void SendDtmf(const std::string &device, int dtmf) const;
92 bool SendDtmf(int dtmf, const std::string &address) const;
169 bool HfpAgSystemInterface::SendDtmf(int dtmf, const std::string &address) const in SendDtmf() argument172 char str = dtmf + '0'; in SendDtmf()