Searched refs:mPhysicalDisplayId (Results 1 – 3 of 3) sorted by relevance
80 private final long mPhysicalDisplayId; field in DisplayAddress.Physical89 return mPhysicalDisplayId; in getPhysicalDisplayId()98 return (int) (mPhysicalDisplayId & 0xFF); in getPort()108 final long model = mPhysicalDisplayId >>> MODEL_SHIFT; in getModel()115 && mPhysicalDisplayId == ((Physical) other).mPhysicalDisplayId; in equals()133 return Long.hashCode(mPhysicalDisplayId); in hashCode()138 out.writeLong(mPhysicalDisplayId); in writeToParcel()142 mPhysicalDisplayId = physicalDisplayId; in Physical()149 mPhysicalDisplayId = Integer.toUnsignedLong(port) in Physical()
39 private String mPhysicalDisplayId; field in BrightnessEvent75 mPhysicalDisplayId = that.getPhysicalDisplayId(); in copyFrom()105 mPhysicalDisplayId = ""; in reset()141 && mPhysicalDisplayId.equals(that.mPhysicalDisplayId) in equalsMainData()175 + ", physDisp=" + mPhysicalDisplayId in toString()224 return mPhysicalDisplayId; in getPhysicalDisplayId()227 public void setPhysicalDisplayId(String mPhysicalDisplayId) { in setPhysicalDisplayId() argument228 this.mPhysicalDisplayId = mPhysicalDisplayId; in setPhysicalDisplayId()
192 private final long mPhysicalDisplayId; field in LocalDisplayAdapter.LocalDisplayDevice244 mPhysicalDisplayId = physicalDisplayId; in LocalDisplayDevice()499 mDisplayDeviceConfig = mInjector.createDisplayDeviceConfig(context, mPhysicalDisplayId, in loadDisplayDeviceConfig()660 DisplayAddress.fromPhysicalDisplayId(mPhysicalDisplayId); in getDisplayDeviceInfoLocked()758 final long physicalDisplayId = mPhysicalDisplayId; in requestDisplayStateLocked()1148 pw.println("mPhysicalDisplayId=" + mPhysicalDisplayId); in dumpLocked()