Home
last modified time | relevance | path

Searched defs:getExternalStylusDevices (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInstrumentedInputReader.h98 void getExternalStylusDevices(std::vector<InputDeviceInfo>& outDevices) override { in getExternalStylusDevices() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h343 void getExternalStylusDevices(std::vector<InputDeviceInfo>& outDevices) override {} in getExternalStylusDevices() function
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp1070 void InputReader::ContextImpl::getExternalStylusDevices(std::vector<InputDeviceInfo>& outDevices) { in getExternalStylusDevices() function in android::InputReader::ContextImpl