Searched refs:nextDtmf (Results 1 – 2 of 2) sorted by relevance
377 char nextDtmf = ' '; in ReportPostDialChar() local379 nextDtmf = c[CHAR_INDEX]; in ReportPostDialChar()381 return DelayedSingleton<AudioControlManager>::GetInstance()->OnPostDialNextChar(nextDtmf); in ReportPostDialChar()
419 std::string nextDtmf(CHAR_LENG, c); in ReportPostDialChar() local420 callManagerCallBack_->ReportPostDialChar(nextDtmf); in ReportPostDialChar()