Searched refs:toneInfo_ (Results 1 – 2 of 2) sorted by relevance
75 toneInfo_ = NULL; in TonePlayerImpl()235 if (toneInfo_->segments[currSegment_].loopCnt) { in GetCurrentSegmentUpdated()237 currSegment_ = toneInfo_->segments[currSegment_].loopIndx; in GetCurrentSegmentUpdated()260 if (toneInfo_->segments[currSegment_].duration == 0) { in CheckToneContinuity()262 if (currCount_ < toneInfo_->repeatCnt) { in CheckToneContinuity()263 currSegment_ = toneInfo_->repeatSegment; in CheckToneContinuity()283 if (toneInfo_->segments[currSegment_].duration != 0) { in ContinueToneplay()290 if (toneInfo_->segments[currSegment_].duration != 0) { in ContinueToneplay()344 if (toneInfo_->segments[currSegment_].duration != 0) { in CheckToneStarted()404 toneInfo_ = initialToneInfo_; in InitToneWaveInfo()[all …]
77 std::shared_ptr<ToneInfo> toneInfo_; // pointer to active tone Info variable