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

  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
ALListener.java 88 @Selector("muted")
89 public native boolean muted(); method in class:ALListener
ALSoundSource.java 85 @Selector("muted")
86 boolean muted (); method in interface:ALSoundSource
OALSimpleAudio.java 131 @Selector("muted")
132 public native boolean muted(); method in class:OALSimpleAudio
ALChannelSource.java 134 @Selector("muted")
135 public native boolean muted(); method in class:ALChannelSource
ALSource.java 145 @Selector("muted")
146 public native boolean muted(); method in class:ALSource
OALAudioTrack.java 161 @Selector("muted")
162 public native boolean muted(); method in class:OALAudioTrack
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.cc 521 UInt32 muted = 0; local
530 size = sizeof(muted);
532 _outputDeviceID, &propertyAddress, 0, NULL, &size, &muted));
534 // 1 means muted
535 enabled = static_cast<bool>(muted);
537 // Otherwise check if all channels are muted.
539 muted = 0;
547 muted = (muted && channelMuted);
559 // 1 means muted
697 UInt32 muted = 0; local
    [all...]
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 235 bool muted = false; local
628 res = volume->GetInputMute(chan, muted);
630 muted = !muted;
631 res = volume->SetInputMute(chan, muted);
633 if (muted)
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 111 * @see UIProvider.ConversationColumns#MUTED
113 public final boolean muted; field in class:Conversation
194 dest.writeInt(muted ? 1 : 0);
220 muted = in.readInt() != 0;
296 muted = cursor.getInt(UIProvider.CONVERSATION_MUTED_COLUMN) != 0;
335 muted = other.muted;
352 boolean spam, boolean phishing, boolean muted, Uri accountUri,
374 this.muted = muted;
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.h 233 bool muted; member in struct:stream_out
  /device/htc/flounder/audio/hal/
audio_hw.h 284 bool muted; member in struct:stream_out
  /hardware/qcom/audio/hal/
audio_hw.h 190 bool muted; member in struct:stream_out
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 1151 int muted = cursor.getInt(4); local
1182 int muted = cursor.getInt(4); local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 394 milliseconds