Home
last modified time | relevance | path

Searched refs:TouchVideoDevice (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/
DTouchVideoDevice.cpp39 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()
DAndroid.bp45 "TouchVideoDevice.cpp",
DEventHub.cpp1187 void EventHub::registerVideoDeviceForEpollLocked(const TouchVideoDevice& videoDevice) { in registerVideoDeviceForEpollLocked()
1208 void EventHub::unregisterVideoDeviceFromEpollLocked(const TouchVideoDevice& videoDevice) { in unregisterVideoDeviceFromEpollLocked()
1473 for (std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in openDeviceLocked()
1481 [](const std::unique_ptr<TouchVideoDevice>& videoDevice) { in openDeviceLocked()
1524 std::unique_ptr<TouchVideoDevice> videoDevice = TouchVideoDevice::create(devicePath); in openVideoDeviceLocked()
1755 const std::unique_ptr<TouchVideoDevice>& videoDevice) { in closeVideoDeviceByPathLocked()
1964 for (const std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in dump()
/frameworks/native/services/inputflinger/reader/include/
DTouchVideoDevice.h33 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,
DEventHub.h331 std::unique_ptr<TouchVideoDevice> videoDevice;
395 void registerVideoDeviceForEpollLocked(const TouchVideoDevice& videoDevice);
397 void unregisterVideoDeviceFromEpollLocked(const TouchVideoDevice& videoDevice);
453 std::vector<std::unique_ptr<TouchVideoDevice>> mUnattachedVideoDevices;