HomeSort by relevance Sort by last modified time
    Searched refs:take_picture (Results 1 - 13 of 13) sorted by null

  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.h 82 int take_picture(struct camera_device *);
QualcommCamera.cpp 99 take_picture: android::take_picture,
409 int take_picture(struct camera_device * device) function in namespace:android
  /device/lge/mako/camera/
QualcommCamera.h 71 int take_picture(struct camera_device *);
QualcommCamera2.h 84 int take_picture(struct camera_device *);
QualcommCamera2.cpp 99 take_picture: android::take_picture,
428 int take_picture(struct camera_device * device) function in namespace:android
QualcommCamera.cpp 88 take_picture: android::take_picture,
592 int take_picture(struct camera_device * device) function in namespace:android
  /device/generic/goldfish/camera/
EmulatedCamera.h 213 /* Actual handler for camera_device_ops_t::take_picture callback.
339 static int take_picture(struct camera_device* dev);
EmulatedCamera.cpp 847 int EmulatedCamera::take_picture(struct camera_device* dev) function in class:android::EmulatedCamera
961 EmulatedCamera::take_picture,
    [all...]
  /hardware/libhardware/include/hardware/
camera.h 237 int (*take_picture)(struct camera_device *); member in struct:camera_device_ops
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 355 if (mDevice->ops->take_picture)
356 return mDevice->ops->take_picture(mDevice);
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 558 camera_ops->take_picture = camera_take_picture;
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 228 mTakePictureButton = (Button) findViewById(R.id.take_picture);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]

Completed in 109 milliseconds