Searched refs:TouchVideoDevice (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/reader/ |
D | TouchVideoDevice.cpp | 39 TouchVideoDevice::TouchVideoDevice(int fd, std::string&& name, std::string&& devicePath, in TouchVideoDevice() function in android::TouchVideoDevice 51 std::unique_ptr<TouchVideoDevice> TouchVideoDevice::create(std::string devicePath) { in create() 156 return std::unique_ptr<TouchVideoDevice>(new TouchVideoDevice(fd.release(), std::move(name), in create() 161 size_t TouchVideoDevice::readAndQueueFrames() { in readAndQueueFrames() 180 std::vector<TouchVideoFrame> TouchVideoDevice::consumeFrames() { in consumeFrames() 186 std::optional<TouchVideoFrame> TouchVideoDevice::readFrame() { in readFrame() 222 std::vector<TouchVideoFrame> TouchVideoDevice::readFrames() { in readFrames() 234 TouchVideoDevice::~TouchVideoDevice() { in ~TouchVideoDevice() 249 std::string TouchVideoDevice::dump() const { in dump()
|
D | Android.bp | 44 "TouchVideoDevice.cpp",
|
D | EventHub.cpp | 1908 std::unique_ptr<TouchVideoDevice>& videoDevice = *it; in getEvents() 2195 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() 2576 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()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | TouchVideoDevice.h | 32 class TouchVideoDevice { 38 static std::unique_ptr<TouchVideoDevice> create(std::string devicePath); 39 ~TouchVideoDevice(); 111 explicit TouchVideoDevice(int fd, std::string&& name, std::string&& devicePath, uint32_t height,
|
D | EventHub.h | 636 std::unique_ptr<TouchVideoDevice> videoDevice; 716 bool tryAddVideoDeviceLocked(Device& device, std::unique_ptr<TouchVideoDevice>& videoDevice) 732 void registerVideoDeviceForEpollLocked(const TouchVideoDevice& videoDevice) REQUIRES(mLock); 734 void unregisterVideoDeviceFromEpollLocked(const TouchVideoDevice& videoDevice) REQUIRES(mLock); 791 std::vector<std::unique_ptr<TouchVideoDevice>> mUnattachedVideoDevices;
|