Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/
H A Disoundpool.h35 class ISoundPoolFrameWriteCallback; variable
168 (const std::shared_ptr<ISoundPoolFrameWriteCallback> &frameWriteCallback) = 0;
202 class ISoundPoolFrameWriteCallback {
204 virtual ~ISoundPoolFrameWriteCallback() = default;
/ohos5.0/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 Dstream_id_manager.h43 int32_t SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &callback);
85 std::shared_ptr<ISoundPoolFrameWriteCallback> frameWriteCallback_ = nullptr;
H A Dcache_buffer.h76 int32_t SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &callback);
120 std::shared_ptr<ISoundPoolFrameWriteCallback> frameWriteCallback_ = nullptr;
H A Dsoundpool.cpp240 const std::shared_ptr<ISoundPoolFrameWriteCallback> &frameWriteCallback) in SetSoundPoolFrameWriteCallback()
H A Dstream_id_manager.cpp430 int32_t StreamIDManager::SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> … in SetFrameWriteCallback()
H A Dcache_buffer.cpp486 int32_t CacheBuffer::SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &cal… in SetFrameWriteCallback()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.h67 std::shared_ptr<ISoundPoolFrameWriteCallback> firstFrameCallback_ = nullptr;
92 class AHSoundFirstFrameCallback : public ISoundPoolFrameWriteCallback {