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 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 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()
|
D | platform_sensor.cc | 799 .passive = sensorModeIsPassive(request.getMode()), in applyRequest() 809 if (req.enable && req.passive && !mPassiveSupported) { in applyRequest()
|