Home
last modified time | relevance | path

Searched refs:soundPool (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsoundpool_manager.cpp34 int32_t SoundPoolManager::GetSoundPool(const pid_t pid, std::shared_ptr<SoundPool>& soundPool) in GetSoundPool() argument
38 it != soundPools_.end() ? soundPool = it->second : soundPool = nullptr; in GetSoundPool()
42 int32_t SoundPoolManager::SetSoundPool(const pid_t pid, std::shared_ptr<SoundPool> soundPool) in SetSoundPool() argument
50 soundPool = std::make_shared<SoundPool>(); in SetSoundPool()
51 soundPools_.emplace(pid, soundPool); in SetSoundPool()
H A Dsoundpool_manager.h33 int32_t GetSoundPool(const pid_t pid, std::shared_ptr<SoundPool>& soundPool);
34 int32_t SetSoundPool(const pid_t pid, std::shared_ptr<SoundPool> soundPool);
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetrate_fuzzer/
H A Dsoundpoolsetrate_fuzzer.cpp93 auto soundPool = std::make_unique<SoundPoolSetRateFuzzer>(); in FuzzTestSoundPoolSetRate() local
94 return soundPool->FuzzSoundPoolSetRate(data, size); in FuzzTestSoundPoolSetRate()
/foundation/multimedia/player_framework/test/unittest/soundpool_test/include/
H A Dsoundpool_mock.h62 explicit SoundPoolCallbackTest(std::shared_ptr<SoundPoolMock> soundPool) in SoundPoolCallbackTest() argument
64 soundPool_ = soundPool; in SoundPoolCallbackTest()

Completed in 2 milliseconds