Searched refs:mSupportedDevices (Results 1 – 2 of 2) sorted by relevance
131 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 …]
118 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()