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

  /device/samsung/crespo/libsensors/
LightSensor.cpp 40 mEventsSinceEnable(0),
82 mEventsSinceEnable = 0;
135 if (mEventsSinceEnable < FIRST_GOOD_EVENT)
136 mEventsSinceEnable++;
141 mEventsSinceEnable >= FIRST_GOOD_EVENT) {
LightSensor.h 35 int mEventsSinceEnable;

Completed in 1118 milliseconds