Home
last modified time | relevance | path

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

/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h113 bool passive; 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/
Dsee_helper.cc362 bool batchValid, uint32_t batchPeriodUs, bool passive, in prepSnsClientReq() argument
391 req->request.is_passive = passive, in prepSnsClientReq()
1741 request.passive, false /* waitForIndication */); in makeRequest()
1843 bool batchValid, uint32_t batchPeriodUs, bool passive, in sendReq() argument
1850 batchPeriodUs, passive, &msg, &data)) { in sendReq()
Dplatform_sensor.cc799 .passive = sensorModeIsPassive(request.getMode()), in applyRequest()
809 if (req.enable && req.passive && !mPassiveSupported) { in applyRequest()