Lines Matching defs:session

255      * Sets the relative stream volume of this session to handle a change of audio focus.
304 // session is made.
440 Log.w(TAG, "sendAppPrivateCommand - session not created (action " + action + " cached)");
553 // Set main again to regain main session.
879 public void onSessionCreated(Session session) {
884 Log.w(TAG, "onSessionCreated - session already created");
886 if (session != null) {
887 session.release();
891 mSession = session;
892 if (session != null) {
930 public void onSessionReleased(Session session) {
935 Log.w(TAG, "onSessionReleased - session not created");
948 public void onChannelRetuned(Session session, Uri channelUri) {
953 Log.w(TAG, "onChannelRetuned - session not created");
962 public void onTracksChanged(Session session, List<TvTrackInfo> tracks) {
967 Log.w(TAG, "onTracksChanged - session not created");
976 public void onTrackSelected(Session session, int type, String trackId) {
981 Log.w(TAG, "onTrackSelected - session not created");
990 public void onVideoSizeChanged(Session session, int width, int height) {
995 Log.w(TAG, "onVideoSizeChanged - session not created");
1004 public void onVideoAvailable(Session session) {
1009 Log.w(TAG, "onVideoAvailable - session not created");
1018 public void onVideoUnavailable(Session session, int reason) {
1023 Log.w(TAG, "onVideoUnavailable - session not created");
1032 public void onContentAllowed(Session session) {
1037 Log.w(TAG, "onContentAllowed - session not created");
1046 public void onContentBlocked(Session session, TvContentRating rating) {
1051 Log.w(TAG, "onContentBlocked - session not created");
1060 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) {
1066 Log.w(TAG, "onLayoutSurface - session not created");
1078 public void onSessionEvent(Session session, String eventType, Bundle eventArgs) {
1083 Log.w(TAG, "onSessionEvent - session not created");