Searched defs:physicalDisplayId (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | DisplayEventReceiver.java | 180 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 D | DisplayAddress.java | 39 public static Physical fromPhysicalDisplayId(long physicalDisplayId) { in fromPhysicalDisplayId() 141 private Physical(long physicalDisplayId) { in Physical()
|
H A D | Choreographer.java | 981 public void onVsync(long timestampNanos, long physicalDisplayId, int frame, in onVsync()
|
H A D | SurfaceControl.java | 164 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 D | ICarUxRestrictionsManager.aidl | 40 …splayToPhysicalDisplay(in IRemoteCallback binder, int virtualDisplayId, int physicalDisplayId) = 8; in reportVirtualDisplayToPhysicalDisplay()
|
H A D | CarUxRestrictionsManager.java | 403 public void reportVirtualDisplayToPhysicalDisplay(int virtualDisplayId, int physicalDisplayId) { in reportVirtualDisplayToPhysicalDisplay()
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | LocalDisplayAdapter.java | 102 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 D | DisplayDeviceConfig.java | 148 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 D | FakeCarUxRestrictionsService.java | 115 int physicalDisplayId) throws RemoteException { in reportVirtualDisplayToPhysicalDisplay()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarUxRestrictionsManagerService.java | 1109 DisplayInfo(IRemoteCallback owner, int physicalDisplayId) { in DisplayInfo() 1139 int virtualDisplayId, int physicalDisplayId) { in reportVirtualDisplayToPhysicalDisplay()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | SurfaceFlinger_HandleTransactionLockedTest.cpp | 72 const auto convert = [](auto physicalDisplayId) { in expectHotplugReceived()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 907 static jobject nativeGetPhysicalDisplayToken(JNIEnv* env, jclass clazz, jlong physicalDisplayId) { in nativeGetPhysicalDisplayToken()
|