Lines Matching refs:mCaptureSequencer
125 mCaptureSequencer = new CaptureSequencer(this); in initializeImpl()
128 mCaptureSequencer->run(threadName.string()); in initializeImpl()
130 mJpegProcessor = new JpegProcessor(this, mCaptureSequencer); in initializeImpl()
135 mZslProcessor = new ZslProcessor(this, mCaptureSequencer); in initializeImpl()
385 mCaptureSequencer->dump(fd, args); in dumpClient()
425 mCaptureSequencer->requestExit(); in disconnect()
438 mCaptureSequencer->join(); in disconnect()
962 mCaptureSequencer->waitUntilIdle(kStopCaptureTimeout); in stopPreviewL()
1563 res = mCaptureSequencer->startCapture(); in takePicture()
1788 mCaptureSequencer->notifyError(errorCode, resultExtras); in notifyError()
1944 mCaptureSequencer->notifyAutoExposure(newState, triggerId); in notifyAutoExposure()
1951 mCaptureSequencer->notifyShutter(resultExtras, timestamp); in notifyShutter()