Home | History | Annotate | Download | only in camera

Lines Matching refs:Profile

77 import com.android.camera.stats.profiler.Profile;
353 Profile guard = mProfiler.create("new CaptureModule").start();
402 Profile guard = mProfiler.create("CaptureModule.init").start();
679 Profile guard = mProfiler.create("CaptureModule.resume").start();
1316 Profile guard = mProfiler.create("CaptureModule.openCameraAndStartPreview()").start();
1503 Profile profile = mProfiler.create("CaptureModule.closeCamera()").start();
1509 profile.mark("mCameraOpenCloseLock.acquire()");
1513 profile.mark("mCamera.close()");
1520 profile.stop();