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

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java171 public long presentationDeadlineNanos; field in class:DisplayDeviceInfo
252 && presentationDeadlineNanos == other.presentationDeadlineNanos
279 presentationDeadlineNanos = other.presentationDeadlineNanos;
302 sb.append(", presDeadline ").append(presentationDeadlineNanos);
H A DOverlayDisplayAdapter.java207 int width, int height, float refreshRate, long presentationDeadlineNanos,
215 mDisplayPresentationDeadlineNanos = presentationDeadlineNanos;
259 mInfo.presentationDeadlineNanos = mDisplayPresentationDeadlineNanos +
312 long presentationDeadlineNanos, int state) {
316 mWidth, mHeight, refreshRate, presentationDeadlineNanos,
206 OverlayDisplayDevice(IBinder displayToken, String name, int width, int height, float refreshRate, long presentationDeadlineNanos, int densityDpi, boolean secure, int state, SurfaceTexture surfaceTexture, int number) argument
311 onWindowCreated(SurfaceTexture surfaceTexture, float refreshRate, long presentationDeadlineNanos, int state) argument
H A DLogicalDisplay.java225 mBaseDisplayInfo.presentationDeadlineNanos = deviceInfo.presentationDeadlineNanos;
H A DLocalDisplayAdapter.java182 mInfo.presentationDeadlineNanos = mPhys.presentationDeadlineNanos;
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
H A DVirtualDisplayAdapter.java298 mInfo.presentationDeadlineNanos = 1000000000L / (int) mInfo.refreshRate; // 1 frame
H A DWifiDisplayAdapter.java633 mInfo.presentationDeadlineNanos = 1000000000L / (int) mRefreshRate; // 1 frame
/frameworks/base/core/java/android/view/
H A DDisplayInfo.java207 public long presentationDeadlineNanos; field in class:DisplayInfo
284 && presentationDeadlineNanos == other.presentationDeadlineNanos
322 presentationDeadlineNanos = other.presentationDeadlineNanos;
353 presentationDeadlineNanos = source.readLong();
386 dest.writeLong(presentationDeadlineNanos);
502 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 + "}";
H A DDisplay.java658 return mDisplayInfo.presentationDeadlineNanos;
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp65 jfieldID presentationDeadlineNanos; member in struct:android::__anon873
404 env->SetLongField(infoObj, gPhysicalDisplayInfoClassInfo.presentationDeadlineNanos,
666 gPhysicalDisplayInfoClassInfo.presentationDeadlineNanos = env->GetFieldID(clazz,
667 "presentationDeadlineNanos", "J");

Completed in 1059 milliseconds