Home
last modified time | relevance | path

Searched refs:one_burst (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCameraDevice.h165 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() argument
409 mOneBurst = one_burst; in startThread()
DEmulatedCameraDevice.cpp84 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst) { in startDeliveringFrames() argument
93 const status_t res = startWorkerThread(one_burst); in startDeliveringFrames()
257 status_t EmulatedCameraDevice::startWorkerThread(bool one_burst) { in startWorkerThread() argument
265 const status_t res = getWorkerThread()->startThread(one_burst); in startWorkerThread()
/device/generic/goldfish/camera/
DEmulatedCameraDevice.h160 virtual status_t startDeliveringFrames(bool one_burst);
442 virtual status_t startWorkerThread(bool one_burst);
DEmulatedCameraDevice.cpp80 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst) in startDeliveringFrames() argument
90 const status_t res = startWorkerThread(one_burst); in startDeliveringFrames()
403 status_t EmulatedCameraDevice::startWorkerThread(bool one_burst) in startWorkerThread() argument
417 status_t res = mCameraThread->startThread(one_burst); in startWorkerThread()