Searched defs:tryGetProperty (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/input/ | ||
D | PropertyMap.cpp | 50 bool PropertyMap::tryGetProperty(const String8& key, String8& outValue) const { in tryGetProperty() function in android::PropertyMap |
/frameworks/native/services/inputflinger/reader/mapper/ | ||
D | SensorInputMapper.cpp | 65 bool SensorInputMapper::tryGetProperty(std::string keyName, T& outValue) { in tryGetProperty() function in android::SensorInputMapper |