Home
last modified time | relevance | path

Searched refs:FindDeviceForChannels (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/audio/alsa/
Dalsa_output.h131 std::string FindDeviceForChannels(uint32 channels);
Dalsa_output.cc516 std::string AlsaPcmOutputStream::FindDeviceForChannels(uint32 channels) { in FindDeviceForChannels() function in media::AlsaPcmOutputStream
640 device_name_ = FindDeviceForChannels(channels_); in AutoSelectDevice()