Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java223 Log.i(CarLog.TAG_HAL, "HalService " + service + " take properties " + taken.size()); in init()
246 Log.w(CarLog.TAG_HAL, "Failed to unsubscribe", e); in release()
336 Log.i(CarLog.TAG_HAL, "subscribeProperty, service:" + service in subscribeProperty()
359 Log.e(CarLog.TAG_HAL, "Failed to subscribe to property: 0x" + property, e); in subscribeProperty()
362 Log.e(CarLog.TAG_HAL, "Cannot subscribe to property: " + property); in subscribeProperty()
368 Log.i(CarLog.TAG_HAL, "unsubscribeProperty, service:" + service in unsubscribeProperty()
377 Log.e(CarLog.TAG_HAL, "unsubscribeProperty: property " + property + " does not exist"); in unsubscribeProperty()
390 Log.e(CarLog.TAG_HAL, "Cannot unsubscribe property: " + property); in unsubscribeProperty()
408 Log.i(CarLog.TAG_HAL, "get, property: 0x" + toHexString(propertyId) in get()
497 Log.e(CarLog.TAG_HAL, "HalService not found for prop: 0x" in onPropertyEvent()
[all …]
DHalClient.java85 Log.e(CarLog.TAG_HAL, "Failed to set value", e); in setValue()
144 Log.e(CarLog.TAG_HAL, "Failed to get value from vehicle HAL", e); in internalGet()
163 Log.e(CarLog.TAG_HAL, "Thread was interrupted while waiting for vehicle HAL.", e); in invokeRetriable()
222 Log.e(CarLog.TAG_HAL, "Unexpected message: " + msg.what); in handleMessage()
225 Log.e(CarLog.TAG_HAL, "Message failed: " + msg.what); in handleMessage()
DRadioHalService.java45 public static String TAG = CarLog.TAG_HAL + ".RadioHalService";
/packages/services/Car/service/src/com/android/car/
DCarLog.java29 public static final String TAG_HAL = "CAR.HAL"; field in CarLog