Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.cpp64 bool Properties::runningInEmulator = false; member in android::uirenderer::Properties
143 runningInEmulator = property_get_bool(PROPERTY_QEMU_KERNEL, false); in load()
DProperties.h269 static bool runningInEmulator; variable
/frameworks/base/libs/hwui/pipeline/skia/
DShaderCache.cpp51 if (!Properties::runningInEmulator && mFilename.length() > 0) { in initShaderDiskCache()