Home
last modified time | relevance | path

Searched refs:ExtendedSensorEvent (Results 1 – 8 of 8) sorted by relevance

/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_wrapper.h34 struct ExtendedSensorEvent { struct
51 std::function<void(const ExtendedSensorEvent& event)> event_processor); argument
76 std::deque<ExtendedSensorEvent> event_buffer_ GUARDED_BY(event_buffer_lock_);
96 std::function<void(const ExtendedSensorEvent& event)> event_processor_
Dgoog_sensor_sync.h91 std::optional<ExtendedSensorEvent> FindNearestEvent(int64_t timestamp);
101 void ExtractFrameIdAndBoottimeTimestamp(const ExtendedSensorEvent& event,
112 uint64_t ExtractAocEventCounter(const ExtendedSensorEvent& event);
Dgoog_sensor_sync.cc77 const ExtendedSensorEvent& event, int64_t* frame_id, in ExtractFrameIdAndBoottimeTimestamp()
89 uint64_t GoogSensorSync::ExtractAocEventCounter(const ExtendedSensorEvent& event) { in ExtractAocEventCounter()
211 std::optional<ExtendedSensorEvent> GoogSensorSync::FindNearestEvent( in FindNearestEvent()
219 std::optional<ExtendedSensorEvent> nearest_event; in FindNearestEvent()
Dgoog_sensor_wrapper.cc78 std::function<void(const ExtendedSensorEvent& event)> event_processor) { in SetEventProcessor()
170 ExtendedSensorEvent event; in EventCallback()
/hardware/google/camera/common/sensor_listener/tests/
Dgoog_sensor_environment_test.cc31 const ExtendedSensorEvent& event) { in PrintSensorEvent()
75 std::function<void(const ExtendedSensorEvent& event)> print = in TEST()
94 std::function<void(const ExtendedSensorEvent& event)> print = in TEST()
113 std::function<void(const ExtendedSensorEvent& event)> print = in TEST()
Dgoog_sensor_motion_test.cc32 const ExtendedSensorEvent& event) { in PrintMotionSensorEvent()
119 std::function<void(const ExtendedSensorEvent& event)> print = in TEST()
139 std::function<void(const ExtendedSensorEvent& event)> print = in TEST()
159 std::function<void(const ExtendedSensorEvent& event)> print = in TEST()
179 std::function<void(const ExtendedSensorEvent& event)> print = in TEST()
199 std::function<void(const ExtendedSensorEvent& event)> print = in TEST()
Dgoog_sensor_sync_test.cc87 std::function<void(const ExtendedSensorEvent& event)> collect = in SetupTestEnvironment()
88 [this](const ExtendedSensorEvent& event) { in SetupTestEnvironment()
335 std::function<void(const ExtendedSensorEvent& event)> collect = in TEST_F()
336 [this](const ExtendedSensorEvent& event) { in TEST_F()
Dgoog_gyro_test.cc52 std::function<void(const ExtendedSensorEvent& event)> enqueue_gyro_poll = in CreateGyroPollListener()
53 [&](const ExtendedSensorEvent& event) { in CreateGyroPollListener()