Home
last modified time | relevance | path

Searched defs:tryGetProperty (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/input/
DPropertyMap.cpp50 bool PropertyMap::tryGetProperty(const String8& key, String8& outValue) const { in tryGetProperty() function in android::PropertyMap
60 bool PropertyMap::tryGetProperty(const String8& key, bool& outValue) const { in tryGetProperty() function in android::PropertyMap
70 bool PropertyMap::tryGetProperty(const String8& key, int32_t& outValue) const { in tryGetProperty() function in android::PropertyMap
87 bool PropertyMap::tryGetProperty(const String8& key, float& outValue) const { in tryGetProperty() function in android::PropertyMap
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp65 bool SensorInputMapper::tryGetProperty(std::string keyName, T& outValue) { in tryGetProperty() function in android::SensorInputMapper