Home
last modified time | relevance | path

Searched defs:cacheBufferStopThreadPool (Results 1 – 4 of 4) sorted by relevance

/foundation/multimedia/player_framework/test/unittest/soundpool_cachebuffer_unittest/
Dcache_buffer_unittest.h37 std::shared_ptr<ThreadPool> cacheBufferStopThreadPool = nullptr; variable
/foundation/multimedia/player_framework/test/unittest/soundpool_cachebuffer_test/src/
Dcachebuffer_mock.cpp24 const int32_t &streamID, std::shared_ptr<ThreadPool> cacheBufferStopThreadPool) in CreateCacheBuffer()
/foundation/multimedia/player_framework/test/unittest/soundpool_unittest/
Dcachebuffer_unittest.cpp38 std::shared_ptr<ThreadPool> cacheBufferStopThreadPool; in SetUp() local
/foundation/multimedia/player_framework/frameworks/native/soundpool/
Dcache_buffer.cpp31 std::shared_ptr<ThreadPool> cacheBufferStopThreadPool) : trackFormat_(trackFormat), in CacheBuffer()