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

  /system/media/brillo/audio/audioservice/test/
audio_device_handler_test.cpp 154 EXPECT_FALSE(handler_.headphone_);
165 EXPECT_FALSE(handler_.headphone_);
176 EXPECT_TRUE(handler_.headphone_);
187 EXPECT_FALSE(handler_.headphone_);
198 EXPECT_FALSE(handler_.headphone_);
209 EXPECT_FALSE(handler_.headphone_);
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 40 headphone_ = false;
  /system/media/brillo/audio/audioservice/
audio_device_handler.cpp 29 headphone_ = false;
158 headphone_ = event.value;
169 UpdateAudioSystem(headphone_, microphone_);
172 headphone_ = false;
audio_device_handler.h 144 bool headphone_; member in class:brillo::AudioDeviceHandler

Completed in 38 milliseconds