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

  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 96 mQuickStop = false;
114 mQuickStop = true;
172 if (mQuickStop && (buffer == mLastReadBufferCopy)) {
210 // mQuickStop may have turned to true while read was blocked.
213 if (mQuickStop && *buffer) {
  /frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h 94 // mQuickStop is set to true if we use quick read() returns, otherwise it is set
97 volatile bool mQuickStop;
105 // mQuickStop was true.

Completed in 57 milliseconds