Home
last modified time | relevance | path

Searched refs:isPlaybackDevice (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSystemAudioInitiationActionFromAvr.java120 if (audioSystem().mService.isPlaybackDevice()) { in handleActiveSourceTimeout()
H A DHdmiCecLocalDeviceSource.java245 if (physicalAddress == mService.getPhysicalAddress() && mService.isPlaybackDevice()) { in handleSetStreamPath()
H A DHdmiControlService.java2951 } else if (isPlaybackDevice()) { in getRemoteControlSourceAddress()
2963 if (isPlaybackDevice()) { in getSwitchDevice()
3483 boolean isPlaybackDevice() { in isPlaybackDevice() method in HdmiControlService
4248 if (!isTvDevice() && !isPlaybackDevice()) { in isAbsoluteVolumeBehaviorEnabled()
4312 } else if (isPlaybackDevice() && playback() != null) { in checkAndUpdateAbsoluteVolumeBehavior()
4413 HdmiCecLocalDevice localDevice = isPlaybackDevice() ? playback() : tv(); in enableAbsoluteVolumeBehavior()
H A DHdmiCecLocalDeviceAudioSystem.java1235 if (portId == Constants.CEC_SWITCH_HOME && mService.isPlaybackDevice()) { in routeToTvInputFromPortId()
1308 if (getRoutingPort() == Constants.CEC_SWITCH_HOME && mService.isPlaybackDevice()) { in handleRoutingChangeAndInformationForSwitch()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiCecPowerStatusControllerTest.java78 boolean isPlaybackDevice() { in setUp()
H A DSystemAudioInitiationActionFromAvrTest.java124 boolean isPlaybackDevice() { in SetUp()
H A DHdmiCecLocalDevicePlaybackTest.java121 boolean isPlaybackDevice() { in setUp()