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.java815 private int mPresentationDisplayId = PRESENTATION_DISPLAY_ID_NONE; field in MediaRouter.RouteInfo
1406 if (mPresentationDisplayId >= 0 && mPresentationDisplay == null) { in getPresentationDisplay()
1407 mPresentationDisplay = sGlobal.getDisplay(mPresentationDisplayId); in getPresentationDisplay()
1418 return mPresentationDisplayId; in getPresentationDisplayId()
1463 + ", presentationDisplayId=" + mPresentationDisplayId in toString()
1535 if (mPresentationDisplayId != descriptor.getPresentationDisplayId()) { in updateDescriptor()
1536 mPresentationDisplayId = descriptor.getPresentationDisplayId(); in updateDescriptor()
/frameworks/base/media/java/android/media/
DMediaRouter.java508 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in makeGlobalRoute()
562 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) { in updateGlobalRoute()
563 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in updateGlobalRoute()
1508 int mPresentationDisplayId = -1; field in MediaRouter.RouteInfo
1960 if (mPresentationDisplayId >= 0) { in choosePresentationDisplay()
1962 if (display.getDisplayId() == mPresentationDisplayId) { in choosePresentationDisplay()