Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DTouchVideoDevice.cpp39 TouchVideoDevice::TouchVideoDevice(int fd, std::string&& name, std::string&& devicePath, in TouchVideoDevice() function in android::TouchVideoDevice
48 std::unique_ptr<TouchVideoDevice> TouchVideoDevice::create(std::string devicePath) { in create()
153 return std::unique_ptr<TouchVideoDevice>(new TouchVideoDevice( in create()
157 size_t TouchVideoDevice::readAndQueueFrames() { in readAndQueueFrames()
175 std::vector<TouchVideoFrame> TouchVideoDevice::consumeFrames() { in consumeFrames()
181 std::optional<TouchVideoFrame> TouchVideoDevice::readFrame() { in readFrame()
216 std::vector<TouchVideoFrame> TouchVideoDevice::readFrames() { in readFrames()
228 TouchVideoDevice::~TouchVideoDevice() { in ~TouchVideoDevice()
243 std::string TouchVideoDevice::dump() const { in dump()
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,
DEventHub.h334 std::unique_ptr<TouchVideoDevice> videoDevice;
398 void registerVideoDeviceForEpollLocked(const TouchVideoDevice& videoDevice);
400 void unregisterVideoDeviceFromEpollLocked(const TouchVideoDevice& videoDevice);
456 std::vector<std::unique_ptr<TouchVideoDevice>> mUnattachedVideoDevices;
DAndroid.bp78 "TouchVideoDevice.cpp",
DEventHub.cpp1158 void EventHub::registerVideoDeviceForEpollLocked(const TouchVideoDevice& videoDevice) { in registerVideoDeviceForEpollLocked()
1179 void EventHub::unregisterVideoDeviceFromEpollLocked(const TouchVideoDevice& videoDevice) { in unregisterVideoDeviceFromEpollLocked()
1448 for (std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in openDeviceLocked()
1456 [](const std::unique_ptr<TouchVideoDevice>& videoDevice){ in openDeviceLocked()
1515 std::unique_ptr<TouchVideoDevice> videoDevice = TouchVideoDevice::create(devicePath); in openVideoDeviceLocked()
1747 const std::unique_ptr<TouchVideoDevice>& videoDevice) { in closeVideoDeviceByPathLocked()
1962 for (const std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in dump()