Home | History | Annotate | Download | only in phone

Lines Matching defs:VoiceChannel

614 VoiceChannel::VoiceChannel(talk_base::Thread* thread,
631 this, &VoiceChannel::OnVoiceChannelError);
634 VoiceChannel::~VoiceChannel() {
641 bool VoiceChannel::AddStream(uint32 ssrc) {
647 bool VoiceChannel::SetRingbackTone(const void* buf, int len) {
658 void VoiceChannel::SetEarlyMedia(bool enable) {
668 bool VoiceChannel::PlayRingbackTone(bool play, bool loop) {
674 bool VoiceChannel::PressDTMF(int digit, bool playout) {
680 void VoiceChannel::StartMediaMonitor(int cms) {
684 this, &VoiceChannel::OnMediaMonitorUpdate);
688 void VoiceChannel::StopMediaMonitor() {
696 void VoiceChannel::StartAudioMonitor(int cms) {
699 ->SignalUpdate.connect(this, &VoiceChannel::OnAudioMonitorUpdate);
703 void VoiceChannel::StopAudioMonitor() {
710 int VoiceChannel::GetInputLevel_w() {
714 int VoiceChannel::GetOutputLevel_w() {
718 void VoiceChannel::GetActiveStreams_w(AudioInfo::StreamList* actives) {
722 void VoiceChannel::OnChannelRead(TransportChannel* channel,
738 void VoiceChannel::ChangeState() {
759 const MediaContentDescription* VoiceChannel::GetFirstContent(
768 bool VoiceChannel::SetLocalContent_w(const MediaContentDescription* content,
791 bool VoiceChannel::SetRemoteContent_w(const MediaContentDescription* content,
833 void VoiceChannel::AddStream_w(uint32 ssrc) {
838 void VoiceChannel::RemoveStream_w(uint32 ssrc) {
842 void VoiceChannel::SetRingbackTone_w(const void* buf, int len) {
847 bool VoiceChannel::PlayRingbackTone_w(bool play, bool loop) {
857 void VoiceChannel::HandleEarlyMediaTimeout() {
865 bool VoiceChannel::PressDTMF_w(int digit, bool playout) {
873 void VoiceChannel::OnMessage(talk_base::Message *pmsg) {
914 void VoiceChannel::OnConnectionMonitorUpdate(
919 void VoiceChannel::OnMediaMonitorUpdate(
925 void VoiceChannel::OnAudioMonitorUpdate(AudioMonitor* monitor,
930 void VoiceChannel::OnVoiceChannelError(
943 VoiceChannel* voice_channel)
959 void VoiceChannel::SendLastMediaError() {