Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dcache_buffer.h57 std::shared_ptr<ThreadPool> cacheBufferStopThreadPool);
H A Dcache_buffer.cpp31 std::shared_ptr<ThreadPool> cacheBufferStopThreadPool) : trackFormat_(trackFormat), in CacheBuffer() argument
33 …cacheBufferStopThreadPool_(cacheBufferStopThreadPool), cacheDataFrameIndex_(0), havePlayedCount_(0) in CacheBuffer()