Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceSource.java125 setIsActiveSource(physicalAddress == mService.getPhysicalAddress()); in handleActiveSource()
148 if (physicalAddress == mService.getPhysicalAddress() && mService.isPlaybackDevice()) { in handleSetStreamPath()
166 && newPath == mService.getPhysicalAddress() in handleRoutingChange()
185 && physicalAddress == mService.getPhysicalAddress() in handleRoutingInformation()
239 mAddress, mService.getPhysicalAddress())); in maySendActiveSource()
DHdmiCecLocalDeviceTv.java205 mAddress, mService.getPhysicalAddress(), mDeviceType)); in onAddressAllocated()
208 mCecSwitches.add(mService.getPhysicalAddress()); // TV is a CEC switch too. in onAddressAllocated()
290 setActiveSource(targetAddress, mService.getPhysicalAddress()); in deviceSelect()
291 setActivePath(mService.getPhysicalAddress()); in deviceSelect()
309 updateActiveSource(mAddress, mService.getPhysicalAddress()); in handleSelectInternalSource()
315 mAddress, mService.getPhysicalAddress()); in handleSelectInternalSource()
406 ? mService.portIdToPath(getActivePortId()) : getDeviceInfo().getPhysicalAddress(); in doManualPortSwitching()
494 if (mService.pathToPortId(inactiveSource.getPhysicalAddress()) == portId) { in handleInactiveSource()
740 deviceInfo.getPhysicalAddress(), deviceInfo.getPortId(), in handleSetOsdName()
967 if (enabled && !isConnectedToArcPort(info.getPhysicalAddress())) { in startArcAction()
[all …]
DHdmiCecLocalDeviceAudioSystem.java180 if (info.getPhysicalAddress() == mService.getPhysicalAddress()) { in addCecDevice()
347 mService.setAndBroadcastActiveSource(mService.getPhysicalAddress(), in onAddressAllocated()
352 mAddress, mService.getPhysicalAddress(), mDeviceType)); in onAddressAllocated()
420 if (oldDevice == null || oldDevice.getPhysicalAddress() != path) { in handleReportPhysicalAddress()
469 deviceInfo.getPhysicalAddress(), deviceInfo.getPortId(), in handleSetOsdName()
935 int myPhysicalAddress = mService.getPhysicalAddress(); in isDirectConnectToTv()
986 : getDeviceInfo().getPhysicalAddress(); in doManualPortSwitching()
1208 message.getSource(), mService.getPhysicalAddress()); in handleRoutingChangeAndInformationForSwitch()
1214 if (routingInformationPath == mService.getPhysicalAddress()) { in handleRoutingChangeAndInformationForSwitch()
1269 if (info.getPhysicalAddress() == mService.getPhysicalAddress()) { in clearDeviceInfoList()
DHdmiCecLocalDevicePlayback.java83 mService.setAndBroadcastActiveSource(mService.getPhysicalAddress(), in onAddressAllocated()
87 mAddress, mService.getPhysicalAddress(), mDeviceType)); in onAddressAllocated()
248 mAddress, mService.getPhysicalAddress())); in maySendActiveSource()
347 mAddress, mService.getPhysicalAddress())); in disableDevice()
DDeviceSelectAction.java174 tv().setActivePath(mTarget.getPhysicalAddress()); in sendSetStreamPath()
176 getSourceAddress(), mTarget.getPhysicalAddress())); in sendSetStreamPath()
DHdmiCecFeatureAction.java272 return mSource.getDeviceInfo().getPhysicalAddress(); in getSourcePath()
DHotplugDetectionAction.java234 tv().handleRemoveActiveRoutingPath(info.getPhysicalAddress()); in mayChangeRoutingPath()
DHdmiCecLocalDevice.java364 int physicalAddress = mService.getPhysicalAddress(); in handleGivePhysicalAddress()
875 setActiveSource(info.getLogicalAddress(), info.getPhysicalAddress()); in setActiveSource()
1114 int myPhysicalAddress = mService.getPhysicalAddress(); in getActivePathOnSwitchFromActivePortId()
DHdmiControlService.java800 mPhysicalAddress = getPhysicalAddress(); in initPortInfo()
949 int getPhysicalAddress() { in getPhysicalAddress() method in HdmiControlService
950 return mCecController.getPhysicalAddress(); in getPhysicalAddress()
1201 getPhysicalAddress(), pathToPortId(getPhysicalAddress()), deviceType, in createDeviceInfo()
1214 deviceInfo.getLogicalAddress(), deviceInfo.getPhysicalAddress(), in setDisplayName()
1717 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiControlService.BinderService
DHdmiCecController.java322 int getPhysicalAddress() { in getPhysicalAddress() method in HdmiCecController
784 mHdmiCec.getPhysicalAddress(this); in nativeGetPhysicalAddress()
DHdmiCecMessageValidator.java267 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == mService.getPhysicalAddress()) { in isValidPhysicalAddress()
DHdmiUtils.java339 info.getPhysicalAddress(), info.getPortId(), info.getDeviceType(), in cloneHdmiDeviceInfo()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java555 mService.askRemoteDeviceToBecomeActiveSource(deviceInfo.getPhysicalAddress()); in setActiveSource()
571 mService.askRemoteDeviceToBecomeActiveSource(deviceInfo.getPhysicalAddress()); in requestRemoteDeviceToBecomeActiveSource()
615 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiControlManager
620 mPhysicalAddress = mService.getPhysicalAddress(); in getPhysicalAddress()
641 mPhysicalAddress = getPhysicalAddress(); in isDeviceConnected()
645 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isDeviceConnected()
662 mPhysicalAddress = getPhysicalAddress(); in isRemoteDeviceConnected()
666 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isRemoteDeviceConnected()
DIHdmiControlService.aidl57 int getPhysicalAddress(); in getPhysicalAddress() method
DHdmiDeviceInfo.java322 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiDeviceInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DSystemAudioInitiationActionFromAvrTest.java140 int getPhysicalAddress() { in SetUp()
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java342 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiAudioSystemClientTest.TestHdmiControlService
/frameworks/base/media/java/android/media/tv/
DTvInputInfo.java944 hdmiDeviceInfo.getPhysicalAddress(), hdmiDeviceInfo.getId()); in generateInputId()
960 info.getPhysicalAddress(), hcm.getPhysicalAddress()); in getRelativePosition()
/frameworks/base/api/
Dsystem-current.txt2195 method public int getPhysicalAddress();
2314 method public int getPhysicalAddress();
/frameworks/base/non-updatable-api/
Dsystem-current.txt2195 method public int getPhysicalAddress();
2314 method public int getPhysicalAddress();