Searched refs:getSupportedDevices (Results 1 – 12 of 12) sorted by relevance
103 for (const auto &device : mOutputProfiles[i]->getSupportedDevices()) { in removeOutputProfile()138 for (const auto &device : mInputProfiles[i]->getSupportedDevices()) { in removeInputProfile()383 profile->getSupportedDevices().getDevice(type, String8(), AUDIO_FORMAT_DEFAULT); in createDevice()
304 return mProfile->getSupportedDevices(); in supportedDevices()
35 virtual status_t getSupportedDevices(uint32_t *devices) = 0;
30 virtual status_t getSupportedDevices(uint32_t *devices);
37 virtual status_t getSupportedDevices(uint32_t *devices);
38 status_t DeviceHalLocal::getSupportedDevices(uint32_t *devices) { in getSupportedDevices() function in android::CPP_VERSION::DeviceHalLocal
108 status_t DeviceHalHidl::getSupportedDevices(uint32_t*) { in getSupportedDevices() function in android::CPP_VERSION::DeviceHalHidl
149 const DeviceVector &getSupportedDevices() const { return mSupportedDevices; } in getSupportedDevices() function
51 return mProfile != nullptr ? mProfile->getSupportedDevices() : DeviceVector(); } in supportedDevices()
510 audio_devices_t getSupportedDevices(audio_io_handle_t handle) const;
814 if (activeDesc->mProfile->getSupportedDevices().contains(newDevice)) { in setForceUse()859 if (!mAvailableOutputDevices.containsAtLeastOne(curProfile->getSupportedDevices())) { in getProfileForOutput()4365 const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); in initialize()4423 const DeviceVector &supportedDevices = inProfile->getSupportedDevices(); in initialize()
395 if (dev->getSupportedDevices(&supportedDevices) == OK && in findSuitableHwDev_l()