Searched refs:SoundPoolCallbackTest (Results 1 – 3 of 3) sorted by relevance
123 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);161 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);221 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);268 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);306 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);366 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);416 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);458 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);514 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);539 std::shared_ptr<SoundPoolCallbackTest> cb = std::make_shared<SoundPoolCallbackTest>(soundPool_);[all …]
23 void SoundPoolCallbackTest::OnError(int32_t errorCode) in OnError()28 void SoundPoolCallbackTest::OnLoadCompleted(int32_t soundId) in OnLoadCompleted()34 void SoundPoolCallbackTest::OnPlayFinished() in OnPlayFinished()
60 class SoundPoolCallbackTest : public ISoundPoolCallback, public NoCopyable {62 explicit SoundPoolCallbackTest(std::shared_ptr<SoundPoolMock> soundPool) in SoundPoolCallbackTest() function66 ~SoundPoolCallbackTest() in ~SoundPoolCallbackTest()