Searched refs:batch_period (Results 1 – 3 of 3) sorted by relevance
49 virtual int batch(nsecs_t sample_period, nsecs_t batch_period);
61 int batch(int handle, nsecs_t sample_period, nsecs_t batch_period);
95 int DynamicSensorManager::batch(int handle, nsecs_t sample_period, nsecs_t batch_period) { in batch() argument102 return s->batch(sample_period, batch_period); in batch()