HomeSort by relevance Sort by last modified time
    Searched full:disconnectallsupporteddevices (Results 1 - 3 of 3) sorted by null

  /system/media/brillo/audio/audioservice/
audio_device_handler.cpp 55 VLOG(1) << "Calling DisconnectAllSupportedDevices.";
56 DisconnectAllSupportedDevices();
118 void AudioDeviceHandler::DisconnectAllSupportedDevices() {
audio_device_handler.h 126 void DisconnectAllSupportedDevices();
  /system/media/brillo/audio/audioservice/test/
audio_device_handler_test.cpp 63 // Test that DisconnectAllSupportedDevices() calls NotifyAudioPolicyService()
69 handler_.DisconnectAllSupportedDevices();
72 // Test that Init() calls DisconnectAllSupportedDevices().

Completed in 37 milliseconds