HomeSort by relevance Sort by last modified time
    Searched full:start_preview (Results 1 - 9 of 9) sorted by null

  /frameworks/base/libs/camera/
ICamera.cpp 33 START_PREVIEW,
109 remote()->transact(START_PREVIEW, data, &reply);
304 case START_PREVIEW: {
305 LOGV("START_PREVIEW");
  /development/tools/emulator/system/camera/
PreviewWindow.h 66 * handing the camera_device_ops_t::start_preview callback.
72 * handing the camera_device_ops_t::start_preview callback.
EmulatedCamera.h 168 /* Actual handler for camera_device_ops_t::start_preview callback.
332 static int start_preview(struct camera_device* dev);
EmulatedCamera.cpp 678 int EmulatedCamera::start_preview(struct camera_device* dev) function in class:android::EmulatedCamera
884 EmulatedCamera::start_preview,
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 175 START_PREVIEW = 0,
  /hardware/libhardware/include/hardware/
camera.h 160 int (*start_preview)(struct camera_device *); member in struct:camera_device_ops
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareInterface.h 203 if (mDevice->ops->start_preview)
204 return mDevice->ops->start_preview(mDevice);
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 548 camera_ops->start_preview = camera_start_preview;
CameraHal.cpp     [all...]

Completed in 5444 milliseconds