Searched defs:CreateParallelSoundPool (Results 1 – 3 of 3) sorted by relevance
232 static std::shared_ptr<ISoundPool> CreateParallelSoundPool(int maxStreams, in CreateParallelSoundPool() function
136 bool SoundPoolParallelMock::CreateParallelSoundPool(int maxStreams, AudioStandard::AudioRendererInf… in CreateParallelSoundPool() function in SoundPoolParallelMock
64 std::shared_ptr<ISoundPool> SoundPoolFactory::CreateParallelSoundPool(int maxStreams, in CreateParallelSoundPool() function in OHOS::Media::SoundPoolFactory