HomeSort by relevance Sort by last modified time
    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 293 int foundSync = -1;
344 foundSync = INVALID_BUFFER_SLOT;
359 foundSync = i;
375 foundSync = i;
409 tryAgain = mSynchronousMode && (foundSync == INVALID_BUFFER_SLOT);
416 // foundSync guaranteed to be != INVALID_BUFFER_SLOT
417 found = foundSync;
    [all...]

Completed in 293 milliseconds