Searched refs:getSupportedDevicesType (Results 1 – 5 of 5) sorted by relevance
86 audio_devices_t getSupportedDevicesType() const { return mSupportedDevices.types(); } in getSupportedDevicesType() function
285 return mProfile->getSupportedDevicesType(); in supportedDevices()531 audio_devices_t devices = outputDesc->mProfile->getSupportedDevicesType(); in getSupportedDevices()
274 audio_devices_t devices = inputDesc->mProfile->getSupportedDevicesType(); in getSupportedDevices()
214 profile->getSupportedDevicesType(), profile->getFlags()); in loadHwModuleProfile()
732 if ((mAvailableOutputDevices.types() & curProfile->getSupportedDevicesType()) == 0) { in getProfileForDirectOutput()3537 audio_devices_t profileType = outProfile->getSupportedDevicesType(); in AudioPolicyManager()