Searched refs:getSupportedDevices (Results 1 – 13 of 13) sorted by relevance
97 devices.merge(profile->getSupportedDevices()); in TEST()100 devices.merge(profile->getSupportedDevices()); in TEST()
120 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()
381 return mProfile->getSupportedDevices(); in supportedDevices()
208 const DeviceVector &getSupportedDevices() const { return mSupportedDevices; } in getSupportedDevices() function
55 return mProfile != nullptr ? mProfile->getSupportedDevices() : DeviceVector(); } in supportedDevices()
621 audio_devices_t getSupportedDevices(audio_io_handle_t handle) const;
51 virtual status_t getSupportedDevices(uint32_t *devices) = 0;
40 status_t getSupportedDevices(uint32_t *devices) override;
83 status_t getSupportedDevices(uint32_t *devices) override;
122 status_t DeviceHalHidl::getSupportedDevices(uint32_t*) { in getSupportedDevices() function in android::DeviceHalHidl
143 status_t DeviceHalAidl::getSupportedDevices(uint32_t*) { in getSupportedDevices() function in android::DeviceHalAidl
1088 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()
655 if (dev->getSupportedDevices(&supportedDevices) == OK && in findSuitableHwDev_l()