Home
last modified time | relevance | path

Searched refs:mPresentationDisplayId (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouter.java781 private int mPresentationDisplayId = -1; field in MediaRouter.RouteInfo
1219 if (mPresentationDisplayId >= 0 && mPresentationDisplay == null) { in getPresentationDisplay()
1220 mPresentationDisplay = sGlobal.getDisplay(mPresentationDisplayId); in getPresentationDisplay()
1264 + ", presentationDisplayId=" + mPresentationDisplayId in toString()
1317 if (mPresentationDisplayId != descriptor.getPresentationDisplayId()) { in updateDescriptor()
1318 mPresentationDisplayId = descriptor.getPresentationDisplayId(); in updateDescriptor()
/frameworks/base/media/java/android/media/
DMediaRouter.java490 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in makeGlobalRoute()
544 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) { in updateGlobalRoute()
545 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in updateGlobalRoute()
1484 int mPresentationDisplayId = -1; field in MediaRouter.RouteInfo
1873 if (mPresentationDisplayId >= 0) { in choosePresentationDisplay()
1875 if (display.getDisplayId() == mPresentationDisplayId) { in choosePresentationDisplay()