OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orientation_callback_t
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/camera/inc/
SensorListener.h
39
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;
/hardware/ti/omap4xxx/camera/
SensorListener.cpp
173
void SensorListener::setCallbacks(
orientation_callback_t
orientation_cb, void *cookie) {
Completed in 61 milliseconds