Searched refs:oneBurst (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish/camera/
H A DWorkerThread.cpp37 status_t WorkerThread::startThread(bool oneBurst) { argument
38 ALOGV("Starting worker thread, oneBurst=%s", oneBurst ? "true" : "false");
39 mOneBurst = oneBurst;
H A DWorkerThread.h36 * oneBurst - Controls how many times thread loop should run. If
44 status_t startThread(bool oneBurst);
H A DEmulatedCameraDevice.cpp314 bool takingPicture, bool oneBurst) {
321 takingPicture, oneBurst);
573 bool oneBurst) {
579 mRestartOneBurst = oneBurst;
312 requestRestart(int width, int height, uint32_t pixelFormat, bool takingPicture, bool oneBurst) argument
569 requestRestart(int width, int height, uint32_t pixelFormat, bool takingPicture, bool oneBurst) argument
H A DEmulatedCameraDevice.h364 bool takingPicture, bool oneBurst);
488 bool takingPicture, bool oneBurst);

Completed in 101 milliseconds