Home
last modified time | relevance | path

Searched refs:getPhysicalAddress (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecNetwork.java213 deviceInfo.getLogicalAddress(), deviceInfo.getPhysicalAddress()); in addDeviceInfo()
376 && !isConnectedToCecSwitch(info.getPhysicalAddress(), getCecSwitches()); in hideDevicesBehindLegacySwitch()
497 return device.getPhysicalAddress() == physicalAddress; in isInDeviceList()
604 deviceInfo.getPhysicalAddress(), deviceInfo.getPortId(), deviceInfo.getDeviceType(), in updateDeviceCecVersion()
639 deviceInfo.getPhysicalAddress(), deviceInfo.getPortId(), in handleSetOsdName()
655 deviceInfo.getPhysicalAddress(), in handleDeviceVendorId()
683 int physicalAddress = mDeviceInfos.get(key).getPhysicalAddress(); in removeDevicesConnectedToPort()
751 if (info.getPhysicalAddress() == path) { in getDeviceInfoByPath()
768 if (info.getPhysicalAddress() == path) { in getSafeDeviceInfoByPath()
775 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiCecNetwork
[all …]
DHdmiCecLocalDeviceSource.java239 if (physicalAddress == mService.getPhysicalAddress() && mService.isPlaybackDevice()) { in handleSetStreamPath()
242 } else if (physicalAddress != mService.getPhysicalAddress() || !isActiveSource()) { in handleSetStreamPath()
257 if (physicalAddress != mService.getPhysicalAddress() || !isActiveSource()) { in handleRoutingChange()
275 if (physicalAddress != mService.getPhysicalAddress() || !isActiveSource()) { in handleRoutingInformation()
376 getDeviceInfo().getPhysicalAddress()); in isActiveSource()
DHdmiCecLocalDevicePlayback.java74 mService.setAndBroadcastActiveSource(mService.getPhysicalAddress(), in onAddressAllocated()
79 mAddress, mService.getPhysicalAddress(), mDeviceType)); in onAddressAllocated()
151 mService.getPhysicalAddress())); in onStandby()
173 mService.getPhysicalAddress())); in onStandby()
363 if (physicalAddress != mService.getPhysicalAddress()) { in handleRoutingChangeAndInformation()
DHdmiCecLocalDeviceTv.java173 mAddress, mService.getPhysicalAddress(), mDeviceType)); in onAddressAllocated()
177 mService.getHdmiCecNetwork().getPhysicalAddress()); // TV is a CEC switch too. in onAddressAllocated()
250 setActiveSource(targetAddress, mService.getPhysicalAddress(), in deviceSelect()
252 setActivePath(mService.getPhysicalAddress()); in deviceSelect()
270 updateActiveSource(mAddress, mService.getPhysicalAddress(), in handleSelectInternalSource()
277 mAddress, mService.getPhysicalAddress()); in handleSelectInternalSource()
370 ? mService.portIdToPath(getActivePortId()) : getDeviceInfo().getPhysicalAddress(); in doManualPortSwitching()
462 if (mService.pathToPortId(inactiveSource.getPhysicalAddress()) == portId) { in handleInactiveSource()
716 if (!isDirectConnectAddress(avr.getPhysicalAddress())) { in onNewAvrAdded()
897 if (enabled && !isConnectedToArcPort(info.getPhysicalAddress())) { in startArcAction()
[all …]
DDeviceSelectAction.java236 tv().setActivePath(mTarget.getPhysicalAddress()); in sendSetStreamPath()
238 getSourceAddress(), mTarget.getPhysicalAddress())); in sendSetStreamPath()
DHdmiCecLocalDeviceAudioSystem.java250 mService.setAndBroadcastActiveSource(mService.getPhysicalAddress(), in onAddressAllocated()
256 mAddress, mService.getPhysicalAddress(), mDeviceType)); in onAddressAllocated()
324 physicalAddress, mService.getPhysicalAddress()) in handleActiveSource()
666 sourcePhysicalAddress, getDeviceInfo().getPhysicalAddress()) in handleSystemAudioModeRequest()
851 int myPhysicalAddress = mService.getPhysicalAddress(); in isDirectConnectToTv()
902 : getDeviceInfo().getPhysicalAddress(); in doManualPortSwitching()
1137 message.getSource(), mService.getPhysicalAddress(), in handleRoutingChangeAndInformationForSwitch()
1144 if (routingInformationPath == mService.getPhysicalAddress()) { in handleRoutingChangeAndInformationForSwitch()
DHdmiControlService.java1060 int getPhysicalAddress() { in getPhysicalAddress() method in HdmiControlService
1061 return mCecController.getPhysicalAddress(); in getPhysicalAddress()
1305 if (physicalAddress == getPhysicalAddress()) { in checkLogicalAddressConflictAndReallocate()
1365 getPhysicalAddress(), pathToPortId(getPhysicalAddress()), deviceType, in createDeviceInfo()
1378 deviceInfo.getLogicalAddress(), deviceInfo.getPhysicalAddress(), in setDisplayName()
1900 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiControlService.BinderService
1903 return mHdmiCecNetwork.getPhysicalAddress(); in getPhysicalAddress()
3439 HdmiUtils.pathRelationship(getPhysicalAddress(), physicalAddress)); in setActiveSource()
3446 && physicalAddress == getPhysicalAddress(); in setActiveSource()
DHotplugDetectionAction.java235 tv().handleRemoveActiveRoutingPath(info.getPhysicalAddress()); in mayChangeRoutingPath()
DHdmiCecFeatureAction.java288 return mSource.getDeviceInfo().getPhysicalAddress(); in getSourcePath()
DHdmiCecController.java316 int getPhysicalAddress() { in getPhysicalAddress() method in HdmiCecController
859 mHdmiCec.getPhysicalAddress(this); in nativeGetPhysicalAddress()
1025 mHdmiCec.getPhysicalAddress(this); in nativeGetPhysicalAddress()
DHdmiCecLocalDevice.java386 int physicalAddress = mService.getPhysicalAddress(); in handleGivePhysicalAddress()
1049 setActiveSource(info.getLogicalAddress(), info.getPhysicalAddress(), caller); in setActiveSource()
1311 int myPhysicalAddress = mService.getPhysicalAddress(); in getActivePathOnSwitchFromActivePortId()
DHdmiUtils.java398 info.getPhysicalAddress(), info.getPortId(), info.getDeviceType(), in cloneHdmiDeviceInfo()
DHdmiCecMessageValidator.java338 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == mService.getPhysicalAddress()) { in isValidPhysicalAddress()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecNetworkTest.java176 assertThat(cecDeviceInfo.getPhysicalAddress()).isEqualTo( in cecDevices_tracking_logicalAddressOnly()
214 assertThat(cecDeviceInfo.getPhysicalAddress()).isEqualTo( in cecDevices_tracking_reportPhysicalAddress()
258 assertThat(cecDeviceInfo.getPhysicalAddress()).isEqualTo( in cecDevices_tracking_reportPowerStatus()
279 assertThat(cecDeviceInfo.getPhysicalAddress()).isEqualTo( in cecDevices_tracking_reportOsdName()
299 assertThat(cecDeviceInfo.getPhysicalAddress()).isEqualTo( in cecDevices_tracking_reportVendorId()
337 assertThat(cecDeviceInfo.getPhysicalAddress()).isEqualTo(physicalAddress); in cecDevices_tracking_updatesDeviceInfo()
362 assertThat(cecDeviceInfo.getPhysicalAddress()).isEqualTo(updatedPhysicalAddress); in cecDevices_tracking_updatesPhysicalAddress()
430 assertThat(cecDeviceInfo.getPhysicalAddress()).isEqualTo( in cecDevices_tracking_updatesVendorId()
471 assertThat(cecDeviceInfo.getPhysicalAddress()).isEqualTo( in cecDevices_tracking_reportPowerStatus_broadcast_infersCec2()
DHdmiCecLocalDeviceTvTest.java193 externalDevice.getPhysicalAddress(), "HdmiControlServiceTest"); in getActiveSource_deviceInNetworkIsActiveSource()
203 externalDevice.getPhysicalAddress(), "HdmiControlServiceTest"); in getActiveSource_unknownLogicalAddressInNetworkIsActiveSource()
216 externalDevice.getPhysicalAddress(), "HdmiControlServiceTest"); in getActiveSource_unknownDeviceIsActiveSource()
219 assertThat(mHdmiControlService.getActiveSource().getPhysicalAddress()).isEqualTo( in getActiveSource_unknownDeviceIsActiveSource()
220 externalDevice.getPhysicalAddress()); in getActiveSource_unknownDeviceIsActiveSource()
DSystemAudioInitiationActionFromAvrTest.java146 int getPhysicalAddress() { in SetUp()
DHdmiCecLocalDevicePlaybackTest.java1538 mHdmiControlService.getPhysicalAddress(), "HdmiControlServiceTest"); in getActiveSource_localPlaybackIsActiveSource()
1552 externalDevice.getPhysicalAddress(), "HdmiControlServiceTest"); in getActiveSource_deviceInNetworkIsActiveSource()
1563 externalDevice.getPhysicalAddress(), "HdmiControlServiceTest"); in getActiveSource_unknownDeviceIsActiveSource()
1565 assertThat(mHdmiControlService.getActiveSource().getPhysicalAddress()).isEqualTo( in getActiveSource_unknownDeviceIsActiveSource()
1566 externalDevice.getPhysicalAddress()); in getActiveSource_unknownDeviceIsActiveSource()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlServiceWrapper.java146 public int getPhysicalAddress() {
147 return HdmiControlServiceWrapper.this.getPhysicalAddress();
422 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiControlServiceWrapper
DHdmiControlManager.java1163 mService.askRemoteDeviceToBecomeActiveSource(deviceInfo.getPhysicalAddress()); in setActiveSource()
1179 mService.askRemoteDeviceToBecomeActiveSource(deviceInfo.getPhysicalAddress()); in requestRemoteDeviceToBecomeActiveSource()
1320 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiControlManager
1342 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isDeviceConnected()
1363 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isRemoteDeviceConnected()
DIHdmiControlService.aidl63 int getPhysicalAddress(); in getPhysicalAddress() method
DHdmiDeviceInfo.java349 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiDeviceInfo
/frameworks/base/media/java/android/media/tv/
DTvInputInfo.java973 hdmiDeviceInfo.getPhysicalAddress(), hdmiDeviceInfo.getId()); in generateInputId()
989 info.getPhysicalAddress(), hcm.getPhysicalAddress()); in getRelativePosition()
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java352 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiAudioSystemClientTest.TestHdmiControlService
/frameworks/base/core/api/
Dsystem-current.txt3296 method public int getPhysicalAddress();
3459 method public int getPhysicalAddress();