Searched defs:presentationDeadlineNanos (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java218 public long presentationDeadlineNanos; field in class:DisplayDeviceInfo
316 || presentationDeadlineNanos != other.presentationDeadlineNanos
349 presentationDeadlineNanos = other.presentationDeadlineNanos;
376 sb.append(", presDeadline ").append(presentationDeadlineNanos);
H A DOverlayDisplayWindow.java322 mDefaultDisplayInfo.presentationDeadlineNanos, mDefaultDisplayInfo.state);
392 float refreshRate, long presentationDeadlineNanos, int state);
391 onWindowCreated(SurfaceTexture surfaceTexture, float refreshRate, long presentationDeadlineNanos, int state) argument
H A DOverlayDisplayAdapter.java239 float refreshRate, long presentationDeadlineNanos,
245 mDisplayPresentationDeadlineNanos = presentationDeadlineNanos;
304 mInfo.presentationDeadlineNanos = mDisplayPresentationDeadlineNanos +
404 long presentationDeadlineNanos, int state) {
408 DEFAULT_MODE_INDEX, refreshRate, presentationDeadlineNanos,
237 OverlayDisplayDevice(IBinder displayToken, String name, List<OverlayMode> modes, int activeMode, int defaultMode, float refreshRate, long presentationDeadlineNanos, boolean secure, int state, SurfaceTexture surfaceTexture, int number) argument
403 onWindowCreated(SurfaceTexture surfaceTexture, float refreshRate, long presentationDeadlineNanos, int state) argument
/frameworks/base/core/java/android/view/
H A DDisplayInfo.java217 public long presentationDeadlineNanos; field in class:DisplayInfo
307 && presentationDeadlineNanos == other.presentationDeadlineNanos
350 presentationDeadlineNanos = other.presentationDeadlineNanos;
394 presentationDeadlineNanos = source.readLong();
438 dest.writeLong(presentationDeadlineNanos);
638 sb.append(presentationDeadlineNanos);
H A DSurfaceControl.java611 public long presentationDeadlineNanos; field in class:SurfaceControl.PhysicalDisplayInfo
635 && presentationDeadlineNanos == other.presentationDeadlineNanos;
652 presentationDeadlineNanos = other.presentationDeadlineNanos;
661 + ", bufferDeadline " + presentationDeadlineNanos + "}";
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp62 jfieldID presentationDeadlineNanos; member in struct:android::__anon1139
492 env->SetLongField(infoObj, gPhysicalDisplayInfoClassInfo.presentationDeadlineNanos,
880 gPhysicalDisplayInfoClassInfo.presentationDeadlineNanos = GetFieldIDOrDie(env,
881 clazz, "presentationDeadlineNanos", "J");

Completed in 804 milliseconds