Home
last modified time | relevance | path

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

/system/media/brillo/audio/audioservice/aidl/android/brillo/brilloaudioservice/
DIBrilloAudioService.aidl29 const int GET_DEVICES_INPUTS = 1; field
/system/media/brillo/audio/audioservice/include/
Dbrillo_audio_manager.h38 static const int GET_DEVICES_INPUTS = 1; variable
/system/media/brillo/audio/audioservice/
Dbrillo_audio_service_impl.cpp31 if (flag == BrilloAudioService::GET_DEVICES_INPUTS) { in GetDevices()
Dbrillo_audio_manager.cpp51 (flag != GET_DEVICES_INPUTS && flag != GET_DEVICES_OUTPUTS)) in BAudioManager_getDevices()