OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NATIVE_WINDOW_TIMESTAMP_AUTO
(Results
1 - 2
of
2
) sorted by null
/system/core/include/system/
window.h
341
static const int64_t
NATIVE_WINDOW_TIMESTAMP_AUTO
= (-9223372036854775807LL-1);
776
* parameter specified. If the timestamp is set to
NATIVE_WINDOW_TIMESTAMP_AUTO
/frameworks/native/libs/gui/
Surface.cpp
64
mTimestamp =
NATIVE_WINDOW_TIMESTAMP_AUTO
;
266
if (mTimestamp ==
NATIVE_WINDOW_TIMESTAMP_AUTO
) {
Completed in 45 milliseconds