Home
last modified time | relevance | path

Searched refs:openOutputWithProfileAndDevice (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h1059 sp<SwAudioOutputDescriptor> openOutputWithProfileAndDevice(const sp<IOProfile>& profile,
H A DAudioPolicyManager.cpp308 openOutputWithProfileAndDevice(desc->mProfile, activeMediaDevices); in setDeviceConnectionStateInt()
2139 sp<SwAudioOutputDescriptor> newOutputDesc = openOutputWithProfileAndDevice( in releaseOutput()
5423 desc = openOutputWithProfileAndDevice(profile, DeviceVector(device)); in checkOutputsForDevice()
7224 sp<SwAudioOutputDescriptor> AudioPolicyManager::openOutputWithProfileAndDevice( in openOutputWithProfileAndDevice() function in android::AudioPolicyManager