Home
last modified time | relevance | path

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

/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_motion.cc111 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()
Dgoog_sensor_environment.cc95 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()
Dgoog_gyro_direct.cc205 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()
Dgoog_gyro_direct.h100 std::vector<int64_t>* event_timestamps,
Dgoog_sensor_motion.h150 std::vector<int64_t>* event_timestamps,