Home
last modified time | relevance | path

Searched refs:updateDeviceSelectionCache (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.h67 void updateDeviceSelectionCache() override;
DEngine.cpp608 void Engine::updateDeviceSelectionCache() in updateDeviceSelectionCache() function in android::audio_policy::Engine
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h228 virtual void updateDeviceSelectionCache() = 0;
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.h67 void updateDeviceSelectionCache() override;
DEngine.cpp349 void Engine::updateDeviceSelectionCache() in updateDeviceSelectionCache() function in android::audio_policy::Engine
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5465 mEngine->updateDeviceSelectionCache(); in updateDevicesAndOutputs()