Searched refs:TAG_POWER (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/service/src/com/android/car/ |
D | CarPowerManagementService.java | 153 mHandlerThread = new HandlerThread(CarLog.TAG_POWER); in CarPowerManagementService() 179 Log.w(CarLog.TAG_POWER, "Vehicle hal does not support power state yet."); in init() 260 Log.i(CarLog.TAG_POWER, "Processing all done"); in notifyPowerEventProcessingCompletion() 301 Log.i(CarLog.TAG_POWER, "Power state change:" + state); in doHandlePowerStateChange() 352 Log.i(CarLog.TAG_POWER, "starting sleep"); in handleShutdownPrepare() 357 Log.i(CarLog.TAG_POWER, "starting shutdown with processing"); in handleShutdownPrepare() 360 Log.i(CarLog.TAG_POWER, "starting shutdown immediately"); in handleShutdownPrepare() 388 Log.i(CarLog.TAG_POWER, "processing before shutdown expected for :" + processingTimeMs + in doHandlePreprocessing() 433 Log.w(CarLog.TAG_POWER, "external sleep wake up, but no power state change:" + in doHandleDeepSleep() 493 Log.w(CarLog.TAG_POWER, "Duplicate sleep entry request, ignore"); in doHandleProcessingComplete() [all …]
|
D | CarLog.java | 27 public static final String TAG_POWER = "CAR.POWER"; field in CarLog
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PowerHalService.java | 175 Log.i(CarLog.TAG_POWER, "send boot complete"); in sendBootComplete() 182 Log.i(CarLog.TAG_POWER, "send sleep entry"); in sendSleepEntry() 189 Log.i(CarLog.TAG_POWER, "send sleep exit"); in sendSleepExit() 196 Log.i(CarLog.TAG_POWER, "send shutdown postpone, time:" + postponeTimeMs); in sendShutdownPostpone() 204 Log.i(CarLog.TAG_POWER, "send shutdown start"); in sendShutdownStart() 211 Log.i(CarLog.TAG_POWER, "send display on"); in sendDisplayOn() 218 Log.i(CarLog.TAG_POWER, "send display off"); in sendDisplayOff() 271 Log.w(CarLog.TAG_POWER, "Max display brightness from vehicle HAL is invald:" + in init()
|