Home
last modified time | relevance | path

Searched defs:builtInDisplayId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java110 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { in onVsync()
122 public void onHotplug(long timestampNanos, int builtInDisplayId, boolean connected) { in onHotplug()
140 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) { in dispatchVsync()
146 private void dispatchHotplug(long timestampNanos, int builtInDisplayId, boolean connected) { in dispatchHotplug()
DChoreographer.java796 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { in onVsync()
DSurfaceControl.java630 public static IBinder getBuiltInDisplay(int builtInDisplayId) { in getBuiltInDisplay()
/frameworks/base/services/core/java/com/android/server/display/
DLocalDisplayAdapter.java83 private void tryConnectDisplayLocked(int builtInDisplayId) { in tryConnectDisplayLocked()
120 private void tryDisconnectDisplayLocked(int builtInDisplayId) { in tryDisconnectDisplayLocked()
155 public LocalDisplayDevice(IBinder displayToken, int builtInDisplayId, in LocalDisplayDevice()