Home
last modified time | relevance | path

Searched refs:ClassifierEventType (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputProcessor.cpp128 : type(ClassifierEventType::MOTION), args(args){}; in ClassifierEvent()
131 : type(ClassifierEventType::DEVICE_RESET), args(args){}; in ClassifierEvent()
133 ClassifierEvent::ClassifierEvent(ClassifierEventType type, std::optional<NotifyArgs> args) in ClassifierEvent()
143 return ClassifierEvent(ClassifierEventType::HAL_RESET, std::nullopt); in createHalResetEvent()
147 return ClassifierEvent(ClassifierEventType::EXIT, std::nullopt); in createExitEvent()
152 case ClassifierEventType::MOTION: { in getDeviceId()
156 case ClassifierEventType::DEVICE_RESET: { in getDeviceId()
160 case ClassifierEventType::HAL_RESET: { in getDeviceId()
163 case ClassifierEventType::EXIT: { in getDeviceId()
213 case ClassifierEventType::MOTION: { in processEvents()
[all …]
DInputProcessor.h29 enum class ClassifierEventType : uint8_t { enum
37 ClassifierEventType type;
40 ClassifierEvent(ClassifierEventType type, std::optional<NotifyArgs> args);