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