Searched refs:ISoundPoolFrameWriteCallback (Results 1 – 8 of 8) sorted by relevance
35 class ISoundPoolFrameWriteCallback; variable168 (const std::shared_ptr<ISoundPoolFrameWriteCallback> &frameWriteCallback) = 0;202 class ISoundPoolFrameWriteCallback {204 virtual ~ISoundPoolFrameWriteCallback() = default;
58 const std::shared_ptr<ISoundPoolFrameWriteCallback> &frameWriteCallback) override;67 std::shared_ptr<ISoundPoolFrameWriteCallback> frameWriteCallback_ = nullptr;
43 int32_t SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &callback);85 std::shared_ptr<ISoundPoolFrameWriteCallback> frameWriteCallback_ = nullptr;
76 int32_t SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &callback);120 std::shared_ptr<ISoundPoolFrameWriteCallback> frameWriteCallback_ = nullptr;
240 const std::shared_ptr<ISoundPoolFrameWriteCallback> &frameWriteCallback) in SetSoundPoolFrameWriteCallback()
430 int32_t StreamIDManager::SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> … in SetFrameWriteCallback()
486 int32_t CacheBuffer::SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &cal… in SetFrameWriteCallback()
67 std::shared_ptr<ISoundPoolFrameWriteCallback> firstFrameCallback_ = nullptr;92 class AHSoundFirstFrameCallback : public ISoundPoolFrameWriteCallback {