Home
last modified time | relevance | path

Searched refs:AINPUT_SOURCE_BLUETOOTH_STYLUS (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDeviceMetricsSource.cpp83 if (isFromSource(motionArgs.source, AINPUT_SOURCE_BLUETOOTH_STYLUS) && in getUsageSourcesForMotionArgs()
DInputCommonConverter.cpp42 static_assert(static_cast<common::Source>(AINPUT_SOURCE_BLUETOOTH_STYLUS) == in getSource()
/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsSource_test.cpp227 AINPUT_SOURCE_BLUETOOTH_STYLUS | TOUCHSCREEN) in TEST_P()
DInputReader_test.cpp96 AINPUT_SOURCE_TOUCHSCREEN | AINPUT_SOURCE_BLUETOOTH_STYLUS;
/frameworks/native/include/android/
Dinput.h979 AINPUT_SOURCE_BLUETOOTH_STYLUS = 0x00008000 | AINPUT_SOURCE_STYLUS, enumerator
/frameworks/native/libs/input/rust/
Dinput.rs80 const BluetoothStylus = input_bindgen::AINPUT_SOURCE_BLUETOOTH_STYLUS;
/frameworks/native/libs/input/
DAndroid.bp107 "--allowlist-var=AINPUT_SOURCE_BLUETOOTH_STYLUS",
DInput.cpp241 {AINPUT_SOURCE_BLUETOOTH_STYLUS, "BLUETOOTH_STYLUS"}, in inputEventSourceToString()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp152 return mSource | (hasExternalStylus() ? AINPUT_SOURCE_BLUETOOTH_STYLUS : 0); in getSources()
3676 source |= AINPUT_SOURCE_BLUETOOTH_STYLUS; in dispatchMotion()