Searched refs:setPreviewWindow (Results 1 - 13 of 13) sorted by relevance

/device/generic/goldfish/camera/
H A DPreviewWindow.h61 status_t setPreviewWindow(struct preview_stream_ops* window,
H A DPreviewWindow.cpp48 status_t PreviewWindow::setPreviewWindow(struct preview_stream_ops* window, function in class:android::PreviewWindow
H A DEmulatedCamera.h130 virtual status_t setPreviewWindow(struct preview_stream_ops *window);
H A DEmulatedCamera.cpp327 status_t EmulatedCamera::setPreviewWindow(struct preview_stream_ops* window) function in class:android::EmulatedCamera
330 return -mPreviewWindow.setPreviewWindow(window,
376 mPreviewWindow.setPreviewWindow(nullptr, 0);
953 return ec->setPreviewWindow(window);
/device/huawei/angler/camera/QCamera2/HAL/
H A DQCamera2HWI.h274 int setPreviewWindow(struct preview_stream_ops *window);
H A DQCameraStateMachine.cpp348 rc = m_parent->setPreviewWindow((struct preview_stream_ops *)payload);
679 m_parent->setPreviewWindow((struct preview_stream_ops *)payload);
H A DQCamera2HWI.cpp2122 * FUNCTION : setPreviewWindow
2133 int QCamera2HardwareInterface::setPreviewWindow( function in class:qcamera::QCamera2HardwareInterface
/device/lge/bullhead/camera/QCamera2/HAL/
H A DQCamera2HWI.h274 int setPreviewWindow(struct preview_stream_ops *window);
H A DQCameraStateMachine.cpp348 rc = m_parent->setPreviewWindow((struct preview_stream_ops *)payload);
679 m_parent->setPreviewWindow((struct preview_stream_ops *)payload);
H A DQCamera2HWI.cpp2120 * FUNCTION : setPreviewWindow
2131 int QCamera2HardwareInterface::setPreviewWindow( function in class:qcamera::QCamera2HardwareInterface
/device/google/marlin/camera/QCamera2/HAL/
H A DQCamera2HWI.h307 int setPreviewWindow(struct preview_stream_ops *window);
H A DQCameraStateMachine.cpp360 rc = m_parent->setPreviewWindow((struct preview_stream_ops *)payload);
784 m_parent->setPreviewWindow((struct preview_stream_ops *)payload);
H A DQCamera2HWI.cpp3254 * FUNCTION : setPreviewWindow
3265 int QCamera2HardwareInterface::setPreviewWindow( function in class:qcamera::QCamera2HardwareInterface

Completed in 94 milliseconds