Home
last modified time | relevance | path

Searched refs:presentationDisplayId (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java155 return mMutableInfo.presentationDisplayId; in getPresentationDisplayId()
158 public void setPresentationDisplayId(int presentationDisplayId) { in setPresentationDisplayId() argument
159 if (mMutableInfo.presentationDisplayId != presentationDisplayId) { in setPresentationDisplayId()
160 mMutableInfo.presentationDisplayId = presentationDisplayId; in setPresentationDisplayId()
/aosp12/frameworks/base/media/java/android/media/
H A DRemoteDisplayState.java114 public int presentationDisplayId; field in RemoteDisplayState.RemoteDisplayInfo
120 presentationDisplayId = -1; in RemoteDisplayInfo()
131 presentationDisplayId = other.presentationDisplayId; in RemoteDisplayInfo()
142 presentationDisplayId = in.readInt(); in RemoteDisplayInfo()
163 dest.writeInt(presentationDisplayId); in writeToParcel()
175 + ", presentationDisplayId=" + presentationDisplayId in toString()
H A DMediaRouterClientState.java96 public int presentationDisplayId; field in MediaRouterClientState.RouteInfo
106 presentationDisplayId = -1; in RouteInfo()
122 presentationDisplayId = other.presentationDisplayId; in RouteInfo()
138 presentationDisplayId = in.readInt(); in RouteInfo()
160 dest.writeInt(presentationDisplayId); in writeToParcel()
177 + ", presentationDisplayId=" + presentationDisplayId in toString()
H A DMediaRouter.java560 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in makeGlobalRoute()
614 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) { in updateGlobalRoute()
615 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in updateGlobalRoute()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java1806 final int presentationDisplayId = computePresentationDisplayId(descriptor); in updateDescriptor() local
1807 if (mMutableInfo.presentationDisplayId != presentationDisplayId) { in updateDescriptor()
1808 mMutableInfo.presentationDisplayId = presentationDisplayId; in updateDescriptor()
1915 final int displayId = descriptor.presentationDisplayId; in computePresentationDisplayId()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt31443 Landroid/media/MediaRouterClientState$RouteInfo;->presentationDisplayId:I
32428 Landroid/media/RemoteDisplayState$RemoteDisplayInfo;->presentationDisplayId:I