Searched defs:GetDtmfPlayoutStatus (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_dtmf_impl.cc283 int VoEDtmfImpl::GetDtmfPlayoutStatus(int channel, bool& enabled) function in class:webrtc::VoEDtmfImpl
286 "GetDtmfPlayoutStatus(channel=%d, enabled=?)", channel);
297 "GetDtmfPlayoutStatus() failed to locate channel");
303 "GetDtmfPlayoutStatus() => enabled=%d", enabled);

Completed in 45 milliseconds