Home
last modified time | relevance | path

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

/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehicleNetwork.java567 private static final int MSG_HAL_ERROR = 1; field in VehicleNetwork.EventHandler
580 Message msg = obtainMessage(MSG_HAL_ERROR, errorCode, property, operation); in notifyHalError()
595 case MSG_HAL_ERROR: in handleMessage()