Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/
Disoundpool.h227 static std::shared_ptr<ISoundPool> CreateSoundPool(int maxStreams, in CreateSoundPool() function
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
Dsoundpool_mock.cpp42 bool SoundPoolMock::CreateSoundPool(int maxStreams, AudioStandard::AudioRendererInfo audioRenderInf… in CreateSoundPool() function in SoundPoolMock
/foundation/multimedia/player_framework/frameworks/native/soundpool/
Dsoundpool.cpp32 std::shared_ptr<ISoundPool> SoundPoolFactory::CreateSoundPool(int maxStreams, in CreateSoundPool() function in OHOS::Media::SoundPoolFactory