Home
last modified time | relevance | path

Searched refs:setBatchParamsForIdent (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/sensorservice/
H A DSensorDevice.h189 status_t setBatchParamsForIdent(void* ident, int flags, int64_t samplingPeriodNs,
H A DSensorDevice.cpp807 info.setBatchParamsForIdent(ident, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked()
1121 status_t SensorDevice::Info::setBatchParamsForIdent(void* ident, int, in setBatchParamsForIdent() function in android::SensorDevice::Info