Searched refs:persistentKeyValueEnabled (Results 1 – 3 of 3) sorted by relevance
39 bool persistentKeyValueEnabled() const;
165 bool Device::persistentKeyValueEnabled() const { return !getPmemPath().empty(); } in persistentKeyValueEnabled() function in aidl::android::hardware::graphics::composer3::impl::Device
524 if (!Device::getInstance().persistentKeyValueEnabled()) { in getBootConfigId()