Home
last modified time | relevance | path

Searched refs:outValue (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDevice.cpp122 std::string* outValue) { in getPersistentKeyValue() argument
134 *outValue = defaultValue; in getPersistentKeyValue()
138 *outValue = defaultValue; in getPersistentKeyValue()
DDevice.h42 std::string* outValue);
44 HWC3::Error setPersistentKeyValue(const std::string& key, const std::string& outValue);
DDisplay.cpp212 int32_t* outValue) { in getDisplayAttribute() argument
225 *outValue = config.getAttribute(attribute); in getDisplayAttribute()
227 attributeString.c_str(), *outValue); in getDisplayAttribute()
DDisplay.h82 int32_t* outValue);