Searched defs:soundPool (Results 1 – 3 of 3) sorted by relevance
34 int32_t SoundPoolManager::GetSoundPool(const pid_t pid, std::shared_ptr<SoundPool>& soundPool) in GetSoundPool()42 int32_t SoundPoolManager::SetSoundPool(const pid_t pid, std::shared_ptr<SoundPool> soundPool) in SetSoundPool()
62 explicit SoundPoolCallbackTest(std::shared_ptr<SoundPoolMock> soundPool) in SoundPoolCallbackTest()
93 auto soundPool = std::make_unique<SoundPoolSetRateFuzzer>(); in FuzzTestSoundPoolSetRate() local