Searched refs:SetSoundPoolCallback (Results 1 – 14 of 14) sorted by relevance
590 soundPool_->SetSoundPoolCallback(cb);798 soundPool_->SetSoundPoolCallback(cb);852 soundPool_->SetSoundPoolCallback(cb);1144 soundPool_->SetSoundPoolCallback(cb);1199 soundPool_->SetSoundPoolCallback(cb);1307 soundPool_->SetSoundPoolCallback(cb);1361 soundPool_->SetSoundPoolCallback(cb);1673 soundPool_->SetSoundPoolCallback(cb);1861 soundPool_->SetSoundPoolCallback(cb);1894 soundPool_->SetSoundPoolCallback(cb);[all …]
112 int32_t SoundPoolMock::SetSoundPoolCallback(const std::shared_ptr<ISoundPoolCallback> &soundPoolCal… in SetSoundPoolCallback() function in SoundPoolMock115 return soundPool_->SetSoundPoolCallback(soundPoolCallback); in SetSoundPoolCallback()
51 int32_t ret = TestSoundPool::SetSoundPoolCallback(cb); in FuzzSoundPoolLoad()95 int32_t ret = TestSoundPool::SetSoundPoolCallback(cb); in FuzzSoundPoolUnload()
50 int32_t ret = TestSoundPool::SetSoundPoolCallback(cb); in FuzzSoundPoolPlay()100 int32_t ret = TestSoundPool::SetSoundPoolCallback(cb); in FuzzSoundPoolStop()
55 …int32_t SetSoundPoolCallback(const std::shared_ptr<ISoundPoolCallback> &soundPoolCallback) overrid…
230 int32_t SoundPool::SetSoundPoolCallback(const std::shared_ptr<ISoundPoolCallback> &soundPoolCallbac… in SetSoundPoolCallback() function in OHOS::Media::SoundPool
50 int32_t ret = TestSoundPool::SetSoundPoolCallback(cb); in FuzzSoundPoolSetLoop()
50 int32_t ret = TestSoundPool::SetSoundPoolCallback(cb); in FuzzSoundPoolSetPriority()
50 int32_t ret = TestSoundPool::SetSoundPoolCallback(cb); in FuzzSoundPoolSetVolume()
50 int32_t ret = TestSoundPool::SetSoundPoolCallback(cb); in FuzzSoundPoolSetRate()
156 virtual int32_t SetSoundPoolCallback
53 int32_t SetSoundPoolCallback(const std::shared_ptr<ISoundPoolCallback> &soundPoolCallback);
64 soundPoolPlayer_->SetSoundPoolCallback(soundPoolCallback_); in LoadSoundPoolPlayer()
100 (void)soundPoolNapi->soundPool_->SetSoundPoolCallback(soundPoolNapi->callbackNapi_); in Constructor()