Searched refs:batchPeriodUs (Results 1 – 3 of 3) sorted by relevance
/system/chre/platform/slpi/include/chre/platform/slpi/see/ |
D | see_helper.h | 115 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/ |
D | see_helper.cc | 358 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()
|
D | platform_sensor.cc | 737 .batchPeriodUs = !sensorTypeIsContinuous(mSensorType) ? 0 in applyRequest() 778 status.latency = req.batchPeriodUs * kOneMicrosecondInNanoseconds; in applyRequest()
|