Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.h93 bool mInEmulator; variable
DEmulatedVehicleHal.cpp249 if (mInEmulator && propValue.prop == toInt(VehicleProperty::DISPLAY_BRIGHTNESS)) { in set()
323 mInEmulator = isInEmulator(); in onCreate()
324 ALOGD("mInEmulator=%s", mInEmulator ? "true" : "false"); in onCreate()