Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java22 import static com.android.car.CarLog.TAG_EVS;
109 private static final boolean DBG = Slogf.isLoggable(TAG_EVS, Log.DEBUG);
169 Slogf.w(TAG_EVS, "StatusListener has died: " + listener.asBinder()); in onCallbackDied()
193 Slogf.i(TAG_EVS, "Handling GearSelection event");
220 Slogf.d(TAG_EVS, "We already handled a reported display status, %d",
239 Slogf.e(TAG_EVS, "Failed to start %s's activity.",
307 Slogf.e(TAG_EVS, "%s does not exist. CarEvsService won't be available.", instanceName); in CarEvsService()
335 Slogf.e(TAG_EVS, "No valid configuration has been found. " + in CarEvsService()
342 Slogf.i(TAG_EVS, "CarEvsService will be initialized only for the rearview service " + in CarEvsService()
354 if (DBG) Slogf.d(TAG_EVS, "evsCameraActivity=" + activityName); in CarEvsService()
[all …]
DStateMachine.java27 import static com.android.car.CarLog.TAG_EVS;
79 private static final boolean DBG = Slogf.isLoggable(TAG_EVS, Log.DEBUG);
319 mLogTag = TAG_EVS + postfix; in StateMachine()
370 Slogf.i(TAG_EVS, "CarEvsService is set to use the default device for the rearview."); in setCameraId()
373 Slogf.i(TAG_EVS, "CarEvsService is set to use " + id + " for the rearview."); in setCameraId()
799 Slogf.i(TAG_EVS, "Failed to connect to EvsManager service. Retrying after %d ms.", in connectToHalServiceIfNecessary()
820 Slogf.w(TAG_EVS, Log.getStackTraceString(e)); in notifyStreamStopped()
983 Slogf.e(TAG_EVS, "CarEvsService is busy with a higher priority client."); in handleTransitionToRequestedLocked()
995 Slogf.e(TAG_EVS, "CarEvsService is busy with a higher priority client."); in handleTransitionToRequestedLocked()
/packages/services/Car/service/src/com/android/car/
DCarLog.java36 public static final String TAG_EVS = "CAR.EVS"; field in CarLog
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java33 import static com.android.car.CarLog.TAG_EVS;
188 super(TAG_EVS); in CarEvsServiceUnitTest()