Home
last modified time | relevance | path

Searched refs:SensorEvent (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/util/nanotool/
Dsensorevent.cpp33 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()
Dcontexthub.cpp274 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()
Dsensorevent.h89 class SensorEvent : public ReadEventResponse {
97 static std::unique_ptr<SensorEvent> FromBytes(
113 class TimestampedSensorEvent : public SensorEvent {
Dcontexthub.h30 class SensorEvent; variable
243 void ReadSensorEvents(std::function<bool(const SensorEvent&)> callback);
Dnanomessage.cpp118 return SensorEvent::FromBytes(buffer); in FromBytes()
/device/google/atv/products/lowram_boot_profiles/
Dpreloaded-classes3111 android.hardware.SensorEvent
Dboot-image-profile.txt2404 Landroid/hardware/SensorEvent;
27793 HSPLandroid/hardware/SensorEvent;-><init>(I)V
40214 …OrientationEventListener$SensorEventListenerImpl;->onSensorChanged(Landroid/hardware/SensorEvent;)V