Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DDeviceSelectActionFromPlaybackTest.java78 private HdmiCecMessage mActiveSource; field in DeviceSelectActionFromPlaybackTest
184 mActiveSource = HdmiCecMessageBuilder.buildActiveSource( in setUp()
286 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInPowerOnStatus_Cec14b()
312 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInStandbyStatus_Cec14b()
340 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInStandbyStatusWithSomeTimeouts_Cec14b()
369 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInStandbyAfterTimeoutForReportPowerStatus_Cec14b()
395 action.processCommand(mActiveSource); in testDeviceSelect_ReachmSetStreamPath_Cec14b()
418 action.processCommand(mActiveSource); in testDeviceSelect_ReachmSetStreamPathDeviceInPowerOnStatus_Cec20()
435 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInPowerOnStatus_Cec20()
457 action.processCommand(mActiveSource); in testDeviceSelect_DeviceInPowerUnknownStatus_Cec20()
[all …]
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDevice.java1526 private final ActiveSource mActiveSource; field in HdmiCecLocalDevice.ActiveSourceHistoryRecord
1530 private ActiveSourceHistoryRecord(ActiveSource mActiveSource, boolean mIsActiveSource, in ActiveSourceHistoryRecord() argument
1532 this.mActiveSource = mActiveSource; in ActiveSourceHistoryRecord()
1542 pw.print(mActiveSource); in dump()
DHdmiControlService.java287 protected final ActiveSource mActiveSource = new ActiveSource(); field in HdmiControlService
4245 return mActiveSource; in getLocalActiveSource()
4261 mActiveSource.logicalAddress = logicalAddress; in setActiveSource()
4262 mActiveSource.physicalAddress = physicalAddress; in setActiveSource()