Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayAddress.java80 private final long mPhysicalDisplayId; field in DisplayAddress.Physical
89 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()
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_displayhardware_fuzzer.cpp119 mPhysicalDisplayId = SurfaceComposerClient::getInternalDisplayId().value(); in DisplayHardwareFuzzer()
159 PhysicalDisplayId mPhysicalDisplayId; member in android::fuzz::DisplayHardwareFuzzer
200 mHwc.getDisplayVsyncPeriod(mPhysicalDisplayId, &outVsyncPeriod); in getDisplayVsyncPeriod()
205 mHwc.setActiveModeWithConstraints(mPhysicalDisplayId, kActiveConfig, {} /*constraints*/, in setActiveModeWithConstraints()
249 mHwc.getSupportedContentTypes(mPhysicalDisplayId, &contentType); in getSupportedContentTypes()
483 new FramebufferSurface(mHwc, mPhysicalDisplayId, bqConsumer, getFuzzedSize() /*size*/, in invokeFrameBufferSurface()
546 mHwc.allocatePhysicalDisplay(kHwDisplayId, mPhysicalDisplayId); in invokeComposer()
560 mHwc.setPowerMode(mPhysicalDisplayId, mFdp.PickValueInArray(kPowerModes)); in invokeComposer()
588 mHwc.setDisplayBrightness(mPhysicalDisplayId, mFdp.ConsumeFloatingPoint<float>(), in invokeComposer()
597 mHwc.setVsyncEnabled(mPhysicalDisplayId, in invokeComposer()
[all …]
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h69 mDisplayMode->mPhysicalDisplayId = id; in setPhysicalDisplayId()
127 PhysicalDisplayId getPhysicalDisplayId() const { return mPhysicalDisplayId; } in getPhysicalDisplayId()
155 PhysicalDisplayId mPhysicalDisplayId; variable
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java189 private final long mPhysicalDisplayId; field in LocalDisplayAdapter.LocalDisplayDevice
238 mPhysicalDisplayId = physicalDisplayId; in LocalDisplayDevice()
485 mDisplayDeviceConfig = DisplayDeviceConfig.create(context, mPhysicalDisplayId, in loadDisplayDeviceConfig()
643 DisplayAddress.fromPhysicalDisplayId(mPhysicalDisplayId); in getDisplayDeviceInfoLocked()
729 final long physicalDisplayId = mPhysicalDisplayId; in requestDisplayStateLocked()
1117 pw.println("mPhysicalDisplayId=" + mPhysicalDisplayId); in dumpLocked()