Searched refs:one_burst (Results 1 – 4 of 4) sorted by relevance
165 virtual status_t startDeliveringFrames(bool one_burst);350 virtual status_t startWorkerThread(bool one_burst);408 inline status_t startThread(bool one_burst) { in startThread() argument409 mOneBurst = one_burst; in startThread()
84 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst) { in startDeliveringFrames() argument93 const status_t res = startWorkerThread(one_burst); in startDeliveringFrames()257 status_t EmulatedCameraDevice::startWorkerThread(bool one_burst) { in startWorkerThread() argument265 const status_t res = getWorkerThread()->startThread(one_burst); in startWorkerThread()
160 virtual status_t startDeliveringFrames(bool one_burst);442 virtual status_t startWorkerThread(bool one_burst);
80 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst) in startDeliveringFrames() argument90 const status_t res = startWorkerThread(one_burst); in startDeliveringFrames()403 status_t EmulatedCameraDevice::startWorkerThread(bool one_burst) in startWorkerThread() argument417 status_t res = mCameraThread->startThread(one_burst); in startWorkerThread()