OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWakeUpSensorEvent
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/sensorservice/
SensorService.h
225
bool
isWakeUpSensorEvent
(const sensors_event_t& event) const;
SensorService.cpp
656
if (
isWakeUpSensorEvent
(mSensorEventBuffer[i])) {
[
all
...]
SensorEventConnection.cpp
542
if (mService->
isWakeUpSensorEvent
(scratch[i])) {
Completed in 85 milliseconds