Home
last modified time | relevance | path

Searched refs:underFlowCount_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpa_capturer_stream_impl.h72 uint32_t underFlowCount_ = 0; variable
H A Dpa_renderer_stream_impl.h114 uint32_t underFlowCount_ = 0; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_capturer_stream_impl.cpp410 streamImpl->underFlowCount_++; in PAStreamUnderFlowCb()
416 AUDIO_WARNING_LOG("PaCapturerStreamImpl underrun: %{public}d!", streamImpl->underFlowCount_); in PAStreamUnderFlowCb()
H A Dpa_renderer_stream_impl.cpp758 streamImpl->underFlowCount_++; in PAStreamUnderFlowCb()
763 AUDIO_WARNING_LOG("PaRendererStreamImpl underrun: %{public}d!", streamImpl->underFlowCount_); in PAStreamUnderFlowCb()