Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraDevice.h155 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() argument
398 mOneBurst = one_burst; in startThread()
DEmulatedCameraDevice.cpp85 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst) in startDeliveringFrames() argument
95 const status_t res = startWorkerThread(one_burst); in startDeliveringFrames()
247 status_t EmulatedCameraDevice::startWorkerThread(bool one_burst) in startWorkerThread() argument
256 const status_t res = getWorkerThread()->startThread(one_burst); in startWorkerThread()