Searched refs:mActiveSource (Results 1 – 3 of 3) sorted by relevance
76 private HdmiCecMessage mActiveSource; field in DeviceSelectActionFromPlaybackTest171 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 …]
1471 private final ActiveSource mActiveSource; field in HdmiCecLocalDevice.ActiveSourceHistoryRecord1475 private ActiveSourceHistoryRecord(ActiveSource mActiveSource, boolean mIsActiveSource, in ActiveSourceHistoryRecord() argument1477 this.mActiveSource = mActiveSource; in ActiveSourceHistoryRecord()1487 pw.print(mActiveSource); in dump()
259 protected final ActiveSource mActiveSource = new ActiveSource(); field in HdmiControlService3983 return mActiveSource; in getLocalActiveSource()3999 mActiveSource.logicalAddress = logicalAddress; in setActiveSource()4000 mActiveSource.physicalAddress = physicalAddress; in setActiveSource()