Home
last modified time | relevance | path

Searched defs:supportedDevices (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioInputDescriptor.h54 DeviceVector supportedDevices() const { in supportedDevices() function
H A DAudioOutputDescriptor.h157 virtual DeviceVector supportedDevices() const { return mDevices; } in supportedDevices() function
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp327 DeviceVector SwAudioOutputDescriptor::supportedDevices() const in supportedDevices() function in android::SwAudioOutputDescriptor
330 DeviceVector supportedDevices = mOutput1->supportedDevices(); in supportedDevices() local
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp937 DeviceVector supportedDevices = curProfile->getSupportedDevices(); in getSpatializerOutputProfile() local
5210 const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); in onNewAudioModulesAvailableInt() local
5277 const DeviceVector &supportedDevices = inProfile->getSupportedDevices(); in onNewAudioModulesAvailableInt() local
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp548 uint32_t supportedDevices; in findSuitableHwDev_l() local