Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h253 virtual void updateDeviceSelectionCache() = 0;
/frameworks/av/services/audiopolicy/engine/common/include/
DEngineBase.h176 void updateDeviceSelectionCache() override;
/frameworks/av/services/audiopolicy/engine/common/src/
DEngineBase.cpp741 void EngineBase::updateDeviceSelectionCache() { in updateDeviceSelectionCache() function in android::audio_policy::EngineBase
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp7677 mEngine->updateDeviceSelectionCache(); in updateDevicesAndOutputs()