Searched refs:batchLocked (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | SensorDevice.h | 211 status_t batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs,
|
D | SensorDevice.cpp | 338 status_t res = batchLocked(info.batchParams.keyAt(j), handle, 0 /* flags */, in reactivateSensors() 670 return batchLocked(ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch() 673 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked() function in android::SensorDevice
|