OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSensorType
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/util/nanotool/
sensorevent.h
100
SensorType
GetSensorType
() const;
sensorevent.cpp
101
SensorType SensorEvent::
GetSensorType
() const {
175
static_cast<int>(
GetSensorType
()),
176
ContextHub::SensorTypeToAbbrevName(
GetSensorType
()).c_str(),
contexthub.cpp
331
SensorType event_source = event.
GetSensorType
();
344
SensorType event_source = event.
GetSensorType
();
Completed in 43 milliseconds