Searched refs:presentationDisplayId (Results 1 – 6 of 6) sorted by relevance
155 return mMutableInfo.presentationDisplayId; in getPresentationDisplayId()158 public void setPresentationDisplayId(int presentationDisplayId) { in setPresentationDisplayId() argument159 if (mMutableInfo.presentationDisplayId != presentationDisplayId) { in setPresentationDisplayId()160 mMutableInfo.presentationDisplayId = presentationDisplayId; in setPresentationDisplayId()
114 public int presentationDisplayId; field in RemoteDisplayState.RemoteDisplayInfo120 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()
96 public int presentationDisplayId; field in MediaRouterClientState.RouteInfo106 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()
568 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in makeGlobalRoute()622 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) { in updateGlobalRoute()623 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in updateGlobalRoute()
1890 final int presentationDisplayId = computePresentationDisplayId(descriptor); in updateDescriptor() local1891 if (mMutableInfo.presentationDisplayId != presentationDisplayId) { in updateDescriptor()1892 mMutableInfo.presentationDisplayId = presentationDisplayId; in updateDescriptor()1999 final int displayId = descriptor.presentationDisplayId; in computePresentationDisplayId()
28565 Landroid/media/MediaRouterClientState$RouteInfo;->presentationDisplayId:I29550 Landroid/media/RemoteDisplayState$RemoteDisplayInfo;->presentationDisplayId:I