Searched defs:CreateSoundPool (Results 1 – 3 of 3) sorted by relevance
212 static std::shared_ptr<ISoundPool> CreateSoundPool(int maxStreams, in CreateSoundPool() function
40 bool SoundPoolMock::CreateSoundPool(int maxStreams, AudioStandard::AudioRendererInfo audioRenderInf… in CreateSoundPool() function in SoundPoolMock
28 std::shared_ptr<ISoundPool> SoundPoolFactory::CreateSoundPool(int maxStreams, in CreateSoundPool() function in OHOS::Media::SoundPoolFactory