Home
last modified time | relevance | path

Searched defs:physicalDisplayId (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java180 public void onVsync(long timestampNanos, long physicalDisplayId, int frame, in onVsync()
193 public void onHotplug(long timestampNanos, long physicalDisplayId, boolean connected) { in onHotplug()
204 public void onModeChanged(long timestampNanos, long physicalDisplayId, int modeId) { in onModeChanged()
238 public void onFrameRateOverridesChanged(long timestampNanos, long physicalDisplayId, in onFrameRateOverridesChanged()
258 private void dispatchVsync(long timestampNanos, long physicalDisplayId, int frame, in dispatchVsync()
267 private void dispatchHotplug(long timestampNanos, long physicalDisplayId, boolean connected) { in dispatchHotplug()
273 private void dispatchModeChanged(long timestampNanos, long physicalDisplayId, int modeId) { in dispatchModeChanged()
279 private void dispatchFrameRateOverrides(long timestampNanos, long physicalDisplayId, in dispatchFrameRateOverrides()
H A DDisplayAddress.java39 public static Physical fromPhysicalDisplayId(long physicalDisplayId) { in fromPhysicalDisplayId()
141 private Physical(long physicalDisplayId) { in Physical()
H A DChoreographer.java981 public void onVsync(long timestampNanos, long physicalDisplayId, int frame, in onVsync()
H A DSurfaceControl.java164 private static native IBinder nativeGetPhysicalDisplayToken(long physicalDisplayId); in nativeGetPhysicalDisplayToken()
2366 public static IBinder getPhysicalDisplayToken(long physicalDisplayId) { in getPhysicalDisplayToken()
/aosp12/packages/services/Car/car-lib/src/android/car/drivingstate/
H A DICarUxRestrictionsManager.aidl40 …splayToPhysicalDisplay(in IRemoteCallback binder, int virtualDisplayId, int physicalDisplayId) = 8; in reportVirtualDisplayToPhysicalDisplay()
H A DCarUxRestrictionsManager.java403 public void reportVirtualDisplayToPhysicalDisplay(int virtualDisplayId, int physicalDisplayId) { in reportVirtualDisplayToPhysicalDisplay()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java102 private void tryConnectDisplayLocked(long physicalDisplayId) { in tryConnectDisplayLocked()
157 private void tryDisconnectDisplayLocked(long physicalDisplayId) { in tryDisconnectDisplayLocked()
218 LocalDisplayDevice(IBinder displayToken, long physicalDisplayId, in LocalDisplayDevice()
658 final long physicalDisplayId = mPhysicalDisplayId; in requestDisplayStateLocked() local
H A DDisplayDeviceConfig.java148 public static DisplayDeviceConfig create(Context context, long physicalDisplayId, in create()
189 File baseDirectory, long physicalDisplayId) { in loadConfigFromDirectory()
/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/
H A DFakeCarUxRestrictionsService.java115 int physicalDisplayId) throws RemoteException { in reportVirtualDisplayToPhysicalDisplay()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarUxRestrictionsManagerService.java1109 DisplayInfo(IRemoteCallback owner, int physicalDisplayId) { in DisplayInfo()
1139 int virtualDisplayId, int physicalDisplayId) { in reportVirtualDisplayToPhysicalDisplay()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_HandleTransactionLockedTest.cpp72 const auto convert = [](auto physicalDisplayId) { in expectHotplugReceived()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp907 static jobject nativeGetPhysicalDisplayToken(JNIEnv* env, jclass clazz, jlong physicalDisplayId) { in nativeGetPhysicalDisplayToken()