Home
last modified time | relevance | path

Searched refs:AINPUT_SOURCE_ROTARY_ENCODER (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDeviceMetricsSource.cpp100 if (isFromSource(motionArgs.source, AINPUT_SOURCE_ROTARY_ENCODER)) { in getUsageSourcesForMotionArgs()
DInputCommonConverter.cpp57 static_assert(static_cast<common::Source>(AINPUT_SOURCE_ROTARY_ENCODER) == in getSource()
/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp33 mSource = AINPUT_SOURCE_ROTARY_ENCODER; in RotaryEncoderInputMapper()
/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsSource_test.cpp188 AINPUT_SOURCE_ROTARY_ENCODER) in TEST_P()
DInputDispatcher_test.cpp9133 notifyAndConsumeMotion(ACTION_SCROLL, AINPUT_SOURCE_ROTARY_ENCODER, in TEST_F_WITH_FLAGS()
9145 notifyAndConsumeMotion(ACTION_SCROLL, AINPUT_SOURCE_ROTARY_ENCODER, in TEST_F_WITH_FLAGS()
9156 notifyAndConsumeMotion(ACTION_SCROLL, AINPUT_SOURCE_ROTARY_ENCODER, in TEST_F_WITH_FLAGS()
/frameworks/native/include/android/
Dinput.h995 AINPUT_SOURCE_ROTARY_ENCODER = 0x00400000 | AINPUT_SOURCE_CLASS_NONE, enumerator
/frameworks/native/libs/input/rust/
Dinput.rs96 const RotaryEncoder = input_bindgen::AINPUT_SOURCE_ROTARY_ENCODER;
/frameworks/native/libs/input/
DAndroid.bp115 "--allowlist-var=AINPUT_SOURCE_ROTARY_ENCODER",
DInput.cpp249 {AINPUT_SOURCE_ROTARY_ENCODER, "ROTARY_ENCODER"}, in inputEventSourceToString()
/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp157 event.initialize(InputEvent::nextId(), /*deviceId=*/5, AINPUT_SOURCE_ROTARY_ENCODER, in createAxisScrollMotionEventStream()