/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDeviceSource.java | 125 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()
|
D | HdmiCecLocalDeviceTv.java | 205 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 …]
|
D | HdmiCecLocalDeviceAudioSystem.java | 180 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()
|
D | HdmiCecLocalDevicePlayback.java | 83 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()
|
D | DeviceSelectAction.java | 174 tv().setActivePath(mTarget.getPhysicalAddress()); in sendSetStreamPath() 176 getSourceAddress(), mTarget.getPhysicalAddress())); in sendSetStreamPath()
|
D | HdmiCecFeatureAction.java | 272 return mSource.getDeviceInfo().getPhysicalAddress(); in getSourcePath()
|
D | HotplugDetectionAction.java | 234 tv().handleRemoveActiveRoutingPath(info.getPhysicalAddress()); in mayChangeRoutingPath()
|
D | HdmiCecLocalDevice.java | 364 int physicalAddress = mService.getPhysicalAddress(); in handleGivePhysicalAddress() 875 setActiveSource(info.getLogicalAddress(), info.getPhysicalAddress()); in setActiveSource() 1114 int myPhysicalAddress = mService.getPhysicalAddress(); in getActivePathOnSwitchFromActivePortId()
|
D | HdmiControlService.java | 800 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
|
D | HdmiCecController.java | 322 int getPhysicalAddress() { in getPhysicalAddress() method in HdmiCecController 784 mHdmiCec.getPhysicalAddress(this); in nativeGetPhysicalAddress()
|
D | HdmiCecMessageValidator.java | 267 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == mService.getPhysicalAddress()) { in isValidPhysicalAddress()
|
D | HdmiUtils.java | 339 info.getPhysicalAddress(), info.getPortId(), info.getDeviceType(), in cloneHdmiDeviceInfo()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiControlManager.java | 555 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()
|
D | IHdmiControlService.aidl | 57 int getPhysicalAddress(); in getPhysicalAddress() method
|
D | HdmiDeviceInfo.java | 322 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiDeviceInfo
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | SystemAudioInitiationActionFromAvrTest.java | 140 int getPhysicalAddress() { in SetUp()
|
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
D | HdmiAudioSystemClientTest.java | 342 public int getPhysicalAddress() { in getPhysicalAddress() method in HdmiAudioSystemClientTest.TestHdmiControlService
|
/frameworks/base/media/java/android/media/tv/ |
D | TvInputInfo.java | 944 hdmiDeviceInfo.getPhysicalAddress(), hdmiDeviceInfo.getId()); in generateInputId() 960 info.getPhysicalAddress(), hcm.getPhysicalAddress()); in getRelativePosition()
|
/frameworks/base/api/ |
D | system-current.txt | 2195 method public int getPhysicalAddress(); 2314 method public int getPhysicalAddress();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 2195 method public int getPhysicalAddress(); 2314 method public int getPhysicalAddress();
|