HomeSort by relevance Sort by last modified time
    Searched defs:bubble_level (Results 1 - 3 of 3) sorted by null

  /device/samsung/manta/bubblelevel/
BubbleLevel.h 51 struct bubble_level *bubble_level_create();
52 void bubble_level_release(const struct bubble_level *bubble_level);
54 struct bubble_level struct
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);
    [all...]
BubbleLevelImpl.h 141 struct bubble_level interface;
142 android::sp<android::BubbleLevelImpl> bubble_level; member in struct:bubble_level_C_impl
  /device/samsung/manta/audio/
audio_hw.c 148 struct bubble_level *bubble_level; member in struct:audio_device
620 if (!adev->bubble_level) {
621 adev->bubble_level = bubble_level_create();
622 if (adev->bubble_level)
623 adev->bubble_level->set_callback(adev->bubble_level, bubblelevel_callback, adev);
625 return (adev->bubble_level != NULL);
762 adev->bubble_level->poll_once(adev->bubble_level);
    [all...]

Completed in 148 milliseconds