Searched refs:one_burst (Results 1 – 2 of 2) sorted by relevance
155 virtual status_t startDeliveringFrames(bool one_burst);333 virtual status_t startWorkerThread(bool one_burst);396 inline status_t startThread(bool one_burst) in startThread() argument398 mOneBurst = one_burst; in startThread()
85 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst) in startDeliveringFrames() argument95 const status_t res = startWorkerThread(one_burst); in startDeliveringFrames()247 status_t EmulatedCameraDevice::startWorkerThread(bool one_burst) in startWorkerThread() argument256 const status_t res = getWorkerThread()->startThread(one_burst); in startWorkerThread()