Searched refs:getPhysicalAddress (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceSelectAction.java174 tv().setActivePath(mTarget.getPhysicalAddress());
176 getSourceAddress(), mTarget.getPhysicalAddress()));
H A DHdmiCecLocalDevicePlayback.java75 mAddress, mService.getPhysicalAddress(), mDeviceType));
238 if (physicalAddress != mService.getPhysicalAddress()) {
283 setActiveSource(physicalAddress == mService.getPhysicalAddress());
300 mAddress, mService.getPhysicalAddress()));
369 mAddress, mService.getPhysicalAddress()));
H A DHdmiCecLocalDeviceTv.java199 mAddress, mService.getPhysicalAddress(), mDeviceType));
202 mCecSwitches.add(mService.getPhysicalAddress()); // TV is a CEC switch too.
267 setActiveSource(targetAddress, mService.getPhysicalAddress());
268 setActivePath(mService.getPhysicalAddress());
286 updateActiveSource(mAddress, mService.getPhysicalAddress());
292 mAddress, mService.getPhysicalAddress());
387 ? mService.portIdToPath(getActivePortId()) : getDeviceInfo().getPhysicalAddress();
517 if (mService.pathToPortId(inactiveSource.getPhysicalAddress()) == portId) {
756 deviceInfo.getPhysicalAddress(), deviceInfo.getPortId(),
990 if (enabled && !isConnectedToArcPort(info.getPhysicalAddress())) {
[all...]
H A DHdmiCecFeatureAction.java264 return mSource.getDeviceInfo().getPhysicalAddress();
H A DHdmiUtils.java291 info.getPhysicalAddress(), info.getPortId(), info.getDeviceType(),
H A DHotplugDetectionAction.java234 tv().handleRemoveActiveRoutingPath(info.getPhysicalAddress());
H A DHdmiCecLocalDevice.java331 int physicalAddress = mService.getPhysicalAddress();
783 setActiveSource(info.getLogicalAddress(), info.getPhysicalAddress());
H A DHdmiCecMessageValidator.java267 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == mService.getPhysicalAddress()) {
H A DHdmiCecController.java291 int getPhysicalAddress() { method in class:HdmiCecController
H A DHdmiControlService.java746 int getPhysicalAddress() { method in class:HdmiControlService
747 return mCecController.getPhysicalAddress();
986 getPhysicalAddress(), pathToPortId(getPhysicalAddress()), deviceType,
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp55 int getPhysicalAddress();
210 int HdmiCecController::getPhysicalAddress() { function in class:android::HdmiCecController
353 return controller->getPhysicalAddress();
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java183 boolean isConnectedToHdmiSwitch = (hdmiDeviceInfo.getPhysicalAddress() & 0x0FFF) != 0;
209 boolean isConnectedToHdmiSwitch = (hdmiDeviceInfo.getPhysicalAddress() & 0x0FFF) != 0;
616 deviceInfo.getPhysicalAddress(), deviceInfo.getId());
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java320 public int getPhysicalAddress() { method in class:HdmiDeviceInfo

Completed in 140 milliseconds