Home | History | Annotate | Download | only in libcamera

Lines Matching refs:stopPreview

371 void ExynosCameraHWInterface::stopPreview()
2534 && m_secCamera->stopPreview() == false)
2535 ALOGE("ERR(%s):Fail on m_secCamera->stopPreview()", __func__);
2537 ALOGV("DEBUG(%s):calling m_secCamera->stopPreview() and waiting", __func__);
2547 && m_secCamera->stopPreview() == false)
2548 ALOGE("ERR(%s):Fail on m_secCamera->stopPreview()", __func__);
3374 stopPreview();
4234 obj(dev)->stopPreview();