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