HomeSort by relevance Sort by last modified time
    Searched defs:SetDtmfPlayoutStatus (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_dtmf_impl.cc 261 int VoEDtmfImpl::SetDtmfPlayoutStatus(int channel, bool enable)
264 "SetDtmfPlayoutStatus(channel=%d, enable=%d)",
277 "SetDtmfPlayoutStatus() failed to locate channel");
280 return channelPtr->SetDtmfPlayoutStatus(enable);
channel.cc     [all...]

Completed in 64 milliseconds