Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp585 std::optional<int32_t> result = first_in_mappers<int32_t>( in getKeyCodeForKeyLocation()
683 first_in_mappers<bool>([keyCode](InputMapper& mapper) { in updateMetaState()
713 return first_in_mappers<ui::LogicalDisplayId>( in getAssociatedDisplayId()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h269 inline std::optional<T> first_in_mappers( in first_in_mappers() function