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

  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.h 29 class BubbleLevelImpl : public Thread
33 BubbleLevelImpl();
34 virtual ~BubbleLevelImpl();
101 BubbleLevelBase() { mBubbleLevel = new android::BubbleLevelImpl(); }
126 android::sp<android::BubbleLevelImpl> mBubbleLevel;
142 android::sp<android::BubbleLevelImpl> bubble_level;
BubbleLevelImpl.cpp 17 #define LOG_TAG "BubbleLevelImpl"
22 #include "BubbleLevelImpl.h"
33 BubbleLevelImpl::BubbleLevelImpl()
44 int BubbleLevelImpl::init()
85 BubbleLevelImpl::~BubbleLevelImpl()
96 void BubbleLevelImpl::onFirstRef()
103 bool BubbleLevelImpl::threadLoop() {
191 int BubbleLevelImpl::setCallback(BubbleLevel_CallBack_t callback, void *userData
    [all...]
Android.mk 21 BubbleLevelImpl.cpp

Completed in 1362 milliseconds