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