Home
last modified time | relevance | path

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

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