OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPollCount
(Results
1 - 2
of
2
) sorted by null
/device/samsung/manta/bubblelevel/
BubbleLevelImpl.h
60
uint32_t pollCount() { return
mPollCount
; }
61
void incPollCount() {
mPollCount
++; }
83
uint32_t
mPollCount
;
BubbleLevelImpl.cpp
36
mPollIntervalSec(BL_POLL_INTERVAL_DEFAULT_SEC),
mPollCount
(0), mLevelCount(0),
119
mPollCount
= 0;
155
if (
mPollCount
>= BL_SENSOR_POLL_COUNT) {
166
mPollCount
= 0;
Completed in 27 milliseconds