Home
last modified time | relevance | path

Searched refs:havePlayedCount_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dcache_buffer.cpp32 cacheDataFrameIndex_(0), havePlayedCount_(0) in CacheBuffer()
143 havePlayedCount_ = 0; in DoPlay()
259 if (loop_ >= 0 && havePlayedCount_ >= loop_) { in OnWriteData()
261 " havePlayedCount_:%{public}d, loop:%{public}d, streamID_:%{public}d, length: %{public}zu", in OnWriteData()
262 cacheDataFrameIndex_, havePlayedCount_, loop_, streamID_, length); in OnWriteData()
268 havePlayedCount_++; in OnWriteData()
333 havePlayedCount_ = 0; in Stop()
388 havePlayedCount_ = 0; in SetLoop()
H A Dcache_buffer.h121 int32_t havePlayedCount_; member in OHOS::Media::CacheBuffer

Completed in 2 milliseconds