Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDevice.h41 HWC3::Error getPersistentKeyValue(const std::string& key, const std::string& defaultVal,
DDevice.cpp121 HWC3::Error Device::getPersistentKeyValue(const std::string& key, const std::string& defaultValue, in getPersistentKeyValue() function in aidl::android::hardware::graphics::composer3::impl::Device
DDisplay.cpp532 HWC3::Error error = Device::getInstance().getPersistentKeyValue(std::to_string(mId), "", &val); in getBootConfigId()