Home
last modified time | relevance | path

Searched refs:SetVolumeFilePathForTesting (Results 1 – 3 of 3) sorted by relevance

/system/media/brillo/audio/audioservice/
Daudio_volume_handler.h182 void SetVolumeFilePathForTesting(const base::FilePath& path);
Daudio_volume_handler.cpp150 void AudioVolumeHandler::SetVolumeFilePathForTesting( in SetVolumeFilePathForTesting() function in brillo::AudioVolumeHandler
/system/media/brillo/audio/audioservice/test/
Daudio_volume_handler_test.cpp47 handler_.SetVolumeFilePathForTesting(volume_file_path_); in SetUp()