Searched refs:max_report_latency_ns (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/sensorhal/ |
D | sensors.h | 66 int64_t max_report_latency_ns); 97 int64_t max_report_latency_ns); 114 int64_t max_report_latency_ns) = 0; 127 int64_t max_report_latency_ns) override; 150 int64_t max_report_latency_ns) override;
|
D | sensors.cpp | 114 int64_t max_report_latency_ns) { in batch() argument 119 return h->batch(handle, sampling_period_ns, max_report_latency_ns); in batch() 183 int64_t max_report_latency_ns) { in BatchWrapper() argument 186 handle, sampling_period_ns, max_report_latency_ns); in BatchWrapper() 288 int64_t max_report_latency_ns) { in batch() argument 309 max_report_latency_ns); in batch() 352 int64_t max_report_latency_ns) { in batch() argument 353 return mDynamicSensorManager->batch(handle, sampling_period_ns, max_report_latency_ns); in batch()
|
D | hubconnection.h | 72 nsecs_t max_report_latency_ns);
|
D | hubconnection.cpp | 1653 nsecs_t max_report_latency_ns) in queueBatch() argument 1666 mSensorState[handle].latency = max_report_latency_ns; in queueBatch() 1674 cmd.sensorType, handle, sampling_period_ns, max_report_latency_ns); in queueBatch() 1677 cmd.sensorType, handle, sampling_period_ns, max_report_latency_ns); in queueBatch() 1681 handle, sampling_period_ns, max_report_latency_ns); in queueBatch()
|