Home
last modified time | relevance | path

Searched refs:getLogicalAddress (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiCecNetworkTest.java175 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 DHdmiCecLocalDeviceAudioSystemTest.java869 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 DHdmiCecLocalDeviceTvTest.java151 mTvLogicalAddress = mHdmiCecLocalDeviceTv.getDeviceInfo().getLogicalAddress(); in setUp()
192 mHdmiControlService.setActiveSource(externalDevice.getLogicalAddress(), in getActiveSource_deviceInNetworkIsActiveSource()
215 mHdmiControlService.setActiveSource(externalDevice.getLogicalAddress(), in getActiveSource_unknownDeviceIsActiveSource()
H A DHdmiCecLocalDevicePlaybackTest.java172 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 DSystemAudioAutoInitiationActionTest.java143 mPhysicalAddress = mHdmiCecLocalDeviceTv.getDeviceInfo().getLogicalAddress(); in setUp()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecNetwork.java211 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 DDeviceSelectAction.java95 return mTarget.getLogicalAddress(); in getTargetAddress()
218 sendUserControlPressedAndReleased(mTarget.getLogicalAddress(), in turnOnDevice()
220 sendUserControlPressedAndReleased(mTarget.getLogicalAddress(), in turnOnDevice()
H A DHdmiCecLocalDeviceTv.java118 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 DPowerStatusMonitorAction.java114 mPowerStatus.append(info.getLogicalAddress(), info.getDevicePowerStatus()); in resetPowerStatus()
126 final int logicalAddress = info.getLogicalAddress(); in queryPowerStatus()
H A DHotplugDetectionAction.java192 set.set(info.getLogicalAddress()); in infoListToBitSet()
195 set.set(info.getLogicalAddress()); in infoListToBitSet()
H A DHdmiControlService.java973 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 DActiveSourceHandler.java98 return mSource.getDeviceInfo().getLogicalAddress(); in getSourceAddress()
H A DRoutingControlAction.java157 int deviceLogicalAddress = device.getLogicalAddress(); in handleTimerEvent()
H A DHdmiCecFeatureAction.java284 return mSource.getDeviceInfo().getLogicalAddress(); in getSourceAddress()
H A DHdmiCecLocalDeviceSource.java375 return getActiveSource().equals(getDeviceInfo().getLogicalAddress(), in isActiveSource()
H A DHdmiCecLocalDeviceAudioSystem.java151 processDelayedActiveSource(info.getLogicalAddress()); in addOrUpdateTvInput()
215 mService.getHdmiCecNetwork().removeCecDevice(this, info.getLogicalAddress()); in onHotplug()
H A DHdmiUtils.java397 return new HdmiDeviceInfo(info.getLogicalAddress(), in cloneHdmiDeviceInfo()
H A DHdmiCecController.java687 int logicalAddress = localDevice.getDeviceInfo().getLogicalAddress(); in incomingMessageDirection()
H A DHdmiCecLocalDevice.java1049 setActiveSource(info.getLogicalAddress(), info.getPhysicalAddress(), caller); in setActiveSource()
/aosp12/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java1086 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 DHdmiDeviceInfo.java342 public int getLogicalAddress() { in getLogicalAddress() method in HdmiDeviceInfo
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt3466 method public int getLogicalAddress();