Home
last modified time | relevance | path

Searched refs:toneInfo_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp75 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 …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/include/
H A Dtone_player_impl.h77 std::shared_ptr<ToneInfo> toneInfo_; // pointer to active tone Info variable