Searched refs:mActiveSource (Results 1 – 3 of 3) sorted by relevance
78 private HdmiCecMessage mActiveSource; field in DeviceSelectActionFromPlaybackTest184 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 …]
1526 private final ActiveSource mActiveSource; field in HdmiCecLocalDevice.ActiveSourceHistoryRecord1530 private ActiveSourceHistoryRecord(ActiveSource mActiveSource, boolean mIsActiveSource, in ActiveSourceHistoryRecord() argument1532 this.mActiveSource = mActiveSource; in ActiveSourceHistoryRecord()1542 pw.print(mActiveSource); in dump()
287 protected final ActiveSource mActiveSource = new ActiveSource(); field in HdmiControlService4245 return mActiveSource; in getLocalActiveSource()4261 mActiveSource.logicalAddress = logicalAddress; in setActiveSource()4262 mActiveSource.physicalAddress = physicalAddress; in setActiveSource()