HomeSort by relevance Sort by last modified time
    Searched defs:setPreviewWindow (Results 1 - 25 of 26) sorted by null

1 2

  /device/generic/goldfish/camera/
PreviewWindow.cpp 49 status_t PreviewWindow::setPreviewWindow(struct preview_stream_ops* window,
EmulatedCamera.cpp 244 status_t EmulatedCamera::setPreviewWindow(struct preview_stream_ops* window)
247 return -mPreviewWindow.setPreviewWindow(window,
696 return ec->setPreviewWindow(window);
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview.cpp 56 status_t QCameraStream_preview::setPreviewWindow(preview_stream_ops_t* window)
    [all...]
QCameraHWI_Preview_7x27A.cpp 59 status_t QCameraStream_preview::setPreviewWindow(preview_stream_ops_t* window)
    [all...]
QCameraHWI.cpp     [all...]
QCameraStream.h 130 virtual int setPreviewWindow(preview_stream_ops_t* window) {return NO_ERROR;}
227 int setPreviewWindow(preview_stream_ops_t* window);
QualcommCameraHardware.h 135 virtual status_t setPreviewWindow(preview_stream_ops_t* window);
137 virtual status_t setPreviewWindow(const sp<ANativeWindow>& buf) {return NO_ERROR;};
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream_Preview.cpp 36 status_t QCameraStream_preview::setPreviewWindow(const camera2_stream_ops_t* window)
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.cpp 62 status_t StreamingProcessor::setPreviewWindow(sp<ANativeWindow> window) {
  /hardware/ti/omap4-aah/camera/
ANativeWindowDisplayAdapter.cpp 191 int ANativeWindowDisplayAdapter::setPreviewWindow(preview_stream_ops_t* window)
    [all...]
BufferSourceAdapter.cpp 192 int BufferSourceAdapter::setPreviewWindow(preview_stream_ops_t *source)
CameraHal.cpp     [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 261 int ANativeWindowDisplayAdapter::setPreviewWindow(preview_stream_ops_t* window)
    [all...]
CameraHal.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 56 status_t QCameraStream_preview::setPreviewWindow(preview_stream_ops_t* window)
    [all...]
QCameraHWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraStream.h 130 virtual int setPreviewWindow(const camera2_stream_ops_t* window) {return NO_ERROR;}
193 int setPreviewWindow(const camera2_stream_ops_t* window);
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 266 mHardware->setPreviewWindow(mPreviewWindow);
277 status_t CameraClient::setPreviewWindow(const sp<IBinder>& binder,
303 result = mHardware->setPreviewWindow(window);
337 return setPreviewWindow(binder, window);
414 mHardware->setPreviewWindow(mPreviewWindow);
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraStream.h 122 virtual int setPreviewWindow(preview_stream_ops_t* window) {return NO_ERROR;}
218 int setPreviewWindow(preview_stream_ops_t* window);
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 120 status_t setPreviewWindow(const sp<ANativeWindow>& buf)
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 195 status_t ExynosCameraHWInterface::setPreviewWindow(preview_stream_ops *w)
    [all...]

Completed in 473 milliseconds

1 2