Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DDeviceSelectActionFromPlaybackTest.java76 private HdmiCecMessage mActiveSource; field in DeviceSelectActionFromPlaybackTest
171 mActiveSource = HdmiCecMessageBuilder.buildActiveSource( in setUp()
273 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInPowerOnStatus_Cec14b()
299 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInStandbyStatus_Cec14b()
327 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInStandbyStatusWithSomeTimeouts_Cec14b()
356 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInStandbyAfterTimeoutForReportPowerStatus_Cec14b()
382 action.processCommand(mActiveSource); in testDeviceSelect_ReachmSetStreamPath_Cec14b()
405 action.processCommand(mActiveSource); in testDeviceSelect_ReachmSetStreamPathDeviceInPowerOnStatus_Cec20()
422 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInPowerOnStatus_Cec20()
444 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInPowerUnknownStatus_Cec20()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java1471 private final ActiveSource mActiveSource; field in HdmiCecLocalDevice.ActiveSourceHistoryRecord
1475 private ActiveSourceHistoryRecord(ActiveSource mActiveSource, boolean mIsActiveSource, in ActiveSourceHistoryRecord() argument
1477 this.mActiveSource = mActiveSource; in ActiveSourceHistoryRecord()
1487 pw.print(mActiveSource); in dump()
H A DHdmiControlService.java259 protected final ActiveSource mActiveSource = new ActiveSource(); field in HdmiControlService
3983 return mActiveSource; in getLocalActiveSource()
3999 mActiveSource.logicalAddress = logicalAddress; in setActiveSource()
4000 mActiveSource.physicalAddress = physicalAddress; in setActiveSource()