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/webkit/Source/WebKit/efl/WebCoreSupport/
FullscreenVideoControllerEfl.cpp 123 bool FullscreenVideoController::muted() const function in class:FullscreenVideoController
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp 407 bool FullscreenVideoController::muted() const function in class:FullscreenVideoController
409 return m_mediaElement ? m_mediaElement->muted() : false;
433 gtk_scale_button_set_value(GTK_SCALE_BUTTON(m_volumeButton), muted() ? 0 : volume());
  /external/webkit/Source/WebCore/rendering/
RenderThemeWinCE.cpp 560 bool muted = !mediaElement || mediaElement->muted(); local
575 if (muted)
  /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
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 531 bool MediaPlayer::muted() const function in class:WebCore::MediaPlayer
536 void MediaPlayer::setMuted(bool muted)
538 m_muted = muted;
541 m_private->setMuted(muted);
543 m_private->setVolume(muted ? 0 : m_volume);
  /hardware/qcom/audio/hal/
audio_hw.h 181 bool muted; member in struct:stream_out
  /device/samsung/manta/audio/
audio_hw.c 163 bool muted; member in struct:stream_out
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 1577 bool HTMLMediaElement::muted() const function in class:WebCore::HTMLMediaElement
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 1909 setMuteInternal(cm.getFgPhone(), muted); local
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 694 bool muted; member in struct:tuna_stream_out
    [all...]

Completed in 280 milliseconds