Searched refs:event_timestamps (Results 1 – 5 of 5) sorted by relevance
/hardware/google/camera/common/sensor_listener/ |
D | goog_sensor_motion.cc | 111 int num_sample, std::vector<int64_t>* event_timestamps, in GetLatestNSensorEvents() argument 115 event_timestamps->clear(); in GetLatestNSensorEvents() 130 event_timestamps->push_back(event->sensor_event.timestamp); in GetLatestNSensorEvents() 140 std::vector<int64_t>* event_timestamps, std::vector<float>* motion_vector_x, in QuerySensorEventsBetweenTimestamps() argument 143 event_timestamps->clear(); in QuerySensorEventsBetweenTimestamps() 155 event_timestamps->push_back(event_time); in QuerySensorEventsBetweenTimestamps()
|
D | goog_sensor_environment.cc | 95 int num_sample, std::vector<int64_t>* event_timestamps, in GetLatestNSensorEvents() argument 98 event_timestamps->clear(); in GetLatestNSensorEvents() 111 event_timestamps->push_back(event->sensor_event.timestamp); in GetLatestNSensorEvents()
|
D | goog_gyro_direct.cc | 205 std::vector<int64_t>* event_timestamps, std::vector<float>* motion_vector_x, in QueryGyroEventsBetweenTimestamps() argument 208 event_timestamps->clear(); in QueryGyroEventsBetweenTimestamps() 250 event_timestamps->push_back(event_vector[index].timestamp); in QueryGyroEventsBetweenTimestamps()
|
D | goog_gyro_direct.h | 100 std::vector<int64_t>* event_timestamps,
|
D | goog_sensor_motion.h | 150 std::vector<int64_t>* event_timestamps,
|