Home | History | Annotate | Download | only in hdmi

Lines Matching refs:mPowerStatus

261     private int mPowerStatus = HdmiControlManager.POWER_STATUS_STANDBY;
388 mPowerStatus = HdmiControlManager.POWER_STATUS_TRANSIENT_TO_ON;
458 if (mPowerStatus == HdmiControlManager.POWER_STATUS_TRANSIENT_TO_ON) {
459 mPowerStatus = HdmiControlManager.POWER_STATUS_ON;
1657 pw.println("mPowerStatus: " + mPowerStatus);
1945 return mPowerStatus;
1951 return mPowerStatus == HdmiControlManager.POWER_STATUS_ON
1952 || mPowerStatus == HdmiControlManager.POWER_STATUS_TRANSIENT_TO_ON;
1958 return mPowerStatus == HdmiControlManager.POWER_STATUS_STANDBY
1959 || mPowerStatus == HdmiControlManager.POWER_STATUS_TRANSIENT_TO_STANDBY;
1965 return mPowerStatus == HdmiControlManager.POWER_STATUS_STANDBY;
1989 mPowerStatus = HdmiControlManager.POWER_STATUS_TRANSIENT_TO_ON;
2008 mPowerStatus = HdmiControlManager.POWER_STATUS_TRANSIENT_TO_STANDBY;
2077 if (mPowerStatus != HdmiControlManager.POWER_STATUS_TRANSIENT_TO_STANDBY) {
2080 mPowerStatus = HdmiControlManager.POWER_STATUS_STANDBY;