Searched refs:streamIndex_ (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | renderer_in_server.cpp | 166 streamIndex_ = stream_->GetStreamIndex(); in Init() 195 bean->Add("STREAMID", static_cast<int32_t>(streamIndex_)); in CheckAndWriterRenderStreamStandbySysEvent() 200 payload["sessionId"] = std::to_string(streamIndex_); in CheckAndWriterRenderStreamStandbySysEvent() 343 streamIndex_, standByCounter_.load(), timeCost); in ShouldEnableStandBy() 427 payload["sessionId"] = std::to_string(streamIndex_); in WriteMuteDataSysEvent() 441 payload["sessionId"] = std::to_string(streamIndex_); in WriteMuteDataSysEvent() 484 streamIndex_, dataSize); in WriteData() 633 sessionId = streamIndex_; in GetSessionId() 642 AUDIO_INFO_LOG("sessionId: %{public}u", streamIndex_); in Start() 904 AudioService::GetInstance()->RemoveRenderer(streamIndex_); in Release() [all …]
|
H A D | capturer_in_server.cpp | 130 streamIndex_ = stream_->GetStreamIndex(); in Init() 138 … dumpFileName_ = std::to_string(processConfig_.appInfo.appPid) + "_" + std::to_string(streamIndex_) in Init() 286 sessionId = streamIndex_; in GetSessionId() 335 PermissionUtil::NotifyStop(tokenId, streamIndex_); in Pause() 395 PermissionUtil::NotifyStop(tokenId, streamIndex_); in Stop() 405 AudioService::GetInstance()->RemoveCapturer(streamIndex_); in Release() 414 int32_t ret = IStreamManager::GetRecorderManager().ReleaseCapturer(streamIndex_); in Release() 422 AUDIO_INFO_LOG("Disable inner capturer for %{public}u", streamIndex_); in Release() 424 PlaybackCapturerManager::GetInstance()->RemovePlaybackCapturerFilterInfo(streamIndex_); in Release() 431 PermissionUtil::NotifyStop(tokenId, streamIndex_); in Release() [all …]
|
H A D | pa_renderer_stream_impl.cpp | 175 std::string sessionIDTemp = std::to_string(streamIndex_); in Start() 219 std::string sessionIDTemp = std::to_string(streamIndex_); in Pause() 227 std::string sessionIDTemp = std::to_string(streamIndex_); in Pause() 272 std::string sessionIDTemp = std::to_string(streamIndex_); in Flush() 333 std::string sessionIDTemp = std::to_string(streamIndex_); in Stop() 340 std::string sessionIDTemp = std::to_string(streamIndex_); in Stop() 372 std::string sessionIDTemp = std::to_string(streamIndex_); in Release() 379 std::string sessionIDTemp = std::to_string(streamIndex_); in Release() 547 algorithmLatency = audioEffectChainManager->GetLatency(std::to_string(streamIndex_)); in GetEffectChainLatency() 929 streamIndex_ = index; in SetStreamIndex() [all …]
|
H A D | pro_renderer_stream_impl.cpp | 51 streamIndex_(static_cast<uint32_t>(-1)), in ProRendererStreamImpl() 444 streamIndex_ = index; in SetStreamIndex() 454 return streamIndex_; in GetStreamIndex()
|
H A D | pa_capturer_stream_impl.cpp | 523 streamIndex_ = index; in SetStreamIndex() 528 return streamIndex_; in GetStreamIndex()
|
H A D | audio_endpoint.cpp | 98 uint32_t streamIndex_ = 0; member in OHOS::AudioStandard::MockCallbacks 406 MockCallbacks::MockCallbacks(uint32_t streamIndex) : streamIndex_(streamIndex) in MockCallbacks() 408 AUDIO_INFO_LOG("DupStream %{public}u create MockCallbacks", streamIndex_); in MockCallbacks() 413 AUDIO_INFO_LOG("DupStream %{public}u recv operation: %{public}d", streamIndex_, operation); in OnStatusUpdate()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | i_stream_manager.h | 43 virtual int32_t ReleaseRender(uint32_t streamIndex_) = 0; 50 virtual int32_t ReleaseCapturer(uint32_t streamIndex_) = 0;
|
H A D | pa_adapter_manager.h | 64 int32_t ReleaseRender(uint32_t streamIndex_) override; 71 int32_t ReleaseCapturer(uint32_t streamIndex_) override;
|
H A D | renderer_in_server.h | 35 uint32_t streamIndex_ = 0; 127 uint32_t streamIndex_ = -1; variable
|
H A D | capturer_in_server.h | 68 uint32_t streamIndex_ = -1; variable
|
H A D | pa_capturer_stream_impl.h | 62 uint32_t streamIndex_ = static_cast<uint32_t>(-1); // invalid index variable
|
H A D | pro_renderer_stream_impl.h | 98 uint32_t streamIndex_; // invalid index variable
|
H A D | pa_renderer_stream_impl.h | 103 uint32_t streamIndex_ = static_cast<uint32_t>(-1); // invalid index variable
|