OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWakeLockRefCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
SensorEventConnection.cpp
31
: mService(service), mUid(uid),
mWakeLockRefCount
(0), mHasLooperCallbacks(false),
55
return !mDead &&
mWakeLockRefCount
> 0;
60
mWakeLockRefCount
= 0;
67
"max cache size %d\n", mPackageName.string(),
mWakeLockRefCount
, mUid, mCacheSize,
320
++
mWakeLockRefCount
;
334
if (
mWakeLockRefCount
> 0) {
335
--
mWakeLockRefCount
;
400
++
mWakeLockRefCount
;
405
if (wakeUpSensor) --
mWakeLockRefCount
;
430
++
mWakeLockRefCount
;
[
all
...]
SensorEventConnection.h
106
// has read events from a wake up sensor, decrement
mWakeLockRefCount
. If this fd is available
129
uint32_t
mWakeLockRefCount
;
137
//
mWakeLockRefCount
is reset to zero. needsWakeLock method will always return false, if this
Completed in 6254 milliseconds