Home
last modified time | relevance | path

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

/frameworks/native/libs/nativewindow/include/system/
Dwindow.h336 static const int64_t NATIVE_WINDOW_TIMESTAMP_AUTO = (-9223372036854775807LL-1); variable
/frameworks/native/libs/gui/include/gui/
DSurface.h402 nsecs_t timestamp = NATIVE_WINDOW_TIMESTAMP_AUTO;
/frameworks/native/libs/gui/
DSurface.cpp115 mTimestamp = NATIVE_WINDOW_TIMESTAMP_AUTO; in Surface()
974 if (timestamp == NATIVE_WINDOW_TIMESTAMP_AUTO) { in getQueueBufferInputLocked()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp2179 queuedBuffers[i].timestamp = NATIVE_WINDOW_TIMESTAMP_AUTO; in TEST_F()