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

  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 20 #include <camera/CameraHardwareInterface.h>
30 class QualcommCameraHardware : public CameraHardwareInterface {
56 static sp<CameraHardwareInterface> createInstance();
QualcommCameraHardware.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 48 * CameraHardwareInterface.h defines the interface to the
74 class CameraHardwareInterface : public virtual RefBase {
76 CameraHardwareInterface(const char *name)
82 ~CameraHardwareInterface()
441 CameraHardwareInterface *__this =
442 static_cast<CameraHardwareInterface *>(user);
452 CameraHardwareInterface *__this =
453 static_cast<CameraHardwareInterface *>(user);
468 CameraHardwareInterface *__this =
469 static_cast<CameraHardwareInterface *>(user)
    [all...]
CameraClient.h 25 class CameraHardwareInterface;
127 sp<CameraHardwareInterface> mHardware; // cleared after disconnect()
143 // the CameraHardwareInterface callback thread both want to grab mLock.
151 // disableMsgType() functions in CameraHardwareInterface.
CameraClient.cpp 24 #include "CameraHardwareInterface.h"
76 mHardware = new CameraHardwareInterface(camera_device_name);
  /device/lge/mako/camera/
QualcommCameraHardware.cpp     [all...]

Completed in 1637 milliseconds