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

  /device/generic/goldfish/camera/
CallbackNotifier.cpp 93 mLastFrameTimestamp(0),
155 mLastFrameTimestamp = 0;
167 mLastFrameTimestamp = 0;
204 mLastFrameTimestamp = 0;
295 if ((timestamp - mLastFrameTimestamp) >= mFrameRefreshFreq) {
296 mLastFrameTimestamp = timestamp;
CallbackNotifier.h 218 nsecs_t mLastFrameTimestamp;

Completed in 1468 milliseconds