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

  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 312 int camera_take_picture(struct camera_device * device) function
558 camera_ops->take_picture = camera_take_picture;
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 155 private static final int CAMERA_TAKE_PICTURE = 3;
486 if (mState == CAMERA_TAKE_PICTURE) {
614 mState = CAMERA_TAKE_PICTURE;
    [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 130 #define LINK_camera_take_picture camera_take_picture
424 ::dlsym(libqcamera, "camera_take_picture");
    [all...]

Completed in 55 milliseconds