Home
last modified time | relevance | path

Searched refs:ISoundPoolFrameWriteCallback (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/
H A Disoundpool.h35 class ISoundPoolFrameWriteCallback;
168 (const std::shared_ptr<ISoundPoolFrameWriteCallback> &frameWriteCallback) = 0;
202 class ISoundPoolFrameWriteCallback { class
204 virtual ~ISoundPoolFrameWriteCallback() = default;
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsoundpool.h58 const std::shared_ptr<ISoundPoolFrameWriteCallback> &frameWriteCallback) override;
67 std::shared_ptr<ISoundPoolFrameWriteCallback> frameWriteCallback_ = nullptr;
H A Dcache_buffer.h70 int32_t SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &callback);
113 std::shared_ptr<ISoundPoolFrameWriteCallback> frameWriteCallback_ = nullptr;
H A Dstream_id_manager.h43 int32_t SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &callback);
103 std::shared_ptr<ISoundPoolFrameWriteCallback> frameWriteCallback_ = nullptr;
H A Dsoundpool.cpp240 const std::shared_ptr<ISoundPoolFrameWriteCallback> &frameWriteCallback) in SetSoundPoolFrameWriteCallback()
H A Dcache_buffer.cpp449 int32_t CacheBuffer::SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &callback) in SetFrameWriteCallback()
H A Dstream_id_manager.cpp418 int32_t StreamIDManager::SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &callback) in SetFrameWriteCallback()
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.h66 std::shared_ptr<ISoundPoolFrameWriteCallback> firstFrameCallback_ = nullptr;
91 class AHSoundFirstFrameCallback : public ISoundPoolFrameWriteCallback {

Completed in 5 milliseconds