Searched defs:videoDevice (Results 1 – 2 of 2) sorted by relevance
1167 void EventHub::registerVideoDeviceForEpollLocked(const TouchVideoDevice& videoDevice) { in registerVideoDeviceForEpollLocked()1188 void EventHub::unregisterVideoDeviceFromEpollLocked(const TouchVideoDevice& videoDevice) { in unregisterVideoDeviceFromEpollLocked()1461 [](const std::unique_ptr<TouchVideoDevice>& videoDevice) { in openDeviceLocked()1518 std::unique_ptr<TouchVideoDevice> videoDevice = TouchVideoDevice::create(devicePath); in openVideoDeviceLocked() local1749 const std::unique_ptr<TouchVideoDevice>& videoDevice) { in closeVideoDeviceByPathLocked()1958 for (const std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in dump() local
330 std::unique_ptr<TouchVideoDevice> videoDevice; member