Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h219 inline std::optional<T> first_in_mappers(std::function<std::optional<T>(InputMapper&)> f) { in first_in_mappers() function
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp581 return first_in_mappers<int32_t>( in getAssociatedDisplayId()