Home | History | Annotate | Download | only in bubblelevel

Lines Matching defs:bubble_level

51 struct bubble_level *bubble_level_create();
52 void bubble_level_release(const struct bubble_level *bubble_level);
54 struct bubble_level
57 int (*set_callback)(const struct bubble_level *bubble_level,
60 int (*set_poll_interval)(const struct bubble_level *bubble_level,
63 int (*start_polling)(const struct bubble_level *bubble_level);
66 int (*stop_polling)(const struct bubble_level *bubble_level);
68 int (*poll_once)(const struct bubble_level *bubble_level);