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() 179 std::vector<TouchVideoFrame> TouchVideoDevice::consumeFrames() { in consumeFrames() 185 std::optional<TouchVideoFrame> TouchVideoDevice::readFrame() { in readFrame() 220 std::vector<TouchVideoFrame> TouchVideoDevice::readFrames() { in readFrames() 232 TouchVideoDevice::~TouchVideoDevice() { in ~TouchVideoDevice() 247 std::string TouchVideoDevice::dump() const { in dump()
|
D | Android.bp | 48 "TouchVideoDevice.cpp",
|
D | EventHub.cpp | 1167 void EventHub::registerVideoDeviceForEpollLocked(const TouchVideoDevice& videoDevice) { in registerVideoDeviceForEpollLocked() 1188 void EventHub::unregisterVideoDeviceFromEpollLocked(const TouchVideoDevice& videoDevice) { in unregisterVideoDeviceFromEpollLocked() 1453 for (std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in openDeviceLocked() 1461 [](const std::unique_ptr<TouchVideoDevice>& videoDevice) { in openDeviceLocked() 1518 std::unique_ptr<TouchVideoDevice> videoDevice = TouchVideoDevice::create(devicePath); in openVideoDeviceLocked() 1749 const std::unique_ptr<TouchVideoDevice>& videoDevice) { in closeVideoDeviceByPathLocked() 1958 for (const std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in dump()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | TouchVideoDevice.h | 33 class TouchVideoDevice { 39 static std::unique_ptr<TouchVideoDevice> create(std::string devicePath); 40 ~TouchVideoDevice(); 112 explicit TouchVideoDevice(int fd, std::string&& name, std::string&& devicePath, uint32_t height,
|
D | EventHub.h | 330 std::unique_ptr<TouchVideoDevice> videoDevice; 394 void registerVideoDeviceForEpollLocked(const TouchVideoDevice& videoDevice); 396 void unregisterVideoDeviceFromEpollLocked(const TouchVideoDevice& videoDevice); 452 std::vector<std::unique_ptr<TouchVideoDevice>> mUnattachedVideoDevices;
|