Home | History | Annotate | Download | only in devices

Lines Matching refs:sessionID

1548         int sessionID = Hwcomposer::getInstance().getDisplayAnalyzer()->getFirstVideoInstanceSessionID();
1549 if (sessionID >= 0) {
1550 ITRACE("Session id = %d", sessionID);
1553 status_t ret = mHwc.getMultiDisplayObserver()->getVideoSourceInfo(sessionID, &videoInfo);
2114 int sessionID = mHwc.getDisplayAnalyzer()->getFirstVideoInstanceSessionID();
2115 if (sessionID < 0) {
2121 status_t ret = mds->setDecoderOutputResolution(sessionID, width, height, 0, 0, width, height);