Home
last modified time | relevance | path

Searched refs:handleSetStreamPath (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiCecLocalDevicePlaybackTest.java623 public void handleSetStreamPath() { in handleSetStreamPath() method in HdmiCecLocalDevicePlaybackTest
626 assertThat(mHdmiCecLocalDevicePlayback.handleSetStreamPath(message)) in handleSetStreamPath()
1521 assertThat(mHdmiCecLocalDevicePlayback.handleSetStreamPath(message)) in handleSetStreamPath_Dreaming()
1538 assertThat(mHdmiCecLocalDevicePlayback.handleSetStreamPath(message)) in handleSetStreamPath_otherDevice_None()
1558 assertThat(mHdmiCecLocalDevicePlayback.handleSetStreamPath(message)) in handleSetStreamPath_otherDevice_StandbyNow()
1574 assertThat(mHdmiCecLocalDevicePlayback.handleSetStreamPath(message)) in handleSetStreamPath_otherDevice_StandbyNow_InactiveSource()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceSource.java240 protected int handleSetStreamPath(HdmiCecMessage message) { in handleSetStreamPath() method in HdmiCecLocalDeviceSource
H A DHdmiCecLocalDevice.java370 return handleSetStreamPath(message); in onMessage()
872 protected int handleSetStreamPath(HdmiCecMessage message) { in handleSetStreamPath() method in HdmiCecLocalDevice
H A DHdmiControlService.java2472 getSwitchDevice().handleSetStreamPath(setStreamPath); in askRemoteDeviceToBecomeActiveSource()