Searched refs:stepCntSamplingTimerHandle (Results 1 – 1 of 1) sorted by relevance
392 uint32_t stepCntSamplingTimerHandle; member1238 if (mTask.stepCntSamplingTimerHandle) { in stepCntPower()1239 timTimerCancel(mTask.stepCntSamplingTimerHandle); in stepCntPower()1240 mTask.stepCntSamplingTimerHandle = 0; in stepCntPower()1531 if (rate == SENSOR_RATE_ONCHANGE && mTask.stepCntSamplingTimerHandle) { in stepCntSetRate()1532 timTimerCancel(mTask.stepCntSamplingTimerHandle); in stepCntSetRate()1533 mTask.stepCntSamplingTimerHandle = 0; in stepCntSetRate()1535 if (mTask.stepCntSamplingTimerHandle) { in stepCntSetRate()1536 timTimerCancel(mTask.stepCntSamplingTimerHandle); in stepCntSetRate()1538 …mTask.stepCntSamplingTimerHandle = timTimerSet(sensorTimerLookupCommon(StepCntRates, stepCntRateTi… in stepCntSetRate()