Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputReader.cpp84 std::optional<DeviceId> getDeviceIdOfNewGesture(const NotifyArgs& args) { in getDeviceIdOfNewGesture() function
193 mLastUsedDeviceId = getDeviceIdOfNewGesture(args).value_or(mLastUsedDeviceId); in loopOnce()