Home
last modified time | relevance | path

Searched refs:handleRoutingInformation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecLocalDevicePlaybackTest.java235 assertThat(mHdmiCecLocalDevicePlayback.handleRoutingInformation(message)) in handleRoutingInformation_None()
279 assertThat(mHdmiCecLocalDevicePlayback.handleRoutingInformation(message)) in handleRoutingInformation_WakeUpOnly()
327 assertThat(mHdmiCecLocalDevicePlayback.handleRoutingInformation(message)) in handleRoutingInformation_WakeUpAndSendActiveSource()
548 assertThat(mHdmiCecLocalDevicePlayback.handleRoutingInformation(message)) in handleRoutingInformation_otherDevice_None()
569 assertThat(mHdmiCecLocalDevicePlayback.handleRoutingInformation(message)) in handleRoutingInformation_sameDevice_None_ActiveSource()
590 assertThat(mHdmiCecLocalDevicePlayback.handleRoutingInformation(message)) in handleRoutingInformation_sameDevice_None_InactiveSource()
610 assertThat(mHdmiCecLocalDevicePlayback.handleRoutingInformation(message)) in handleRoutingInformation_otherDevice_StandbyNow()
628 assertThat(mHdmiCecLocalDevicePlayback.handleRoutingInformation(message)) in handleRoutingInformation_otherDevice_StandbyNow_InactiveSource()
645 assertThat(mHdmiCecLocalDevicePlayback.handleRoutingInformation(message)) in handleRoutingInformation_sameDevice_StandbyNow_ActiveSource()
709 assertThat(mHdmiCecLocalDevicePlayback.handleRoutingInformation(message)) in handleRoutingInformation_physicalAddressOfSender_Tv_activeSourceChange()
[all …]
DHdmiCecLocalDeviceAudioSystemTest.java653 assertThat(mHdmiCecLocalDeviceAudioSystem.handleRoutingInformation(message)) in handleRoutingInformation_currentActivePortIsHDMI1()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceSource.java279 protected int handleRoutingInformation(HdmiCecMessage message) { in handleRoutingInformation() method in HdmiCecLocalDeviceSource
DHdmiCecLocalDevice.java341 return handleRoutingInformation(message); in onMessage()
549 protected int handleRoutingInformation(HdmiCecMessage message) { in handleRoutingInformation() method in HdmiCecLocalDevice
DHdmiCecLocalDevicePlayback.java589 protected int handleRoutingInformation(HdmiCecMessage message) { in handleRoutingInformation() method in HdmiCecLocalDevicePlayback