Lines Matching refs:mCaptureSequencer
129 mCaptureSequencer = new CaptureSequencer(this); in initializeImpl()
132 mCaptureSequencer->run(threadName.string()); in initializeImpl()
134 mJpegProcessor = new JpegProcessor(this, mCaptureSequencer); in initializeImpl()
139 mZslProcessor = new ZslProcessor(this, mCaptureSequencer); in initializeImpl()
389 mCaptureSequencer->dump(fd, args); in dumpClient()
430 mCaptureSequencer->requestExit(); in disconnect()
443 mCaptureSequencer->join(); in disconnect()
971 mCaptureSequencer->waitUntilIdle(kStopCaptureTimeout); in stopPreviewL()
1573 res = mCaptureSequencer->startCapture(); in takePicture()
1798 mCaptureSequencer->notifyError(errorCode, resultExtras); in notifyError()
1954 mCaptureSequencer->notifyAutoExposure(newState, triggerId); in notifyAutoExposure()
1961 mCaptureSequencer->notifyShutter(resultExtras, timestamp); in notifyShutter()