OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertToSensorEvent
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/sensors/1.0/default/include/sensors/
convert.h
34
void
convertToSensorEvent
(const Event &src, sensors_event_t *dst);
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
ASensorEventQueue.cpp
112
android::hardware::sensors::V1_0::implementation::
convertToSensorEvent
(
/frameworks/native/services/sensorservice/
SensorDevice.h
184
void
convertToSensorEvent
(const Event &src, sensors_event_t *dst);
SensorDevice.cpp
627
void SensorDevice::
convertToSensorEvent
(
629
::android::hardware::sensors::V1_0::implementation::
convertToSensorEvent
(
670
convertToSensorEvent
(src[i], &dst[i]);
/hardware/interfaces/sensors/1.0/default/
Sensors.cpp
258
convertToSensorEvent
(event, &out);
convert.cpp
210
void
convertToSensorEvent
(const Event &src, sensors_event_t *dst) {
Completed in 296 milliseconds