Home
last modified time | relevance | path

Searched refs:GET_DEVICES_OUTPUTS (Results 1 – 4 of 4) sorted by relevance

/system/media/brillo/audio/audioservice/aidl/android/brillo/brilloaudioservice/
DIBrilloAudioService.aidl30 const int GET_DEVICES_OUTPUTS = 2; field
/system/media/brillo/audio/audioservice/include/
Dbrillo_audio_manager.h40 static const int GET_DEVICES_OUTPUTS = 2; variable
/system/media/brillo/audio/audioservice/
Dbrillo_audio_service_impl.cpp33 } else if (flag == BrilloAudioService::GET_DEVICES_OUTPUTS) { in GetDevices()
Dbrillo_audio_manager.cpp51 (flag != GET_DEVICES_INPUTS && flag != GET_DEVICES_OUTPUTS)) in BAudioManager_getDevices()