Searched refs:presentationDisplayId (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java151 return mMutableInfo.presentationDisplayId;
154 public void setPresentationDisplayId(int presentationDisplayId) { argument
155 if (mMutableInfo.presentationDisplayId != presentationDisplayId) {
156 mMutableInfo.presentationDisplayId = presentationDisplayId;
/frameworks/base/media/java/android/media/
H A DMediaRouterClientState.java96 public int presentationDisplayId; field in class:MediaRouterClientState.RouteInfo
106 presentationDisplayId = -1;
122 presentationDisplayId = other.presentationDisplayId;
138 presentationDisplayId = in.readInt();
160 dest.writeInt(presentationDisplayId);
177 + ", presentationDisplayId=" + presentationDisplayId
H A DRemoteDisplayState.java110 public int presentationDisplayId; field in class:RemoteDisplayState.RemoteDisplayInfo
116 presentationDisplayId = -1;
127 presentationDisplayId = other.presentationDisplayId;
138 presentationDisplayId = in.readInt();
159 dest.writeInt(presentationDisplayId);
171 + ", presentationDisplayId=" + presentationDisplayId
H A DMediaRouter.java494 route.mPresentationDisplayId = globalRoute.presentationDisplayId;
548 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) {
549 route.mPresentationDisplayId = globalRoute.presentationDisplayId;
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DMediaRouteDescriptor.java55 static final String KEY_PRESENTATION_DISPLAY_ID = "presentationDisplayId";
325 result.append(", presentationDisplayId=").append(getPresentationDisplayId());
643 public Builder setPresentationDisplayId(int presentationDisplayId) { argument
644 mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID, presentationDisplayId);
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DMediaRouteDescriptor.java59 static final String KEY_PRESENTATION_DISPLAY_ID = "presentationDisplayId";
329 result.append(", presentationDisplayId=").append(getPresentationDisplayId());
647 public Builder setPresentationDisplayId(int presentationDisplayId) { argument
648 mBundle.putInt(KEY_PRESENTATION_DISPLAY_ID, presentationDisplayId);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java1463 final int presentationDisplayId = computePresentationDisplayId(descriptor);
1464 if (mMutableInfo.presentationDisplayId != presentationDisplayId) {
1465 mMutableInfo.presentationDisplayId = presentationDisplayId;
1572 final int displayId = descriptor.presentationDisplayId;

Completed in 136 milliseconds