Home
last modified time | relevance | path

Searched defs:videoDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1592 std::unique_ptr<TouchVideoDevice>& videoDevice = *it; in getEvents() local
1882 void EventHub::registerVideoDeviceForEpollLocked(const TouchVideoDevice& videoDevice) { in registerVideoDeviceForEpollLocked()
1903 void EventHub::unregisterVideoDeviceFromEpollLocked(const TouchVideoDevice& videoDevice) { in unregisterVideoDeviceFromEpollLocked()
2245 std::unique_ptr<TouchVideoDevice> videoDevice = TouchVideoDevice::create(devicePath); in openVideoDeviceLocked() local
2265 std::unique_ptr<TouchVideoDevice>& videoDevice) { in tryAddVideoDeviceLocked()
2385 [&devicePath](const std::unique_ptr<TouchVideoDevice>& videoDevice) { in closeVideoDeviceByPathLocked()
2541 for (const std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in dump() local
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h560 std::unique_ptr<TouchVideoDevice> videoDevice; member