Searched refs:convertFromSensorEvent (Results 1 – 7 of 7) sorted by relevance
34 void convertFromSensorEvent(const sensors_event_t &src, Event *dst);
31 void convertFromSensorEvent(const sensors_event_t& src,
99 inline void convertFromSensorEvent(const sensors_event_t& src, V2_1::Event* dst) { in convertFromSensorEvent() function112 V1_0::implementation::convertFromSensorEvent(src, convertToOldEvent(dst)); in convertFromSensorEvent()
30 using ::android::hardware::sensors::V2_1::implementation::convertFromSensorEvent;201 convertFromSensorEvent(e, &hal_event); in submitEvent()
66 void convertFromSensorEvent(const sensors_event_t &src, Event *dst) { in convertFromSensorEvent() function200 convertFromSensorEvent( in convertFromASensorEvent()
340 convertFromSensorEvent(src, dst); in convertFromSensorEvents()
295 void convertFromSensorEvent(const sensors_event_t& src, Event* dst) { in convertFromSensorEvent() function493 convertFromSensorEvent(common::convertASensorEvent(src), dst); in convertFromASensorEvent()