Home
last modified time | relevance | path

Searched refs:ISoundPoolCallback (Results 1 - 16 of 16) sorted by relevance

/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/
H A Disoundpool.h34 class ISoundPoolCallback;
157 (const std::shared_ptr<ISoundPoolCallback> &soundPoolCallback) = 0;
171 class ISoundPoolCallback { class
173 virtual ~ISoundPoolCallback() = default;
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dcache_buffer.h68 int32_t SetCallback(const std::shared_ptr<ISoundPoolCallback> &callback);
69 int32_t SetCacheBufferCallback(const std::shared_ptr<ISoundPoolCallback> &callback);
111 std::shared_ptr<ISoundPoolCallback> callback_ = nullptr;
112 std::shared_ptr<ISoundPoolCallback> cacheBufferCallback_ = nullptr;
H A Dstream_id_manager.h41 int32_t SetCallback(const std::shared_ptr<ISoundPoolCallback> &callback);
50 class CacheBufferCallBack : public ISoundPoolCallback {
99 std::shared_ptr<ISoundPoolCallback> cacheBufferCallback_ = nullptr;
102 std::shared_ptr<ISoundPoolCallback> callback_ = nullptr;
H A Dsound_id_manager.h41 int32_t SetCallback(const std::shared_ptr<ISoundPoolCallback> &callback);
49 std::shared_ptr<ISoundPoolCallback> callback_ = nullptr;
H A Dsound_parser.h82 int32_t SetCallback(const std::shared_ptr<ISoundPoolCallback> &callback);
100 std::shared_ptr<ISoundPoolCallback> callback_ = nullptr;
122 int32_t SetCallback(const std::shared_ptr<ISoundPoolCallback> &callback);
189 std::shared_ptr<ISoundPoolCallback> callback_ = nullptr;
H A Dsoundpool.h55 int32_t SetSoundPoolCallback(const std::shared_ptr<ISoundPoolCallback> &soundPoolCallback) override;
66 std::shared_ptr<ISoundPoolCallback> callback_ = nullptr;
H A Dcache_buffer.cpp437 int32_t CacheBuffer::SetCallback(const std::shared_ptr<ISoundPoolCallback> &callback) in SetCallback()
443 int32_t CacheBuffer::SetCacheBufferCallback(const std::shared_ptr<ISoundPoolCallback> &callback) in SetCacheBufferCallback()
H A Dsound_parser.cpp181 int32_t SoundParser::SetCallback(const std::shared_ptr<ISoundPoolCallback> &callback) in SetCallback()
352 int32_t SoundDecoderCallback::SetCallback(const std::shared_ptr<ISoundPoolCallback> &callback) in SetCallback()
H A Dsound_id_manager.cpp209 int32_t SoundIDManager::SetCallback(const std::shared_ptr<ISoundPoolCallback> &callback) in SetCallback()
H A Dsoundpool.cpp230 int32_t SoundPool::SetSoundPoolCallback(const std::shared_ptr<ISoundPoolCallback> &soundPoolCallback) in SetSoundPoolCallback()
H A Dstream_id_manager.cpp412 int32_t StreamIDManager::SetCallback(const std::shared_ptr<ISoundPoolCallback> &callback) in SetCallback()
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.h65 std::shared_ptr<ISoundPoolCallback> soundPoolCallback_ = nullptr;
77 class AHSoundLowLatencyCallback : public ISoundPoolCallback {
82 // ISoundPoolCallback override
/foundation/multimedia/player_framework/test/unittest/soundpool_test/include/
H A Dsoundpool_mock.h53 int32_t SetSoundPoolCallback(const std::shared_ptr<ISoundPoolCallback> &soundPoolCallback);
60 class SoundPoolCallbackTest : public ISoundPoolCallback, public NoCopyable {
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H A Dsoundpool_callback_napi.h34 class SoundPoolCallBackNapi : public ISoundPoolCallback {
H A Dsoundpool_napi.h154 std::shared_ptr<ISoundPoolCallback> callbackNapi_;
/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()

Completed in 8 milliseconds