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