Home | History | Annotate | Download | only in devices

Lines Matching full:shouldbeconnected

824     bool shouldBeConnected = (display != NULL);
825 if (shouldBeConnected != mLastConnectionStatus) {
836 Hwcomposer::getInstance().getMultiDisplayObserver()->notifyWidiConnectionStatus(shouldBeConnected);
837 mLastConnectionStatus = shouldBeConnected;