Searched refs:mOrientationCb (Results 1 – 2 of 2) sorted by relevance
100 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()
92 orientation_callback_t mOrientationCb; variable