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

1 2

  /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...]
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
VolumeDialogController.java 69 public boolean muted; field in class:VolumeDialogController.StreamState
81 rt.muted = muted;
146 if (ss.muted) sb.append(" [MUTED]");
  /external/adhd/cras/src/server/
cras_observer.c 47 int muted; member in struct:cras_observer_alert_data_mute
110 mute_data->muted,
140 mute_data->muted,
404 void cras_observer_notify_output_mute(int muted, int user_muted,
409 data.muted = muted;
425 void cras_observer_notify_capture_mute(int muted, int mute_locked)
429 data.muted = muted;
  /external/adhd/cras/src/tests/
observer_unittest.cc 112 int muted, int user_muted, int mute_locked) {
115 cb_output_mute_changed_muted.push_back(muted);
127 void cb_capture_mute_changed(void *context, int muted, int mute_locked) {
130 cb_capture_mute_changed_muted.push_back(muted);
326 const int muted = 1; local
330 cras_observer_notify_output_mute(muted, user_muted, mute_locked);
336 EXPECT_EQ(data->muted, muted);
344 EXPECT_EQ(cb_output_mute_changed_muted[0], muted);
345 EXPECT_EQ(cb_output_mute_changed_muted[1], muted);
378 const int muted = 1; local
    [all...]
rclient_unittest.cc 479 const int muted = 1; local
483 send_output_mute_changed(void_client, muted, user_muted, mute_locked);
487 EXPECT_EQ(msg->muted, muted);
513 const int muted = 1; local
516 send_capture_mute_changed(void_client, muted, mute_locked);
520 EXPECT_EQ(msg->muted, muted);
alsa_io_unittest.cc 1882 int muted; 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)
  /external/adhd/cras/src/common/
cras_messages.h 534 int32_t muted; member in struct:cras_client_mute_changed
539 struct cras_client_mute_changed *m, int32_t muted,
544 m->muted = muted;
549 struct cras_client_mute_changed *m, int32_t muted,
554 m->muted = muted;
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MapMessageMonitor.java 244 if (notificationInfo.muted) {
295 if (notificationInfo.muted) {
380 notificationInfo.muted = mute;
629 boolean muted = false; field in class:MapMessageMonitor.NotificationInfo
  /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...]
  /hardware/qcom/audio/hal/
audio_hw.h 204 bool muted; member in struct:stream_out
249 int64_t frames_muted; /* total frames muted, not cleared when entering standby */
  /external/adhd/cras/src/libcras/
cras_client.c 2485 int muted; local
2499 int muted; local
2513 int muted; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 1191 int muted = cursor.getInt(4); local
1222 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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 1003 milliseconds

1 2