Searched refs:max_report_latency_ns (Results 1 - 10 of 10) sorted by relevance

/device/google/contexthub/sensorhal/
H A Dsensors.h66 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;
H A Dsensors.cpp131 int64_t max_report_latency_ns) {
136 return h->batch(handle, sampling_period_ns, max_report_latency_ns);
200 int64_t max_report_latency_ns) {
203 handle, sampling_period_ns, max_report_latency_ns);
305 int64_t max_report_latency_ns) {
326 max_report_latency_ns);
369 int64_t max_report_latency_ns) {
370 return mDynamicSensorManager->batch(handle, sampling_period_ns, max_report_latency_ns);
128 batch( int handle, int64_t sampling_period_ns, int64_t max_report_latency_ns) argument
195 BatchWrapper( struct sensors_poll_device_1 *dev, int handle, int flags, int64_t sampling_period_ns, int64_t max_report_latency_ns) argument
303 batch( int handle, int64_t sampling_period_ns, int64_t max_report_latency_ns) argument
368 batch(int handle, int64_t sampling_period_ns, int64_t max_report_latency_ns) argument
H A Dactivity.h44 uint32_t event_type, int64_t max_report_latency_ns);
H A Dactivity.cpp334 uint32_t event_type, int64_t max_report_latency_ns) {
337 activity_handle, event_type, max_report_latency_ns);
347 mHubConnection->queueBatch(sensor_index, 1000000, max_report_latency_ns);
333 enableActivityEvent(uint32_t activity_handle, uint32_t event_type, int64_t max_report_latency_ns) argument
H A Dhubconnection.h72 nsecs_t max_report_latency_ns);
H A Dhubconnection.cpp1584 nsecs_t max_report_latency_ns)
1597 mSensorState[handle].latency = max_report_latency_ns;
1604 cmd.sensorType, handle, sampling_period_ns, max_report_latency_ns);
1607 cmd.sensorType, handle, sampling_period_ns, max_report_latency_ns);
1610 handle, sampling_period_ns, max_report_latency_ns);
1581 queueBatch( int handle, nsecs_t sampling_period_ns, nsecs_t max_report_latency_ns) argument
/device/google/dragon/sensor_hub/
H A Dcros_ec_sensors.cpp169 long ec_period = nanoseconds_to_milliseconds(info->max_report_latency_ns);
200 int64_t max_report_latency_ns)
205 info->max_report_latency_ns = max_report_latency_ns;
221 if (info->max_report_latency_ns < max(sampling_period_ns, info->sampling_period_ns)) {
226 info->max_report_latency_ns = max(sampling_period_ns, info->sampling_period_ns);
198 batch(int handle, int64_t sampling_period_ns, int64_t max_report_latency_ns) argument
H A Dcros_ec_sensors.h98 int64_t max_report_latency_ns; member in struct:cros_ec_sensor_info
H A Dsensors.cpp681 int64_t max_report_latency_ns)
684 max_report_latency_ns);
/device/generic/goldfish/sensors/
H A Dsensors_qemu.c620 int64_t max_report_latency_ns) {
615 sensor_device_default_batch( struct sensors_poll_device_1* dev, int sensor_handle, int flags, int64_t sampling_period_ns, int64_t max_report_latency_ns) argument

Completed in 98 milliseconds