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.h114 uint32_t batchPeriodUs; member
305 size_t payloadLen, bool batchValid, uint32_t batchPeriodUs,
310 payloadLen, batchValid, batchPeriodUs, passive,
428 size_t payloadLen, bool batchValid, uint32_t batchPeriodUs,
/system/chre/platform/slpi/see/
Dsee_helper.cc364 uint32_t batchPeriodUs, bool passive, in prepSnsClientReq() argument
385 req->request.batching.batch_period = batchPeriodUs; in prepSnsClientReq()
388 req->request.batching.flush_period = batchPeriodUs + 3000000; in prepSnsClientReq()
1774 true /* batchValid */, request.batchPeriodUs, request.passive, in makeRequest()
1874 bool batchValid, uint32_t batchPeriodUs, bool passive, in sendReq() argument
1882 batchPeriodUs, passive, &msg, &data)) { in sendReq()
Dplatform_sensor_manager.cc727 .batchPeriodUs = in configureSensor()
764 status.latency = req.batchPeriodUs * kOneMicrosecondInNanoseconds; in configureSensor()