/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | HdmiCecNetworkTest.java | 175 assertThat(cecDeviceInfo.getLogicalAddress()).isEqualTo(logicalAddress); in cecDevices_tracking_logicalAddressOnly() 213 assertThat(cecDeviceInfo.getLogicalAddress()).isEqualTo(logicalAddress); in cecDevices_tracking_reportPhysicalAddress() 257 assertThat(cecDeviceInfo.getLogicalAddress()).isEqualTo(logicalAddress); in cecDevices_tracking_reportPowerStatus() 278 assertThat(cecDeviceInfo.getLogicalAddress()).isEqualTo(logicalAddress); in cecDevices_tracking_reportOsdName() 298 assertThat(cecDeviceInfo.getLogicalAddress()).isEqualTo(logicalAddress); in cecDevices_tracking_reportVendorId() 336 assertThat(cecDeviceInfo.getLogicalAddress()).isEqualTo(logicalAddress); in cecDevices_tracking_updatesDeviceInfo() 361 assertThat(cecDeviceInfo.getLogicalAddress()).isEqualTo(logicalAddress); in cecDevices_tracking_updatesPhysicalAddress() 390 assertThat(cecDeviceInfo.getLogicalAddress()).isEqualTo(logicalAddress); in cecDevices_tracking_updatesPowerStatus() 412 assertThat(cecDeviceInfo.getLogicalAddress()).isEqualTo(logicalAddress); in cecDevices_tracking_updatesOsdName() 429 assertThat(cecDeviceInfo.getLogicalAddress()).isEqualTo(logicalAddress); in cecDevices_tracking_updatesVendorId() [all …]
|
H A D | HdmiCecLocalDeviceAudioSystemTest.java | 869 mHdmiCecLocalDevicePlayback.getDeviceInfo().getLogicalAddress(), ADDR_TV); in oneTouchPlay() 871 mHdmiCecLocalDevicePlayback.getDeviceInfo().getLogicalAddress(), in oneTouchPlay() 875 mHdmiCecLocalDevicePlayback.getDeviceInfo().getLogicalAddress(), in oneTouchPlay() 878 mHdmiCecLocalDeviceAudioSystem.getDeviceInfo().getLogicalAddress(), ADDR_TV); in oneTouchPlay() 880 mHdmiCecLocalDeviceAudioSystem.getDeviceInfo().getLogicalAddress(), in oneTouchPlay() 884 mHdmiCecLocalDeviceAudioSystem.getDeviceInfo().getLogicalAddress(), in oneTouchPlay()
|
H A D | HdmiCecLocalDeviceTvTest.java | 151 mTvLogicalAddress = mHdmiCecLocalDeviceTv.getDeviceInfo().getLogicalAddress(); in setUp() 192 mHdmiControlService.setActiveSource(externalDevice.getLogicalAddress(), in getActiveSource_deviceInNetworkIsActiveSource() 215 mHdmiControlService.setActiveSource(externalDevice.getLogicalAddress(), in getActiveSource_unknownDeviceIsActiveSource()
|
H A D | HdmiCecLocalDevicePlaybackTest.java | 172 mPlaybackLogicalAddress = mHdmiCecLocalDevicePlayback.getDeviceInfo().getLogicalAddress(); in setUp() 1319 mHdmiCecLocalDevicePlayback.getDeviceInfo().getLogicalAddress(), in handleSetStreamPath_afterHotplug_broadcastsActiveSource() 1338 mHdmiCecLocalDevicePlayback.getDeviceInfo().getLogicalAddress()); in handleSetStreamPath_afterHotplug_hasCorrectActiveSource() 1551 mHdmiControlService.setActiveSource(externalDevice.getLogicalAddress(), in getActiveSource_deviceInNetworkIsActiveSource() 1562 mHdmiControlService.setActiveSource(externalDevice.getLogicalAddress(), in getActiveSource_unknownDeviceIsActiveSource()
|
H A D | SystemAudioAutoInitiationActionTest.java | 143 mPhysicalAddress = mHdmiCecLocalDeviceTv.getDeviceInfo().getLogicalAddress(); in setUp()
|
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecNetwork.java | 211 HdmiDeviceInfo oldDeviceInfo = getCecDeviceInfo(deviceInfo.getLogicalAddress()); in addDeviceInfo() 213 deviceInfo.getLogicalAddress(), deviceInfo.getPhysicalAddress()); in addDeviceInfo() 268 if (isLocalDeviceAddress(info.getLogicalAddress())) { in addCecDevice() 333 if (!isLocalDeviceAddress(info.getLogicalAddress())) { in getDeviceInfoList() 359 if (isLocalDeviceAddress(info.getLogicalAddress())) { in getInputDevices() 569 HdmiDeviceInfo updatedDeviceInfo = new HdmiDeviceInfo(deviceInfo.getLogicalAddress(), in handleReportPhysicalAddress() 603 HdmiDeviceInfo updatedDeviceInfo = new HdmiDeviceInfo(deviceInfo.getLogicalAddress(), in updateDeviceCecVersion() 638 updateCecDevice(new HdmiDeviceInfo(deviceInfo.getLogicalAddress(), in handleSetOsdName() 654 HdmiDeviceInfo updatedDeviceInfo = new HdmiDeviceInfo(deviceInfo.getLogicalAddress(), in handleDeviceVendorId() 711 if (isLocalDeviceAddress(info.getLogicalAddress())) { in getSafeCecDevicesLocked() [all …]
|
H A D | DeviceSelectAction.java | 95 return mTarget.getLogicalAddress(); in getTargetAddress() 218 sendUserControlPressedAndReleased(mTarget.getLogicalAddress(), in turnOnDevice() 220 sendUserControlPressedAndReleased(mTarget.getLogicalAddress(), in turnOnDevice()
|
H A D | HdmiCecLocalDeviceTv.java | 118 processDelayedActiveSource(info.getLogicalAddress()); 239 int targetAddress = targetDevice.getLogicalAddress(); in deviceSelect() 408 return info.getLogicalAddress(); in findKeyReceiverAddress() 749 new SystemAudioActionFromTv(this, avr.getLogicalAddress(), enabled, callback)); in changeSystemAudioMode() 895 if (!canStartArcUpdateAction(info.getLogicalAddress(), enabled)) { in startArcAction() 966 getAvrDeviceInfo().getLogicalAddress(), delta > 0)); in changeVolume() 994 sendUserControlPressedAndReleased(getAvrDeviceInfo().getLogicalAddress(), in changeMute() 1029 && (avrAddress == avr.getLogicalAddress()) in canStartArcUpdateAction() 1107 addAndStartAction(new SystemAudioActionFromTv(this, avr.getLogicalAddress(), in handleSystemAudioModeStatus() 1315 addAndStartAction(new RequestArcTerminationAction(this, avr.getLogicalAddress())); in disableArcIfExist() [all …]
|
H A D | PowerStatusMonitorAction.java | 114 mPowerStatus.append(info.getLogicalAddress(), info.getDevicePowerStatus()); in resetPowerStatus() 126 final int logicalAddress = info.getLogicalAddress(); in queryPowerStatus()
|
H A D | HotplugDetectionAction.java | 192 set.set(info.getLogicalAddress()); in infoListToBitSet() 195 set.set(info.getLogicalAddress()); in infoListToBitSet()
|
H A D | HdmiControlService.java | 973 int address = device.getDeviceInfo().getLogicalAddress(); in notifyAddressAllocated() 1309 if (device.getDeviceInfo().getLogicalAddress() == logicalAddress) { in checkLogicalAddressConflictAndReallocate() 1378 deviceInfo.getLogicalAddress(), deviceInfo.getPhysicalAddress(), in setDisplayName() 2094 device.getDeviceInfo().getLogicalAddress(), targetAddress, in sendVendorCommand() 2450 return audioSystem().getDeviceInfo().getLogicalAddress(); in getRemoteControlSourceAddress() 2452 return playback().getDeviceInfo().getLogicalAddress(); in getRemoteControlSourceAddress() 3445 logicalAddress == device.getDeviceInfo().getLogicalAddress() in setActiveSource() 3463 playback.setActiveSource(playback.getDeviceInfo().getLogicalAddress(), physicalAddress, in setAndBroadcastActiveSource() 3472 audioSystem.setActiveSource(audioSystem.getDeviceInfo().getLogicalAddress(), in setAndBroadcastActiveSource() 3492 playback.setActiveSource(playback.getDeviceInfo().getLogicalAddress(), physicalAddress, in setAndBroadcastActiveSourceFromOneDeviceType() [all …]
|
H A D | ActiveSourceHandler.java | 98 return mSource.getDeviceInfo().getLogicalAddress(); in getSourceAddress()
|
H A D | RoutingControlAction.java | 157 int deviceLogicalAddress = device.getLogicalAddress(); in handleTimerEvent()
|
H A D | HdmiCecFeatureAction.java | 284 return mSource.getDeviceInfo().getLogicalAddress(); in getSourceAddress()
|
H A D | HdmiCecLocalDeviceSource.java | 375 return getActiveSource().equals(getDeviceInfo().getLogicalAddress(), in isActiveSource()
|
H A D | HdmiCecLocalDeviceAudioSystem.java | 151 processDelayedActiveSource(info.getLogicalAddress()); in addOrUpdateTvInput() 215 mService.getHdmiCecNetwork().removeCecDevice(this, info.getLogicalAddress()); in onHotplug()
|
H A D | HdmiUtils.java | 397 return new HdmiDeviceInfo(info.getLogicalAddress(), in cloneHdmiDeviceInfo()
|
H A D | HdmiCecController.java | 687 int logicalAddress = localDevice.getDeviceInfo().getLogicalAddress(); in incomingMessageDirection()
|
H A D | HdmiCecLocalDevice.java | 1049 setActiveSource(info.getLogicalAddress(), info.getPhysicalAddress(), caller); in setActiveSource()
|
/aosp12/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | HdmiControlManager.java | 1086 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOffDevice() 1103 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOffRemoteDevice() 1123 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOnDevice() 1140 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOnRemoteDevice()
|
H A D | HdmiDeviceInfo.java | 342 public int getLogicalAddress() { in getLogicalAddress() method in HdmiDeviceInfo
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 3466 method public int getLogicalAddress();
|