Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DNewDeviceAction.java48 private final int mDeviceLogicalAddress; field in NewDeviceAction
67 mDeviceLogicalAddress = deviceLogicalAddress; in NewDeviceAction()
84 if (mayProcessCommandIfCached(mDeviceLogicalAddress, Constants.MESSAGE_SET_OSD_NAME)) { in requestOsdName()
89 mDeviceLogicalAddress)); in requestOsdName() local
103 if (mDeviceLogicalAddress != src) { in processCommand()
156 if (mayProcessCommandIfCached(mDeviceLogicalAddress, in requestVendorId()
161 mDeviceLogicalAddress)); in requestVendorId() local
167 if (!tv().isInDeviceList(mDeviceLogicalAddress, mDevicePhysicalAddress)) { in addDeviceInfo()
169 mDeviceLogicalAddress, mDevicePhysicalAddress)); in addDeviceInfo()
173 mDisplayName = HdmiUtils.getDefaultDeviceName(mDeviceLogicalAddress); in addDeviceInfo()
[all …]