Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/inc/
DSensorListener.h39 typedef void (*orientation_callback_t) (uint32_t orientation, uint32_t tilt, void* cookie); typedef
82 void setCallbacks(orientation_callback_t orientation_cb, void *cookie);
92 orientation_callback_t mOrientationCb;
/hardware/ti/omap4xxx/camera/
DSensorListener.cpp173 void SensorListener::setCallbacks(orientation_callback_t orientation_cb, void *cookie) { in setCallbacks()