Home
last modified time | relevance | path

Searched refs:getSupportedDevices (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/services/audiopolicy/tests/
Daudio_health_tests.cpp97 devices.merge(profile->getSupportedDevices()); in TEST()
100 devices.merge(profile->getSupportedDevices()); in TEST()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp120 for (const auto &device : mOutputProfiles[i]->getSupportedDevices()) { in removeOutputProfile()
157 for (const auto &device : mInputProfiles[i]->getSupportedDevices()) { in removeInputProfile()
435 profile->getSupportedDevices().getDevice(type, String8(), AUDIO_FORMAT_DEFAULT); in createDevice()
DAudioOutputDescriptor.cpp381 return mProfile->getSupportedDevices(); in supportedDevices()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h208 const DeviceVector &getSupportedDevices() const { return mSupportedDevices; } in getSupportedDevices() function
DAudioInputDescriptor.h55 return mProfile != nullptr ? mProfile->getSupportedDevices() : DeviceVector(); } in supportedDevices()
DAudioOutputDescriptor.h621 audio_devices_t getSupportedDevices(audio_io_handle_t handle) const;
/frameworks/av/media/libaudiohal/include/media/audiohal/
DDeviceHalInterface.h51 virtual status_t getSupportedDevices(uint32_t *devices) = 0;
/frameworks/av/media/libaudiohal/impl/
DDeviceHalHidl.h40 status_t getSupportedDevices(uint32_t *devices) override;
DDeviceHalAidl.h83 status_t getSupportedDevices(uint32_t *devices) override;
DDeviceHalHidl.cpp122 status_t DeviceHalHidl::getSupportedDevices(uint32_t*) { in getSupportedDevices() function in android::DeviceHalHidl
DDeviceHalAidl.cpp143 status_t DeviceHalAidl::getSupportedDevices(uint32_t*) { in getSupportedDevices() function in android::DeviceHalAidl
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1088 if (!mAvailableOutputDevices.containsAtLeastOne(curProfile->getSupportedDevices())) { in searchCompatibleProfileHwModules()
1124 DeviceVector supportedDevices = curProfile->getSupportedDevices(); in getSpatializerOutputProfile()
4266 if (activeDesc->mProfile->getSupportedDevices().contains(newDevice)) { in updateInputRouting()
4705 if (!mAvailableOutputDevices.containsAtLeastOne(curProfile->getSupportedDevices())) { in getDirectPlaybackSupport()
6561 const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); in onNewAudioModulesAvailableInt()
6629 const DeviceVector &supportedDevices = inProfile->getSupportedDevices(); in onNewAudioModulesAvailableInt()
6861 for (const auto& supportedDevice : profile->getSupportedDevices()) { in checkOutputsForDevice()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp655 if (dev->getSupportedDevices(&supportedDevices) == OK && in findSuitableHwDev_l()