/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/ |
H A D | audio_capturer.h | 544 virtual int32_t GetBufQueueState(BufferQueueState &bufState) const = 0;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/ |
H A D | audiocapturer_adapter.cpp | 168 audioCapturer->GetBufQueueState(queueState); in GetStateAdapter()
|
H A D | audioplayer_adapter.cpp | 222 audioRenderer->GetBufQueueState(queueState); in GetStateAdapter()
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/ |
H A D | audio_renderer.h | 706 virtual int32_t GetBufQueueState(BufferQueueState &bufState) const = 0;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/ |
H A D | fast_audio_stream.h | 106 int32_t GetBufQueueState(BufferQueueState &bufState) override;
|
H A D | i_audio_stream.h | 170 virtual int32_t GetBufQueueState(BufferQueueState &bufState) = 0;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/ |
H A D | audio_capturer_private.h | 67 int32_t GetBufQueueState(BufferQueueState &bufState)const override;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/ |
H A D | audio_fast_renderer_unit_test.cpp | 268 ret = audioRenderer->GetBufQueueState(bQueueSate);
|
H A D | audio_renderer_unit_test.cpp | 1022 ret = audioRenderer->GetBufQueueState(bQueueSate);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/ |
H A D | audio_renderer_private.h | 84 int32_t GetBufQueueState(BufferQueueState &bufState) const override;
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | renderer_in_client_private.h | 125 int32_t GetBufQueueState(BufferQueueState &bufState) override;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/ |
H A D | audio_capturer.cpp | 881 int32_t AudioCapturerPrivate::GetBufQueueState(BufferQueueState &bufState) const in GetBufQueueState() function in OHOS::AudioStandard::AudioCapturerPrivate 883 return audioStream_->GetBufQueueState(bufState); in GetBufQueueState()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | fast_audio_stream.cpp | 353 int32_t FastAudioStream::GetBufQueueState(BufferQueueState &bufState) in GetBufQueueState() function in OHOS::AudioStandard::FastAudioStream
|
H A D | capturer_in_client.cpp | 117 int32_t GetBufQueueState(BufferQueueState &bufState) override; 1156 int32_t CapturerInClientInner::GetBufQueueState(BufferQueueState &bufState) in GetBufQueueState() function in OHOS::AudioStandard::CapturerInClientInner
|
H A D | renderer_in_client.cpp | 1058 int32_t RendererInClientInner::GetBufQueueState(BufferQueueState &bufState) in GetBufQueueState() function in OHOS::AudioStandard::RendererInClientInner
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
H A D | audio_renderer.cpp | 1163 int32_t AudioRendererPrivate::GetBufQueueState(BufferQueueState &bufState) const in GetBufQueueState() function in OHOS::AudioStandard::AudioRendererPrivate 1165 return audioStream_->GetBufQueueState(bufState); in GetBufQueueState()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
H A D | audio_capturer_extra_unit_test.cpp | 1376 ret = audioCapturer->GetBufQueueState(bufState);
|