Home
last modified time | relevance | path

Searched refs:event_buffer_lock_ (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_wrapper.h76 std::deque<ExtendedSensorEvent> event_buffer_ GUARDED_BY(event_buffer_lock_);
79 mutable std::mutex event_buffer_lock_; variable
Dgoog_sensor_sync.cc113 std::lock_guard<std::mutex> el(event_buffer_lock_); in GetLatestNSamples()
179 std::lock_guard<std::mutex> el(event_buffer_lock_); in SyncTimestamp()
217 std::lock_guard<std::mutex> el(event_buffer_lock_); in FindNearestEvent()
236 std::lock_guard<std::mutex> el(event_buffer_lock_); in MatchTimestamp()
Dgoog_sensor_motion.cc124 std::lock_guard<std::mutex> l(event_buffer_lock_); in GetLatestNSensorEvents()
149 std::lock_guard<std::mutex> l(event_buffer_lock_); in QuerySensorEventsBetweenTimestamps()
Dgoog_sensor_environment.cc105 std::lock_guard<std::mutex> l(event_buffer_lock_); in GetLatestNSensorEvents()
Dgoog_sensor_wrapper.cc177 std::lock_guard<std::mutex> l(event_buffer_lock_); in EventCallback()