Searched defs:builtInDisplayId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 108 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { in onVsync() 120 public void onHotplug(long timestampNanos, int builtInDisplayId, boolean connected) { in onHotplug() 138 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) { in dispatchVsync() 144 private void dispatchHotplug(long timestampNanos, int builtInDisplayId, boolean connected) { in dispatchHotplug()
|
D | Choreographer.java | 699 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { in onVsync()
|
D | SurfaceControl.java | 516 public static IBinder getBuiltInDisplay(int builtInDisplayId) { in getBuiltInDisplay()
|
/frameworks/base/services/java/com/android/server/display/ |
D | LocalDisplayAdapter.java | 70 private void tryConnectDisplayLocked(int builtInDisplayId) { in tryConnectDisplayLocked() 90 private void tryDisconnectDisplayLocked(int builtInDisplayId) { in tryDisconnectDisplayLocked() 107 public LocalDisplayDevice(IBinder displayToken, int builtInDisplayId, in LocalDisplayDevice() 201 public void onHotplug(long timestampNanos, int builtInDisplayId, boolean connected) { in onHotplug()
|