OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mQuickStop
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp
93
mQuickStop
= false;
111
mQuickStop
= true;
169
if (
mQuickStop
&& (buffer == mLastReadBufferCopy)) {
207
//
mQuickStop
may have turned to true while read was blocked.
210
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 40 milliseconds