HomeSort by relevance Sort by last modified time
    Searched refs:NATIVE_WINDOW_TIMESTAMP_AUTO (Results 1 - 2 of 2) sorted by null

  /system/core/include/system/
window.h 332 static const int64_t NATIVE_WINDOW_TIMESTAMP_AUTO = (-9223372036854775807LL-1);
767 * parameter specified. If the timestamp is set to NATIVE_WINDOW_TIMESTAMP_AUTO
  /frameworks/native/libs/gui/
Surface.cpp 63 mTimestamp = NATIVE_WINDOW_TIMESTAMP_AUTO;
261 if (mTimestamp == NATIVE_WINDOW_TIMESTAMP_AUTO) {

Completed in 24 milliseconds