Searched refs:nextDtmf (Results 1 – 2 of 2) sorted by relevance
447 char nextDtmf = ' '; in ReportPostDialChar() local449 nextDtmf = c[CHAR_INDEX]; in ReportPostDialChar()451 return DelayedSingleton<AudioControlManager>::GetInstance()->OnPostDialNextChar(nextDtmf); in ReportPostDialChar()
409 std::string nextDtmf(CHAR_LENG, c); in ReportPostDialChar() local410 callManagerCallBack_->ReportPostDialChar(nextDtmf); in ReportPostDialChar()