Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecLocalDevicePlaybackTest.java758 public void handleSetStreamPath() { in handleSetStreamPath() method in HdmiCecLocalDevicePlaybackTest
761 assertThat(mHdmiCecLocalDevicePlayback.handleSetStreamPath(message)) in handleSetStreamPath()
1661 assertThat(mHdmiCecLocalDevicePlayback.handleSetStreamPath(message)) in handleSetStreamPath_Dreaming()
1678 assertThat(mHdmiCecLocalDevicePlayback.handleSetStreamPath(message)) in handleSetStreamPath_otherDevice_None()
1698 assertThat(mHdmiCecLocalDevicePlayback.handleSetStreamPath(message)) in handleSetStreamPath_otherDevice_StandbyNow()
1717 assertThat(mHdmiCecLocalDevicePlayback.handleSetStreamPath(message)) in handleSetStreamPath_otherDevice_StandbyNow_InactiveSource()
2386 assertThat(mHdmiCecLocalDevicePlayback.handleSetStreamPath(setStreamPathToPlayback)) in onActiveSourceLost_incomingSetStreamPathToDut_noStandbyAfterTimeout()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceSource.java241 protected int handleSetStreamPath(HdmiCecMessage message) { in handleSetStreamPath() method in HdmiCecLocalDeviceSource
DHdmiCecLocalDevice.java377 return handleSetStreamPath(message); in onMessage()
881 protected int handleSetStreamPath(HdmiCecMessage message) { in handleSetStreamPath() method in HdmiCecLocalDevice
DHdmiControlService.java2650 getSwitchDevice().handleSetStreamPath(setStreamPath); in askRemoteDeviceToBecomeActiveSource()