Searched refs:presentationDeadlineNanos (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java204 public long presentationDeadlineNanos; field in class:DisplayDeviceInfo
301 || presentationDeadlineNanos != other.presentationDeadlineNanos
335 presentationDeadlineNanos = other.presentationDeadlineNanos;
363 sb.append(", presDeadline ").append(presentationDeadlineNanos);
H A DOverlayDisplayAdapter.java239 float refreshRate, long presentationDeadlineNanos,
245 mDisplayPresentationDeadlineNanos = presentationDeadlineNanos;
299 mInfo.presentationDeadlineNanos = mDisplayPresentationDeadlineNanos +
399 long presentationDeadlineNanos, int state) {
403 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
398 onWindowCreated(SurfaceTexture surfaceTexture, float refreshRate, long presentationDeadlineNanos, int state) argument
H A DLogicalDisplay.java249 mBaseDisplayInfo.presentationDeadlineNanos = deviceInfo.presentationDeadlineNanos;
H A DOverlayDisplayWindow.java319 mDefaultDisplayInfo.presentationDeadlineNanos, mDefaultDisplayInfo.state);
389 float refreshRate, long presentationDeadlineNanos, int state);
388 onWindowCreated(SurfaceTexture surfaceTexture, float refreshRate, long presentationDeadlineNanos, int state) argument
H A DLocalDisplayAdapter.java375 mInfo.presentationDeadlineNanos = phys.presentationDeadlineNanos;
H A DVirtualDisplayAdapter.java304 mInfo.presentationDeadlineNanos = 1000000000L / (int) REFRESH_RATE; // 1 frame
H A DWifiDisplayAdapter.java636 mInfo.presentationDeadlineNanos = 1000000000L / (int) mRefreshRate; // 1 frame
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java541 public long presentationDeadlineNanos; field in class:SurfaceControl.PhysicalDisplayInfo
566 && presentationDeadlineNanos == other.presentationDeadlineNanos
584 presentationDeadlineNanos = other.presentationDeadlineNanos;
594 + ", bufferDeadline " + presentationDeadlineNanos
H A DDisplayInfo.java220 public long presentationDeadlineNanos; field in class:DisplayInfo
301 && presentationDeadlineNanos == other.presentationDeadlineNanos
344 presentationDeadlineNanos = other.presentationDeadlineNanos;
388 presentationDeadlineNanos = source.readLong();
432 dest.writeLong(presentationDeadlineNanos);
639 sb.append(presentationDeadlineNanos);
H A DDisplay.java772 return mDisplayInfo.presentationDeadlineNanos;
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp60 jfieldID presentationDeadlineNanos; member in struct:android::__anon948
430 env->SetLongField(infoObj, gPhysicalDisplayInfoClassInfo.presentationDeadlineNanos,
746 gPhysicalDisplayInfoClassInfo.presentationDeadlineNanos = GetFieldIDOrDie(env,
747 clazz, "presentationDeadlineNanos", "J");

Completed in 144 milliseconds