Home
last modified time | relevance | path

Searched refs:batchPeriodUs (Results 1 – 3 of 3) sorted by relevance

/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h115 uint32_t batchPeriodUs; member
321 bool batchValid, uint32_t batchPeriodUs, bool passive,
328 batchValid, batchPeriodUs, passive,
449 bool batchValid, uint32_t batchPeriodUs, bool passive,
/system/chre/platform/slpi/see/
Dsee_helper.cc358 bool batchValid, uint32_t batchPeriodUs, bool passive, in prepSnsClientReq() argument
380 req->request.batching.batch_period = batchPeriodUs; in prepSnsClientReq()
383 req->request.batching.flush_period = batchPeriodUs + 3000000; in prepSnsClientReq()
1697 true /* batchValid */, request.batchPeriodUs, in makeRequest()
1800 bool batchValid, uint32_t batchPeriodUs, bool passive, in sendReq() argument
1807 batchPeriodUs, passive, &msg, &data)) { in sendReq()
Dplatform_sensor.cc737 .batchPeriodUs = !sensorTypeIsContinuous(mSensorType) ? 0 in applyRequest()
778 status.latency = req.batchPeriodUs * kOneMicrosecondInNanoseconds; in applyRequest()