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

  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 94 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
  /hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 132 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 163 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
CameraHal.h 988 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt) = 0;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 144 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
CameraHal.h 840 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt) = 0;
931 void onOrientationEvent(uint32_t orientation, uint32_t tilt);
    [all...]
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 477 void V4LCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt)
  /external/replicaisland/src/com/replica/replicaisland/
Game.java 416 public boolean onOrientationEvent(float x, float y, float z) {
AndouKun.java 735 mGame.onOrientationEvent(x, y, z);
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 66 camera->onOrientationEvent(orientation, tilt);
75 void CameraHal::onOrientationEvent(uint32_t orientation, uint32_t tilt) {
79 mCameraAdapter->onOrientationEvent(orientation, tilt);
    [all...]
BaseCameraAdapter.cpp     [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 896 void V4LCameraAdapter::onOrientationEvent(uint32_t orientation, uint32_t tilt)
    [all...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 459 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 413 virtual void onOrientationEvent(uint32_t orientation, uint32_t tilt);
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp 150 camera->onOrientationEvent(orientation, tilt);
160 void CameraHal::onOrientationEvent(uint32_t orientation, uint32_t tilt) {
164 mCameraAdapter->onOrientationEvent(orientation, tilt);
    [all...]
BaseCameraAdapter.cpp     [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 267 //So that the face detect will work before onOrientationEvent()
    [all...]

Completed in 331 milliseconds