Searched refs:SensorEvent (Results 1 – 7 of 7) sorted by relevance
33 std::unique_ptr<SensorEvent> SensorEvent::FromBytes( in FromBytes()35 SensorEvent *sensor_event = nullptr; in FromBytes()102 return std::unique_ptr<SensorEvent>(sensor_event); in FromBytes()105 SensorType SensorEvent::GetSensorType() const { in GetSensorType()
274 auto event_printer = [&limit, continuous](const SensorEvent& event) -> bool { in PrintAllEvents()332 auto event_printer = [type, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents()345 auto event_printer = [&sensors, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents()557 void ContextHub::ReadSensorEvents(std::function<bool(const SensorEvent&)> callback) { in ReadSensorEvents()565 SensorEvent *sensor_event = reinterpret_cast<SensorEvent*>( in ReadSensorEvents()
89 class SensorEvent : public ReadEventResponse {97 static std::unique_ptr<SensorEvent> FromBytes(113 class TimestampedSensorEvent : public SensorEvent {
30 class SensorEvent; variable243 void ReadSensorEvents(std::function<bool(const SensorEvent&)> callback);
118 return SensorEvent::FromBytes(buffer); in FromBytes()
3111 android.hardware.SensorEvent
2404 Landroid/hardware/SensorEvent;27793 HSPLandroid/hardware/SensorEvent;-><init>(I)V40214 …OrientationEventListener$SensorEventListenerImpl;->onSensorChanged(Landroid/hardware/SensorEvent;)V