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

  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 32 mSynchronous(false),
56 mSynchronous = false;
84 mSynchronous = true;
245 } else if (!mSynchronous) {
249 if (!mSynchronous) {
JpegCompressor.h 78 bool mSynchronous;
  /frameworks/rs/
rsContext.h 120 bool isSynchronous() {return mSynchronous;}
286 bool mSynchronous;
rsContext.cpp 515 mSynchronous = false;
526 rsc->mSynchronous = true;
576 if (mSynchronous) {

Completed in 110 milliseconds