OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWakeEventCount
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/sensorhal/
hubconnection.h
109
int32_t
mWakeEventCount
;
hubconnection.cpp
160
mWakeEventCount
= 0;
638
if (
mWakeEventCount
> 0)
639
mWakeEventCount
--;
642
__FUNCTION__, sensor,
mWakeEventCount
);
645
return
mWakeEventCount
;
655
mWakeEventCount
++;
663
if (mWakelockHeld && (
mWakeEventCount
== 0)) {
[
all
...]
Completed in 62 milliseconds