Home
last modified time | relevance | path

Searched refs:soundPoolCallback (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_mock.cpp112 int32_t SoundPoolMock::SetSoundPoolCallback(const std::shared_ptr<ISoundPoolCallback> &soundPoolCallback) in SetSoundPoolCallback() argument
115 return soundPool_->SetSoundPoolCallback(soundPoolCallback); in SetSoundPoolCallback()
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsoundpool.cpp230 int32_t SoundPool::SetSoundPoolCallback(const std::shared_ptr<ISoundPoolCallback> &soundPoolCallback) in SetSoundPoolCallback() argument
233 if (soundIDManager_ != nullptr) soundIDManager_->SetCallback(soundPoolCallback); in SetSoundPoolCallback()
234 if (streamIdManager_ != nullptr) streamIdManager_->SetCallback(soundPoolCallback); in SetSoundPoolCallback()
235 callback_ = soundPoolCallback; in SetSoundPoolCallback()
H A Dsoundpool.h55 int32_t SetSoundPoolCallback(const std::shared_ptr<ISoundPoolCallback> &soundPoolCallback) override;
/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/
H A Disoundpool.h151 * @param soundPoolCallback The listen class for soundpool
157 (const std::shared_ptr<ISoundPoolCallback> &soundPoolCallback) = 0;
/foundation/multimedia/player_framework/test/unittest/soundpool_test/include/
H A Dsoundpool_mock.h53 int32_t SetSoundPoolCallback(const std::shared_ptr<ISoundPoolCallback> &soundPoolCallback);

Completed in 2 milliseconds