Home
last modified time | relevance | path

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

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
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()
/frameworks/base/media/java/android/media/
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()
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()
DMediaRouter.java568 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in makeGlobalRoute()
622 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) { in updateGlobalRoute()
623 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in updateGlobalRoute()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java1890 final int presentationDisplayId = computePresentationDisplayId(descriptor); in updateDescriptor() local
1891 if (mMutableInfo.presentationDisplayId != presentationDisplayId) { in updateDescriptor()
1892 mMutableInfo.presentationDisplayId = presentationDisplayId; in updateDescriptor()
1999 final int displayId = descriptor.presentationDisplayId; in computePresentationDisplayId()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt28565 Landroid/media/MediaRouterClientState$RouteInfo;->presentationDisplayId:I
29550 Landroid/media/RemoteDisplayState$RemoteDisplayInfo;->presentationDisplayId:I