Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp234 bool isEmulator = (__system_property_get("ro.kernel.qemu", propValue) != 0); in isInEmulator() local
235 if (!isEmulator) { in isInEmulator()
236 isEmulator = (__system_property_get("ro.hardware", propValue) != 0) && in isInEmulator()
239 return isEmulator; in isInEmulator()