Searched defs:videoDevice (Results 1 – 2 of 2) sorted by relevance
1908 std::unique_ptr<TouchVideoDevice>& videoDevice = *it; in getEvents() local2195 void EventHub::registerVideoDeviceForEpollLocked(const TouchVideoDevice& videoDevice) { in registerVideoDeviceForEpollLocked()2216 void EventHub::unregisterVideoDeviceFromEpollLocked(const TouchVideoDevice& videoDevice) { in unregisterVideoDeviceFromEpollLocked()2556 std::unique_ptr<TouchVideoDevice> videoDevice = TouchVideoDevice::create(devicePath); in openVideoDeviceLocked() local2576 std::unique_ptr<TouchVideoDevice>& videoDevice) { in tryAddVideoDeviceLocked()2732 [&devicePath](const std::unique_ptr<TouchVideoDevice>& videoDevice) { in closeVideoDeviceByPathLocked()2924 for (const std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in dump() local
636 std::unique_ptr<TouchVideoDevice> videoDevice; member