Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DPropertyMap.h65 std::unordered_set<std::string> getKeysWithPrefix(const std::string& prefix) const;
/frameworks/native/libs/input/
DPropertyMap.cpp49 std::unordered_set<std::string> PropertyMap::getKeysWithPrefix(const std::string& prefix) const { in getKeysWithPrefix() function in android::PropertyMap
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DPropertyProvider.cpp93 for (const std::string& key : idcProperties.getKeysWithPrefix(gesturePropPrefix)) { in loadPropertiesFromIdcFile()