Searched refs:mUnattachedVideoDevices (Results 1 – 2 of 2) sorted by relevance
1448 for (std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in openDeviceLocked()1454 mUnattachedVideoDevices.erase(std::remove_if(mUnattachedVideoDevices.begin(), in openDeviceLocked()1455 mUnattachedVideoDevices.end(), in openDeviceLocked()1457 return videoDevice == nullptr; }), mUnattachedVideoDevices.end()); in openDeviceLocked()1536 mUnattachedVideoDevices.push_back(std::move(videoDevice)); in openVideoDeviceLocked()1745 mUnattachedVideoDevices.erase(std::remove_if(mUnattachedVideoDevices.begin(), in closeVideoDeviceByPathLocked()1746 mUnattachedVideoDevices.end(), [&devicePath]( in closeVideoDeviceByPathLocked()1748 return videoDevice->getPath() == devicePath; }), mUnattachedVideoDevices.end()); in closeVideoDeviceByPathLocked()1752 mUnattachedVideoDevices.clear(); in closeAllDevicesLocked()1772 mUnattachedVideoDevices.push_back(std::move(device->videoDevice)); in closeDeviceLocked()[all …]
456 std::vector<std::unique_ptr<TouchVideoDevice>> mUnattachedVideoDevices; variable