Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
H A DHdmiDeviceInfoTest.java64 .setDevicePowerStatus(powerStatus) in testEquals()
73 .setDevicePowerStatus(powerStatus) in testEquals()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DDeviceSelectActionFromPlaybackTest.java181 .setDevicePowerStatus(HdmiControlManager.POWER_STATUS_ON) in setUp()
191 .setDevicePowerStatus(HdmiControlManager.POWER_STATUS_ON) in setUp()
201 .setDevicePowerStatus(HdmiControlManager.POWER_STATUS_ON) in setUp()
H A DDeviceSelectActionFromTvTest.java82 .setDevicePowerStatus(HdmiControlManager.POWER_STATUS_ON)
92 .setDevicePowerStatus(HdmiControlManager.POWER_STATUS_ON)
H A DOneTouchPlayActionTest.java67 .setDevicePowerStatus(HdmiControlManager.POWER_STATUS_ON)
H A DHdmiCecLocalDevicePlaybackTest.java71 .setDevicePowerStatus(HdmiControlManager.POWER_STATUS_ON)
1767 .setDevicePowerStatus(HdmiControlManager.POWER_STATUS_ON) in hotplugDetectionAction_removeDevice()
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java159 .setDevicePowerStatus(powerStatus)
706 public Builder setDevicePowerStatus(int devicePowerStatus) { in setDevicePowerStatus() method in HdmiDeviceInfo.Builder
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceDiscoveryAction.java97 .setDevicePowerStatus(mPowerStatus) in toHdmiDeviceInfo()
H A DHdmiCecNetwork.java408 updateCecDevice(info.toBuilder().setDevicePowerStatus(newPowerStatus).build()); in updateDevicePowerStatus()
H A DHdmiControlService.java1837 .setDevicePowerStatus(powerStatus) in createDeviceInfo()