Searched defs:videoDevice (Results 1 – 2 of 2) sorted by relevance
1816 std::unique_ptr<TouchVideoDevice>& videoDevice = *it; in getEvents() local2102 void EventHub::registerVideoDeviceForEpollLocked(const TouchVideoDevice& videoDevice) { in registerVideoDeviceForEpollLocked()2123 void EventHub::unregisterVideoDeviceFromEpollLocked(const TouchVideoDevice& videoDevice) { in unregisterVideoDeviceFromEpollLocked()2466 std::unique_ptr<TouchVideoDevice> videoDevice = TouchVideoDevice::create(devicePath); in openVideoDeviceLocked() local2486 std::unique_ptr<TouchVideoDevice>& videoDevice) { in tryAddVideoDeviceLocked()2642 [&devicePath](const std::unique_ptr<TouchVideoDevice>& videoDevice) { in closeVideoDeviceByPathLocked()2809 for (const std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in dump() local
599 std::unique_ptr<TouchVideoDevice> videoDevice; member