Searched refs:convertFromSensorEvent (Results 1 – 5 of 5) sorted by relevance
33 void convertFromSensorEvent(const sensors_event_t &src, Event *dst);
80 inline void convertFromSensorEvent(const sensors_event_t& src, V2_1::Event* dst) { in convertFromSensorEvent() function93 V1_0::implementation::convertFromSensorEvent(src, convertToOldEvent(dst)); in convertFromSensorEvent()
29 using ::android::hardware::sensors::V2_1::implementation::convertFromSensorEvent;192 convertFromSensorEvent(e, &hal_event); in submitEvent()
340 convertFromSensorEvent(src, dst); in convertFromSensorEvents()
66 void convertFromSensorEvent(const sensors_event_t &src, Event *dst) { in convertFromSensorEvent() function