Home
last modified time | relevance | path

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

/system/media/brillo/audio/audioservice/
Dbrillo_audio_client.cpp108 BrilloAudioClientHelpers::GetStreamType(usage), max_steps); in GetMaxVolumeSteps()
118 BrilloAudioClientHelpers::GetStreamType(usage), max_steps); in SetMaxVolumeSteps()
130 BrilloAudioClientHelpers::GetStreamType(usage), device, index); in SetVolumeIndex()
142 BrilloAudioClientHelpers::GetStreamType(usage), device, index); in GetVolumeIndex()
164 BrilloAudioClientHelpers::GetStreamType(usage)); in SetVolumeControlStream()
Dbrillo_audio_client_helpers.h32 static audio_stream_type_t GetStreamType(BAudioUsage usage);
Dbrillo_audio_client_helpers.cpp28 audio_stream_type_t BrilloAudioClientHelpers::GetStreamType(BAudioUsage usage) { in GetStreamType() function in brillo::BrilloAudioClientHelpers