Home
last modified time | relevance | path

Searched refs:NATIVE_WINDOW_TIMESTAMP_AUTO (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/nativewindow/include/system/
Dwindow.h314 static const int64_t NATIVE_WINDOW_TIMESTAMP_AUTO = (-9223372036854775807LL-1); variable
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp417 int64_t presentTime = NATIVE_WINDOW_TIMESTAMP_AUTO; in setPresentTime()
/frameworks/native/libs/gui/
DSurface.cpp86 mTimestamp = NATIVE_WINDOW_TIMESTAMP_AUTO; in Surface()
707 if (mTimestamp == NATIVE_WINDOW_TIMESTAMP_AUTO) { in queueBuffer()