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.cpp98 devices.merge(profile->getSupportedDevices()); in TEST()
101 devices.merge(profile->getSupportedDevices()); in TEST()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp110 for (const auto &device : mOutputProfiles[i]->getSupportedDevices()) { in removeOutputProfile()
145 for (const auto &device : mInputProfiles[i]->getSupportedDevices()) { in removeInputProfile()
417 profile->getSupportedDevices().getDevice(type, String8(), AUDIO_FORMAT_DEFAULT); in createDevice()
DAudioOutputDescriptor.cpp334 return mProfile->getSupportedDevices(); in supportedDevices()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DDeviceHalInterface.h36 virtual status_t getSupportedDevices(uint32_t *devices) = 0;
/frameworks/av/media/libaudiohal/impl/
DDeviceHalLocal.h30 virtual status_t getSupportedDevices(uint32_t *devices);
DDeviceHalHidl.h37 virtual status_t getSupportedDevices(uint32_t *devices);
DDeviceHalLocal.cpp38 status_t DeviceHalLocal::getSupportedDevices(uint32_t *devices) { in getSupportedDevices() function in android::CPP_VERSION::DeviceHalLocal
DDeviceHalHidl.cpp67 status_t DeviceHalHidl::getSupportedDevices(uint32_t*) { in getSupportedDevices() function in android::CPP_VERSION::DeviceHalHidl
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h181 const DeviceVector &getSupportedDevices() const { return mSupportedDevices; } in getSupportedDevices() function
DAudioInputDescriptor.h55 return mProfile != nullptr ? mProfile->getSupportedDevices() : DeviceVector(); } in supportedDevices()
DAudioOutputDescriptor.h534 audio_devices_t getSupportedDevices(audio_io_handle_t handle) const;
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp906 if (!mAvailableOutputDevices.containsAtLeastOne(curProfile->getSupportedDevices())) { in getProfileForOutput()
3385 if (activeDesc->mProfile->getSupportedDevices().contains(newDevice)) { in updateInputRouting()
4974 const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); in onNewAudioModulesAvailableInt()
5040 const DeviceVector &supportedDevices = inProfile->getSupportedDevices(); in onNewAudioModulesAvailableInt()
5248 for (const auto& supportedDevice : profile->getSupportedDevices()) { in checkOutputsForDevice()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp548 if (dev->getSupportedDevices(&supportedDevices) == OK && in findSuitableHwDev_l()