Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dsensors.cpp111 int64_t max_report_latency_ns) { in batch() argument
134 handle, flags, sampling_period_ns_clamped, max_report_latency_ns); in batch()
175 int64_t max_report_latency_ns) { in BatchWrapper() argument
177 handle, flags, sampling_period_ns, max_report_latency_ns); in BatchWrapper()
Dsensors.h47 int64_t max_report_latency_ns);
67 int64_t max_report_latency_ns);
Dhubconnection.h58 nsecs_t max_report_latency_ns);
Dhubconnection.cpp1037 nsecs_t max_report_latency_ns) in queueBatch() argument
1050 mSensorState[handle].latency = max_report_latency_ns; in queueBatch()
1057 cmd.sensorType, handle, sampling_period_ns, max_report_latency_ns); in queueBatch()
1060 cmd.sensorType, handle, sampling_period_ns, max_report_latency_ns); in queueBatch()
1063 handle, sampling_period_ns, max_report_latency_ns); in queueBatch()
/device/google/dragon/sensor_hub/
Dcros_ec_sensors.cpp169 long ec_period = nanoseconds_to_milliseconds(info->max_report_latency_ns); in activate()
200 int64_t max_report_latency_ns) in batch() argument
205 info->max_report_latency_ns = max_report_latency_ns; in batch()
221 if (info->max_report_latency_ns < max(sampling_period_ns, info->sampling_period_ns)) { in batch()
226 info->max_report_latency_ns = max(sampling_period_ns, info->sampling_period_ns); in batch()
Dcros_ec_sensors.h94 int64_t max_report_latency_ns; member
Dsensors.cpp679 int64_t max_report_latency_ns) in batch() argument
682 max_report_latency_ns); in batch()