Lines Matching refs:TAG

77     private static final String TAG = "TvInputService";
126 Log.w(TAG, "Creating session without input channel");
329 if (DEBUG) Log.d(TAG, "notifySessionEvent(" + eventType + ")");
334 Log.w(TAG, "error in sending event (event=" + eventType + ")", e);
354 if (DEBUG) Log.d(TAG, "notifyChannelRetuned");
359 Log.w(TAG, "error in notifyChannelRetuned", e);
394 if (DEBUG) Log.d(TAG, "notifyTracksChanged");
399 Log.w(TAG, "error in notifyTracksChanged", e);
424 if (DEBUG) Log.d(TAG, "notifyTrackSelected");
429 Log.w(TAG, "error in notifyTrackSelected", e);
450 if (DEBUG) Log.d(TAG, "notifyVideoAvailable");
455 Log.w(TAG, "error in notifyVideoAvailable", e);
485 if (DEBUG) Log.d(TAG, "notifyVideoUnavailable");
490 Log.w(TAG, "error in notifyVideoUnavailable", e);
525 if (DEBUG) Log.d(TAG, "notifyContentAllowed");
530 Log.w(TAG, "error in notifyContentAllowed", e);
569 if (DEBUG) Log.d(TAG, "notifyContentBlocked");
574 Log.w(TAG, "error in notifyContentBlocked", e);
610 if (DEBUG) Log.d(TAG, "notifyTimeShiftStatusChanged");
615 Log.w(TAG, "error in notifyTimeShiftStatusChanged", e);
626 if (DEBUG) Log.d(TAG, "notifyTimeShiftStartPositionChanged");
631 Log.w(TAG, "error in notifyTimeShiftStartPositionChanged", e);
642 if (DEBUG) Log.d(TAG, "notifyTimeShiftCurrentPositionChanged");
647 Log.w(TAG, "error in notifyTimeShiftCurrentPositionChanged", e);
672 if (DEBUG) Log.d(TAG, "layoutSurface (l=" + left + ", t=" + top + ", r="
678 Log.w(TAG, "error in layoutSurface", e);
1116 Log.d(TAG, "dispatchSurfaceChanged(format=" + format + ", width=" + width
1178 if (DEBUG) Log.d(TAG, "create overlay view(" + frame + ")");
1226 if (DEBUG) Log.d(TAG, "relayoutOverlayView(" + frame + ")");
1248 if (DEBUG) Log.d(TAG, "removeOverlayView(" + mOverlayViewContainer + ")");
1325 if (DEBUG) Log.d(TAG, "dispatchInputEvent(" + event + ")");
1414 Log.w(TAG, "Current position (" + currentPositionMs + ") cannot be earlier than"
1442 Log.e(TAG, "Time out on releasing overlay view. Killing "
1541 Log.e(TAG, "onSetSurface() should not be called in HardwareProxySession.");
1602 Log.e(TAG, "error in broadcastAddHardwareTvInput", e);
1614 Log.e(TAG, "error in broadcastAddHdmiTvInput", e);
1626 Log.e(TAG, "error in broadcastRemoveTvInput", e);
1647 Log.e(TAG, "error in onSessionCreated", e);
1660 Log.w(TAG, "Hardware input id is not setup yet.");
1662 Log.w(TAG, "Invalid hardware input id : " + hardwareInputId);
1668 Log.e(TAG, "error in onSessionCreated", e);
1699 Log.e(TAG, "error in onSessionCreated", e);
1740 Log.w(TAG, "Unhandled message code: " + msg.what);