Searched refs:runningInEmulator (Results 1 – 3 of 3) sorted by relevance
63 bool Properties::runningInEmulator = false; member in android::uirenderer::Properties125 runningInEmulator = property_get_bool(PROPERTY_QEMU_KERNEL, false); in load()
244 static bool runningInEmulator; variable
85 if (!Properties::runningInEmulator && mFilename.length() > 0) { in initShaderDiskCache()