Lines Matching refs:mUnattachedVideoDevices
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()
1962 for (const std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in dump()
1965 if (mUnattachedVideoDevices.empty()) { in dump()