Home
last modified time | relevance | path

Searched defs:streamStopThreadPool (Results 1 – 3 of 3) sorted by relevance

/foundation/multimedia/player_framework/test/unittest/soundpool_unittest/
Dparallel_stream_manager_test.cpp81 std::shared_ptr<ThreadPool> streamStopThreadPool; variable
101 std::shared_ptr<ThreadPool> streamStopThreadPool; variable
122 std::shared_ptr<ThreadPool> streamStopThreadPool; variable
145 std::shared_ptr<ThreadPool> streamStopThreadPool; variable
170 std::shared_ptr<ThreadPool> streamStopThreadPool; variable
Dstream_unittest.cpp40 std::shared_ptr<ThreadPool> streamStopThreadPool; in SetUp() local
/foundation/multimedia/player_framework/frameworks/native/soundpool/
Dstream.cpp31 std::shared_ptr<ThreadPool> streamStopThreadPool) : trackFormat_(trackFormat), in Stream()