HomeSort by relevance Sort by last modified time
    Searched full:bubble_level (Results 1 - 4 of 4) 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.cpp 269 static int bl_set_callback(const struct bubble_level *bubble_level,
272 bubble_level_C_impl *bl = (bubble_level_C_impl *)bubble_level;
273 return bl->bubble_level->setCallback(callback, userData);
276 static int bl_set_poll_interval(const struct bubble_level *bubble_level, unsigned int seconds)
278 bubble_level_C_impl *bl = (bubble_level_C_impl *)bubble_level;
279 return bl->bubble_level->setPollInterval(seconds);
282 static int bl_start_polling(const struct bubble_level *bubble_level)
    [all...]
BubbleLevelImpl.h 127 struct bubble_level interface;
128 android::sp<android::BubbleLevelImpl> bubble_level; member in struct:bubble_level_C_impl
  /device/samsung/manta/audio/
audio_hw.c 139 struct bubble_level *bubble_level; member in struct:audio_device
653 adev->bubble_level->poll_once(adev->bubble_level);
687 adev->bubble_level->set_poll_interval(adev->bubble_level, BL_POLL_INTERVAL_MIN_SEC);
688 adev->bubble_level->start_polling(adev->bubble_level);
    [all...]

Completed in 132 milliseconds