Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/tests/
H A DAudioPolicyTestManager.h33 using AudioPolicyManager::releaseMsdOutputPatches;
H A Daudiopolicymanager_tests.cpp532 mManager->releaseMsdOutputPatches(singleDevice); in TEST_P()
536 mManager->releaseMsdOutputPatches(devices); in TEST_P()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h902 void releaseMsdOutputPatches(const DeviceVector& devices);
H A DAudioPolicyManager.cpp1292 releaseMsdOutputPatches(devices); in openDirectOutput()
1627 void AudioPolicyManager::releaseMsdOutputPatches(const DeviceVector& devices) { in releaseMsdOutputPatches() function in android::AudioPolicyManager