Searched refs:passive (Results 1 – 3 of 3) sorted by relevance
/system/chre/platform/slpi/include/chre/platform/slpi/see/ |
D | see_helper.h | 113 bool passive; 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 387 req->request.is_passive = passive, in prepSnsClientReq() 1698 request.passive, false /* waitForIndication */); in makeRequest() 1800 bool batchValid, uint32_t batchPeriodUs, bool passive, in sendReq() argument 1807 batchPeriodUs, passive, &msg, &data)) { in sendReq()
|
D | platform_sensor.cc | 732 .passive = sensorModeIsPassive(request.getMode()), in applyRequest() 742 if (req.enable && req.passive && !mPassiveSupported) { in applyRequest()
|