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

  /frameworks/native/include/gui/
IGraphicBufferConsumer.h 75 // mIsAutoTimestamp indicates whether mTimestamp was generated
77 bool mIsAutoTimestamp;
  /frameworks/native/libs/gui/
IGraphicBufferConsumer.cpp 46 mIsAutoTimestamp(false),
60 sizeof(mIsAutoTimestamp) +
130 FlattenableUtils::write(buffer, size, mIsAutoTimestamp);
172 FlattenableUtils::read(buffer, size, mIsAutoTimestamp);
BufferQueue.cpp 564 item.mIsAutoTimestamp = isAutoTimestamp;
    [all...]

Completed in 435 milliseconds