HomeSort by relevance Sort by last modified time
    Searched refs:microphone_ (Results 1 - 4 of 4) sorted by null

  /system/media/brillo/audio/audioservice/test/
audio_device_handler_test.cpp 155 EXPECT_FALSE(handler_.microphone_);
166 EXPECT_TRUE(handler_.microphone_);
177 EXPECT_FALSE(handler_.microphone_);
188 EXPECT_FALSE(handler_.microphone_);
199 EXPECT_FALSE(handler_.microphone_);
210 EXPECT_FALSE(handler_.microphone_);
218 handler_.UpdateAudioSystem(handler_.headphone_, handler_.microphone_);
228 handler_.UpdateAudioSystem(handler_.headphone_, handler_.microphone_);
240 handler_.UpdateAudioSystem(handler_.headphone_, handler_.microphone_);
259 handler_.UpdateAudioSystem(handler_.headphone_, handler_.microphone_);
    [all...]
audio_device_handler_mock.h 41 microphone_ = false;
  /system/media/brillo/audio/audioservice/
audio_device_handler.cpp 30 microphone_ = false;
161 microphone_ = event.value;
169 UpdateAudioSystem(headphone_, microphone_);
173 microphone_ = false;
audio_device_handler.h 147 bool microphone_; member in class:brillo::AudioDeviceHandler

Completed in 205 milliseconds