Searched refs:appVsyncOffsetNanos (Results 1 – 10 of 10) sorted by relevance
234 public long appVsyncOffsetNanos; field in DisplayDeviceInfo343 || appVsyncOffsetNanos != other.appVsyncOffsetNanos in diff()377 appVsyncOffsetNanos = other.appVsyncOffsetNanos; in copyFrom()405 sb.append(", appVsyncOff ").append(appVsyncOffsetNanos); in toString()
292 mBaseDisplayInfo.appVsyncOffsetNanos = deviceInfo.appVsyncOffsetNanos; in updateLocked()
404 mInfo.appVsyncOffsetNanos = phys.appVsyncOffsetNanos; in getDisplayDeviceInfoLocked()
238 public long appVsyncOffsetNanos; field in DisplayInfo338 && appVsyncOffsetNanos == other.appVsyncOffsetNanos in equals()383 appVsyncOffsetNanos = other.appVsyncOffsetNanos; in copyFrom()429 appVsyncOffsetNanos = source.readLong(); in readFromParcel()475 dest.writeLong(appVsyncOffsetNanos); in writeToParcel()676 sb.append(appVsyncOffsetNanos); in toString()
1434 public long appVsyncOffsetNanos; field in SurfaceControl.PhysicalDisplayInfo1476 && appVsyncOffsetNanos == other.appVsyncOffsetNanos in equals()1499 appVsyncOffsetNanos = other.appVsyncOffsetNanos; in copyFrom()1510 + ", appVsyncOffset " + appVsyncOffsetNanos in toString()
988 return mDisplayInfo.appVsyncOffsetNanos; in getAppVsyncOffsetNanos()
210 long appVsyncOffsetNanos = display.getAppVsyncOffsetNanos(); in onCreate() local225 …appOffsetView.setText(String.format(Locale.US, "App Offset: %.1f ms", appVsyncOffsetNanos / (float… in onCreate()
87 const long appVsyncOffsetNanos = env->CallLongMethod(display, getAppVsyncOffsetNanos); in init() local111 nanoseconds(appVsyncOffsetNanos), in init()
66 jfieldID appVsyncOffsetNanos; member769 env->SetLongField(infoObj, gPhysicalDisplayInfoClassInfo.appVsyncOffsetNanos, in nativeGetDisplayConfigs()1430 gPhysicalDisplayInfoClassInfo.appVsyncOffsetNanos = GetFieldIDOrDie(env, in register_android_view_SurfaceControl()
79530 Landroid/view/DisplayInfo;->appVsyncOffsetNanos:J