Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaRouter.java522 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in makeGlobalRoute()
576 if (route.mPresentationDisplayId != globalRoute.presentationDisplayId) { in updateGlobalRoute()
577 route.mPresentationDisplayId = globalRoute.presentationDisplayId; in updateGlobalRoute()
1612 int mPresentationDisplayId = -1; field in MediaRouter.RouteInfo
2069 if (mPresentationDisplayId >= 0) { in choosePresentationDisplay()
2071 if (display.getDisplayId() == mPresentationDisplayId) { in choosePresentationDisplay()