Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp147 const std::string protectedStr = interface->mIsProtected ? "protected" : "non-protected"; in onVkDeviceFault() local
152 ALOGE("VK_ERROR_DEVICE_LOST (%s context): %s", protectedStr.c_str(), description.c_str()); in onVkDeviceFault()
154 crashMsg << "VK_ERROR_DEVICE_LOST (" << protectedStr; in onVkDeviceFault()