OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foundSync
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp
191
int found,
foundSync
;
244
foundSync
= INVALID_BUFFER_SLOT;
262
foundSync
= i;
294
tryAgain = mSynchronousMode && (
foundSync
== INVALID_BUFFER_SLOT);
305
//
foundSync
guaranteed to be != INVALID_BUFFER_SLOT
306
found =
foundSync
;
AVIExtractor.cpp
277
bool
foundSync
= false;
309
foundSync
= true;
319
return
foundSync
;
[
all
...]
/frameworks/base/libs/gui/
SurfaceTexture.cpp
262
int found,
foundSync
;
313
foundSync
= INVALID_BUFFER_SLOT;
327
foundSync
= i;
335
foundSync
= i;
366
tryAgain = mSynchronousMode && (
foundSync
== INVALID_BUFFER_SLOT);
373
//
foundSync
guaranteed to be != INVALID_BUFFER_SLOT
374
found =
foundSync
;
[
all
...]
Completed in 66 milliseconds