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 308 bool batchValid, uint32_t batchPeriodUs, bool passive, 315 batchValid, batchPeriodUs, passive, 436 bool batchValid, uint32_t batchPeriodUs, bool passive,
|
/system/chre/platform/slpi/see/ |
D | see_helper.cc | 362 bool batchValid, uint32_t batchPeriodUs, bool passive, in prepSnsClientReq() argument 384 req->request.batching.batch_period = batchPeriodUs; in prepSnsClientReq() 387 req->request.batching.flush_period = batchPeriodUs + 3000000; in prepSnsClientReq() 1740 true /* batchValid */, request.batchPeriodUs, in makeRequest() 1843 bool batchValid, uint32_t batchPeriodUs, bool passive, in sendReq() argument 1850 batchPeriodUs, passive, &msg, &data)) { in sendReq()
|
D | platform_sensor.cc | 804 .batchPeriodUs = !sensorTypeIsContinuous(mSensorType) ? 0 in applyRequest() 876 status.latency = req.batchPeriodUs * kOneMicrosecondInNanoseconds; in applyRequest()
|