Loading services/audiopolicy/common/managerdefinitions/include/IOProfile.h +3 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,9 @@ public: bool deviceSupportsEncodedFormats(audio_devices_t device) const { if (device == AUDIO_DEVICE_NONE) { return true; // required for isOffloadSupported() check } DeviceVector deviceList = mSupportedDevices.getDevicesFromTypeMask(device); if (!deviceList.empty()) { Loading Loading
services/audiopolicy/common/managerdefinitions/include/IOProfile.h +3 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,9 @@ public: bool deviceSupportsEncodedFormats(audio_devices_t device) const { if (device == AUDIO_DEVICE_NONE) { return true; // required for isOffloadSupported() check } DeviceVector deviceList = mSupportedDevices.getDevicesFromTypeMask(device); if (!deviceList.empty()) { Loading