Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDevice.h39 bool persistentKeyValueEnabled() const;
DDevice.cpp165 bool Device::persistentKeyValueEnabled() const { return !getPmemPath().empty(); } in persistentKeyValueEnabled() function in aidl::android::hardware::graphics::composer3::impl::Device
DDisplay.cpp524 if (!Device::getInstance().persistentKeyValueEnabled()) { in getBootConfigId()