Home
last modified time | relevance | path

Searched refs:mIsBusy (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegCompressor.cpp30 mIsBusy(false), in JpegCompressor()
44 if (mIsBusy) { in start()
49 mIsBusy = true; in start()
143 return mIsBusy; in isBusy()
151 if (mBuffers.size() && mIsBusy) { in isStreamInUse()
163 if (mIsBusy) { in waitForDone()
187 mIsBusy = false; in cleanUp()
DJpegCompressor.h67 bool mIsBusy; variable