Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/tests/
DAudioPolicyTestManager.h39 using AudioPolicyManager::releaseMsdOutputPatches;
Daudiopolicymanager_tests.cpp625 mManager->releaseMsdOutputPatches(singleDevice); in TEST_P()
629 mManager->releaseMsdOutputPatches(devices); in TEST_P()
773 mManager->releaseMsdOutputPatches(outputDevices); in TEST_P()
834 mManager->releaseMsdOutputPatches(outputDevices); in TEST_P()
913 mManager->releaseMsdOutputPatches(outputDevices); in TEST_P()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h1074 void releaseMsdOutputPatches(const DeviceVector& devices);
DAudioPolicyManager.cpp1590 releaseMsdOutputPatches(devices); in openDirectOutput()
2035 void AudioPolicyManager::releaseMsdOutputPatches(const DeviceVector& devices) { in releaseMsdOutputPatches() function in android::AudioPolicyManager