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

  /external/webrtc/webrtc/voice_engine/
voe_dtmf_impl.cc 131 int VoEDtmfImpl::SetSendTelephoneEventPayloadType(int channel,
134 "SetSendTelephoneEventPayloadType(channel=%d, type=%u)", channel,
145 "SetSendTelephoneEventPayloadType() failed to locate channel");
148 return channelPtr->SetSendTelephoneEventPayloadType(type);
channel_proxy.cc 130 bool ChannelProxy::SetSendTelephoneEventPayloadType(int payload_type) {
132 return channel()->SetSendTelephoneEventPayloadType(payload_type) == 0;
channel.cc     [all...]

Completed in 39 milliseconds