Searched defs:orientation_callback_t (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/
H A DSensorListener.h42 typedef void (*orientation_callback_t) (uint32_t orientation, uint32_t tilt, void* cookie); typedef in namespace:Ti::Camera
85 void setCallbacks(orientation_callback_t orientation_cb, void *cookie);
95 orientation_callback_t mOrientationCb;
/hardware/ti/omap4xxx/camera/inc/
H A DSensorListener.h39 typedef void (*orientation_callback_t) (uint32_t orientation, uint32_t tilt, void* cookie); typedef in namespace:android
82 void setCallbacks(orientation_callback_t orientation_cb, void *cookie);
92 orientation_callback_t mOrientationCb;

Completed in 57 milliseconds