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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.h 72 bool muted() const { return muted_; } function in class:cricket::Call
channel.h 144 bool muted() const { return muted_; } function in class:cricket::BaseChannel
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.h 79 virtual bool muted() const { return m_muted; } function in class:WebCore::MediaController
HTMLMediaElement.cpp 2388 bool HTMLMediaElement::muted() const function in class:WebCore::HTMLMediaElement
    [all...]
  /external/chromium_org/media/filters/
audio_renderer_impl_unittest.cc 40 // Constants for distinguishing between muted audio and playing audio when using
237 // |muted| is optional and if passed will get set if the value of
238 // the consumed data is muted audio.
239 bool ConsumeBufferedData(uint32 requested_frames, bool* muted) {
244 if (muted)
245 *muted = frames_read < 1 || bus->channel(0)[0] == kMutedAudio;
453 bool muted = false; local
455 EXPECT_FALSE(ConsumeBufferedData(kDataSize, &muted));
456 EXPECT_TRUE(muted);
458 // Deliver data, we should get non-muted audio
490 bool muted = false; local
525 bool muted = false; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 104 bool muted() const { return muted_; } function in class:cricket::Call
  /hardware/qcom/audio/hal/
audio_hw.h 114 bool muted; member in struct:stream_out
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 150 * @see UIProvider.ConversationColumns#MUTED
152 public boolean muted; field in class:Conversation
233 dest.writeInt(muted ? 1 : 0);
266 muted = in.readInt() != 0;
344 muted = cursor.getInt(UIProvider.CONVERSATION_MUTED_COLUMN) != 0;
395 muted = other.muted;
423 boolean spam, boolean phishing, boolean muted, Uri accountUri,
449 conversation.muted = muted;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc-dapm.h 269 unsigned char muted:1; /* muted for pop reduction */ member in struct:snd_soc_dapm_widget
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc-dapm.h 269 unsigned char muted:1; /* muted for pop reduction */ member in struct:snd_soc_dapm_widget
  /device/samsung/manta/audio/
audio_hw.c 163 bool muted; member in struct:stream_out
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 2008 setMuteInternal(cm.getFgPhone(), muted); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 500 bool muted() {return muted_; } function in class:cricket::WebRtcVideoChannelSendInfo
    [all...]

Completed in 668 milliseconds