Searched refs:sensorActiveInfo (Results 1 – 3 of 3) sorted by relevance
106 void SensorActiveInfoCBImpl(SensorActiveInfo &sensorActiveInfo) in SensorActiveInfoCBImpl() argument109 "maxReportDelayNs:%{public}" PRId64 "", sensorActiveInfo.pid, sensorActiveInfo.sensorId, in SensorActiveInfoCBImpl()110 sensorActiveInfo.samplingPeriodNs, sensorActiveInfo.maxReportDelayNs); in SensorActiveInfoCBImpl()113 void SensorActiveInfoCBImpl2(SensorActiveInfo &sensorActiveInfo) in SensorActiveInfoCBImpl2() argument116 "maxReportDelayNs:%{public}" PRId64 "", sensorActiveInfo.pid, sensorActiveInfo.sensorId, in SensorActiveInfoCBImpl2()117 sensorActiveInfo.samplingPeriodNs, sensorActiveInfo.maxReportDelayNs); in SensorActiveInfoCBImpl2()
453 SensorActiveInfo sensorActiveInfo; in HandleNetPacke() local454 pkt >> sensorActiveInfo.pid >> sensorActiveInfo.sensorId >> sensorActiveInfo.samplingPeriodNs >> in HandleNetPacke()455 sensorActiveInfo.maxReportDelayNs; in HandleNetPacke()467 callback(sensorActiveInfo); in HandleNetPacke()
516 typedef void (*SensorActiveInfoCB)(SensorActiveInfo &sensorActiveInfo);