Searched refs:builtInDisplayId (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java104 * @param builtInDisplayId The surface flinger built-in display id such as
108 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { argument
116 * @param builtInDisplayId The surface flinger built-in display id such as
120 public void onHotplug(long timestampNanos, int builtInDisplayId, boolean connected) { argument
138 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) { argument
139 onVsync(timestampNanos, builtInDisplayId, frame);
144 private void dispatchHotplug(long timestampNanos, int builtInDisplayId, boolean connected) { argument
145 onHotplug(timestampNanos, builtInDisplayId, connected);
H A DChoreographer.java687 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { argument
696 if (builtInDisplayId != Surface.BUILT_IN_DISPLAY_ID_MAIN) {
H A DSurface.java595 public static IBinder getBuiltInDisplay(int builtInDisplayId) { argument
596 return nativeGetBuiltInDisplay(builtInDisplayId);
/frameworks/base/services/java/com/android/server/display/
H A DLocalDisplayAdapter.java67 for (int builtInDisplayId : BUILT_IN_DISPLAY_IDS_TO_SCAN) {
68 IBinder displayToken = Surface.getBuiltInDisplay(builtInDisplayId);
70 LocalDisplayDevice device = mDevices.get(builtInDisplayId);
73 device = new LocalDisplayDevice(displayToken, builtInDisplayId, mTempPhys);
74 mDevices.put(builtInDisplayId, device);
81 LocalDisplayDevice device = mDevices.get(builtInDisplayId);
84 mDevices.remove(builtInDisplayId);
99 public LocalDisplayDevice(IBinder displayToken, int builtInDisplayId, argument
102 mBuiltInDisplayId = builtInDisplayId;
192 public void onHotplug(long timestampNanos, int builtInDisplayId, boolea argument
[all...]

Completed in 63 milliseconds