Searched refs:SetFrameWriteCallback (Results 1 – 5 of 5) sorted by relevance
43 int32_t SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &callback);
76 int32_t SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &callback);
130 cacheBuffer->SetFrameWriteCallback(frameWriteCallback_); in Play()430 int32_t StreamIDManager::SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> … in SetFrameWriteCallback() function in OHOS::Media::StreamIDManager
243 if (streamIdManager_ != nullptr) streamIdManager_->SetFrameWriteCallback(frameWriteCallback); in SetSoundPoolFrameWriteCallback()
486 int32_t CacheBuffer::SetFrameWriteCallback(const std::shared_ptr<ISoundPoolFrameWriteCallback> &cal… in SetFrameWriteCallback() function in OHOS::Media::CacheBuffer