Home
last modified time | relevance | path

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

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