Home
last modified time | relevance | path

Searched refs:mSupportedDevices (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h131 bool hasSupportedDevices() const { return !mSupportedDevices.isEmpty(); } in hasSupportedDevices()
136 const bool devicesSupported = !mSupportedDevices.getDevicesFromTypes(deviceTypes).empty(); in supportsDeviceTypes()
149 return mSupportedDevices.getDevicesFromTypes(deviceTypes).itemAt(0)->getTagName(); in getTag()
168 return mSupportedDevices.contains(device);
177 mSupportedDevices.getDevicesFromTypes(deviceTypes); in devicesSupportEncodedFormats()
188 void clearSupportedDevices() { mSupportedDevices.clear(); } in clearSupportedDevices()
191 mSupportedDevices.add(device); in addSupportedDevice()
195 ssize_t ret = mSupportedDevices.indexOf(device); in removeSupportedDevice()
196 if (ret >= 0 && !mSupportedDevices.itemAt(ret)->isDynamic()) { in removeSupportedDevice()
201 mSupportedDevices.remove(device); in removeSupportedDevice()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp118 return mSupportedDevices.containsAllDevices(devices); in areAllDevicesSupported()
154 DeviceVector deviceList = mSupportedDevices.getDevicesFromType(device->type()); in containsSingleDeviceSupportingEncodedFormats()
248 mSupportedDevices.dump(dst, String8("- Supported"), spaces - 2, false); in dump()