/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | channel.h | 277 bool PressDTMF(int digit, bool playout); 322 playout(p), in DtmfMessageData() 326 bool playout; member 347 bool PressDTMF_w(int digit, bool playout);
|
D | filemediaengine.h | 135 virtual bool SetPlayout(bool playout) { return true; } in SetPlayout() argument 143 virtual bool PressDTMF(int event, bool playout) { return true; } in PressDTMF() argument
|
D | mediaengine.h | 267 virtual bool SetPlayout(bool playout) { return true; } in SetPlayout() argument 275 virtual bool PressDTMF(int event, bool playout) { return true; } in PressDTMF() argument
|
D | mediachannel.h | 215 virtual bool SetPlayout(bool playout) = 0; 231 virtual bool PressDTMF(int event, bool playout) = 0;
|
D | channel.cc | 674 bool VoiceChannel::PressDTMF(int digit, bool playout) { in PressDTMF() argument 675 DtmfMessageData data(digit, playout); in PressDTMF() 865 bool VoiceChannel::PressDTMF_w(int digit, bool playout) { in PressDTMF_w() argument 870 return media_channel()->PressDTMF(digit, playout); in PressDTMF_w() 897 data->result = PressDTMF_w(data->digit, data->playout); in OnMessage()
|
/external/chromium_org/third_party/libjingle/source/talk/media/other/ |
D | linphonemediaengine.h | 125 virtual bool SetPlayout(bool playout); 139 virtual bool PressDTMF(int event, bool playout) { return true; } in PressDTMF() argument
|
D | linphonemediaengine.cc | 158 bool LinphoneVoiceChannel::SetPlayout(bool playout) { in SetPlayout() argument 159 play_ = playout; in SetPlayout()
|
/external/icu4c/layoutex/ |
D | Makefile.in | 63 playout.o \ 67 HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h $(srcdir)/layout/playout.h…
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channel_unittest.cc | 581 EXPECT_FALSE(media_channel1_->playout()); in TestInit() 932 EXPECT_FALSE(media_channel1_->playout()); in TestPlayoutAndSendingStates() 934 EXPECT_FALSE(media_channel2_->playout()); in TestPlayoutAndSendingStates() 937 EXPECT_FALSE(media_channel1_->playout()); in TestPlayoutAndSendingStates() 940 EXPECT_TRUE(media_channel1_->playout()); in TestPlayoutAndSendingStates() 943 EXPECT_FALSE(media_channel2_->playout()); in TestPlayoutAndSendingStates() 946 EXPECT_FALSE(media_channel2_->playout()); in TestPlayoutAndSendingStates() 949 EXPECT_TRUE(media_channel1_->playout()); in TestPlayoutAndSendingStates() 951 EXPECT_FALSE(media_channel2_->playout()); in TestPlayoutAndSendingStates() 954 EXPECT_TRUE(media_channel2_->playout()); in TestPlayoutAndSendingStates() [all …]
|
D | channel.h | 400 bool PressDTMF(int digit, bool playout);
|
D | channel.cc | 1551 bool VoiceChannel::PressDTMF(int digit, bool playout) { in PressDTMF() argument 1553 if (playout) { in PressDTMF()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvoiceengine.h | 333 virtual bool SetPlayout(bool playout); 386 bool SetPlayout(int channel, bool playout); 398 bool ChangePlayout(bool playout);
|
D | fakewebrtcvoiceengine.h | 84 playout(false), in Channel() 108 bool playout; member 187 return channels_[channel]->playout; in GetPlayout() 318 channels_[channel]->playout = true; 340 channels_[channel]->playout = false; 401 if (ch->playout)
|
D | webrtcvoiceengine.cc | 892 playout(p), in ResumeEntry() 897 bool playout; member 2127 bool WebRtcVoiceMediaChannel::SetPlayout(bool playout) { in SetPlayout() argument 2128 desired_playout_ = playout; in SetPlayout() 2140 bool WebRtcVoiceMediaChannel::ChangePlayout(bool playout) { in ChangePlayout() argument 2141 if (playout_ == playout) { in ChangePlayout() 2149 result = SetPlayout(voe_channel(), playout); in ChangePlayout() 2153 if (!SetPlayout(it->second.channel, playout)) { in ChangePlayout() 2154 LOG(LS_ERROR) << "SetPlayout " << playout << " on channel " in ChangePlayout() 2161 playout_ = playout; in ChangePlayout() [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | fakemediaengine.h | 68 bool playout() const { return playout_; } in playout() function 193 void set_playout(bool playout) { playout_ = playout; } in set_playout() argument 274 virtual bool SetPlayout(bool playout) { in SetPlayout() argument 275 set_playout(playout); in SetPlayout() 455 bool rendering() const { return playout(); } in rendering()
|
D | filemediaengine.h | 204 virtual bool SetPlayout(bool playout) { return true; } in SetPlayout() argument
|
D | mediachannel.h | 949 virtual bool SetPlayout(bool playout) = 0;
|