Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java28 import static com.android.car.CarLog.TAG_EVS;
106 private static final boolean DBG = Log.isLoggable(TAG_EVS, Log.DEBUG);
183 Slog.w(TAG_EVS, "StatusListener has died: " + listener.asBinder()); in onCallbackDied()
199 Slog.w(TAG_EVS, "StreamCallback has died");
202 Slog.i(TAG_EVS, "Requested to launch the activity.");
218 Slog.e(TAG_EVS, "Handling GearSelection");
263 Slog.d(TAG_EVS, "Transition requested: " + toString(previousState) + in execute()
415 Slog.e(TAG_EVS, in handleTransitionToRequestedLocked()
504 Slog.i(TAG_EVS, "Declines a service request with a lower priority."); in handleTransitionToActiveLocked()
590 Slog.i(TAG_EVS, "Declines a request to stop a video not from a current client."); in stopVideoStreamAndUnregisterCallback()
[all …]
/packages/services/Car/service/src/com/android/car/
DCarLog.java36 public static final String TAG_EVS = "CAR.EVS"; field in CarLog