Home
last modified time | relevance | path

Searched refs:startPreview (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/camera/
DPreviewWindow.h70 status_t startPreview();
DPreviewWindow.cpp76 status_t PreviewWindow::startPreview() in startPreview() function in android::PreviewWindow
DEmulatedCamera.h167 virtual status_t startPreview();
DEmulatedCamera.cpp349 status_t EmulatedCamera::startPreview() in startPreview() function in android::EmulatedCamera
834 status_t res = mPreviewWindow.startPreview(); in doStartPreview()
1013 return ec->startPreview(); in start_preview()
/device/google/cuttlefish/guest/hals/camera/
DPreviewWindow.h72 status_t startPreview();
DPreviewWindow.cpp77 status_t PreviewWindow::startPreview() { in startPreview() function in android::PreviewWindow
DEmulatedCamera.h167 virtual status_t startPreview();
DEmulatedCamera.cpp297 status_t EmulatedCamera::startPreview() { in startPreview() function in android::EmulatedCamera
579 status_t res = mPreviewWindow.startPreview(); in doStartPreview()
784 return ec->startPreview(); in start_preview()