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 321 static const int64_t NATIVE_WINDOW_TIMESTAMP_AUTO = (-9223372036854775807LL-1);
668 * parameter specified. If the timestamp is set to NATIVE_WINDOW_TIMESTAMP_AUTO
  /frameworks/native/libs/gui/
SurfaceTextureClient.cpp 77 mTimestamp = NATIVE_WINDOW_TIMESTAMP_AUTO;
228 if (mTimestamp == NATIVE_WINDOW_TIMESTAMP_AUTO) {

Completed in 265 milliseconds