Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/
Disoundpool.h232 static std::shared_ptr<ISoundPool> CreateParallelSoundPool(int maxStreams, in CreateParallelSoundPool() function
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
Dsoundpool_mock.cpp136 bool SoundPoolParallelMock::CreateParallelSoundPool(int maxStreams, AudioStandard::AudioRendererInf… in CreateParallelSoundPool() function in SoundPoolParallelMock
/foundation/multimedia/player_framework/frameworks/native/soundpool/
Dsoundpool.cpp64 std::shared_ptr<ISoundPool> SoundPoolFactory::CreateParallelSoundPool(int maxStreams, in CreateParallelSoundPool() function in OHOS::Media::SoundPoolFactory