Home
last modified time | relevance | path

Searched refs:mOrientationCb (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
DSensorListener.cpp100 mOrientationCb = NULL; in SensorListener()
177 mOrientationCb = orientation_cb; in setCallbacks()
189 if (mOrientationCb && (sensorsEnabled & SENSOR_ORIENTATION)) { in handleOrientation()
190 mOrientationCb(orientation, tilt, mCbCookie); in handleOrientation()
/hardware/ti/omap4xxx/camera/inc/
DSensorListener.h92 orientation_callback_t mOrientationCb; variable