Searched defs:presentationDeadlineNanos (Results 1 - 6 of 6) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java166 public long presentationDeadlineNanos; field in class:DisplayDeviceInfo
246 && presentationDeadlineNanos == other.presentationDeadlineNanos
272 presentationDeadlineNanos = other.presentationDeadlineNanos;
294 sb.append(", presDeadline ").append(presentationDeadlineNanos);
H A DOverlayDisplayAdapter.java204 int width, int height, float refreshRate, long presentationDeadlineNanos,
212 mDisplayPresentationDeadlineNanos = presentationDeadlineNanos;
254 mInfo.presentationDeadlineNanos = mDisplayPresentationDeadlineNanos +
305 long presentationDeadlineNanos, int state) {
309 mWidth, mHeight, refreshRate, presentationDeadlineNanos,
203 OverlayDisplayDevice(IBinder displayToken, String name, int width, int height, float refreshRate, long presentationDeadlineNanos, int densityDpi, boolean secure, int state, SurfaceTexture surfaceTexture) argument
304 onWindowCreated(SurfaceTexture surfaceTexture, float refreshRate, long presentationDeadlineNanos, int state) argument
H A DOverlayDisplayWindow.java306 mDefaultDisplayInfo.presentationDeadlineNanos, mDefaultDisplayInfo.state);
376 float refreshRate, long presentationDeadlineNanos, int state);
375 onWindowCreated(SurfaceTexture surfaceTexture, float refreshRate, long presentationDeadlineNanos, int state) argument
/frameworks/base/core/java/android/view/
H A DDisplayInfo.java202 public long presentationDeadlineNanos; field in class:DisplayInfo
279 && presentationDeadlineNanos == other.presentationDeadlineNanos
316 presentationDeadlineNanos = other.presentationDeadlineNanos;
347 presentationDeadlineNanos = source.readLong();
379 dest.writeLong(presentationDeadlineNanos);
492 sb.append(presentationDeadlineNanos);
H A DSurfaceControl.java473 public long presentationDeadlineNanos; field in class:SurfaceControl.PhysicalDisplayInfo
497 && presentationDeadlineNanos == other.presentationDeadlineNanos;
514 presentationDeadlineNanos = other.presentationDeadlineNanos;
523 + ", bufferDeadline " + presentationDeadlineNanos + "}";
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp65 jfieldID presentationDeadlineNanos; member in struct:android::__anon861
404 env->SetLongField(infoObj, gPhysicalDisplayInfoClassInfo.presentationDeadlineNanos,
666 gPhysicalDisplayInfoClassInfo.presentationDeadlineNanos = env->GetFieldID(clazz,
667 "presentationDeadlineNanos", "J");

Completed in 106 milliseconds