Searched refs:sampling_period_ns (Results 1 – 8 of 8) sorted by relevance
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | sensors.cpp | 70 int64_t sampling_period_ns, in batch() argument 72 return mDynamicSensorManager->batch(handle, sampling_period_ns, max_report_latency_ns); in batch() 107 int64_t sampling_period_ns, in BatchWrapper() argument 111 handle, sampling_period_ns, max_report_latency_ns); in BatchWrapper()
|
D | sensors.h | 52 int batch(int handle, int64_t sampling_period_ns, 73 int64_t sampling_period_ns,
|
D | DynamicSensorsSubHal.cpp | 77 int32_t sensor_handle, int64_t sampling_period_ns, in batch() argument 79 int rc = mDynamicSensorManager->batch(sensor_handle, sampling_period_ns, in batch()
|
D | DynamicSensorsSubHal.h | 48 Return<Result> batch(int32_t sensor_handle, int64_t sampling_period_ns,
|
/hardware/libhardware/include/hardware/ |
D | sensors.h | 658 int sensor_handle, int64_t sampling_period_ns); 699 int sensor_handle, int64_t sampling_period_ns); 727 int sensor_handle, int flags, int64_t sampling_period_ns,
|
/hardware/libhardware/include_all/hardware/ |
D | sensors.h | 658 int sensor_handle, int64_t sampling_period_ns); 699 int sensor_handle, int64_t sampling_period_ns); 727 int sensor_handle, int flags, int64_t sampling_period_ns,
|
/hardware/interfaces/sensors/1.0/default/ |
D | Sensors.h | 49 int64_t sampling_period_ns,
|
D | Sensors.cpp | 236 int64_t sampling_period_ns, in batch() argument 243 sampling_period_ns, in batch()
|