Home
last modified time | relevance | path

Searched refs:GetBufQueueState (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
H A Daudio_capturer.h554 virtual int32_t GetBufQueueState(BufferQueueState &bufState) const = 0;
/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H A Di_audio_stream.h170 virtual int32_t GetBufQueueState(BufferQueueState &bufState) = 0;
H A Dfast_audio_stream.h107 int32_t GetBufQueueState(BufferQueueState &bufState) override;
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/
H A Daudio_renderer.h725 virtual int32_t GetBufQueueState(BufferQueueState &bufState) const = 0;
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/
H A Daudioplayer_adapter.cpp221 audioRenderer->GetBufQueueState(queueState); in GetStateAdapter()
H A Daudiocapturer_adapter.cpp168 audioCapturer->GetBufQueueState(queueState); in GetStateAdapter()
/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Drenderer_in_client_private.h98 int32_t GetBufQueueState(BufferQueueState &bufState) override;
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_fast_renderer_unit_test.cpp268 ret = audioRenderer->GetBufQueueState(bQueueSate); in HWTEST_F()
H A Daudio_renderer_unit_test.cpp1006 * @tc.name : Test GetBufQueueState
1008 * @tc.desc : Test GetBufQueueState interface. Returns BufferQueueState, if obtained successfully.
1033 ret = audioRenderer->GetBufQueueState(bQueueSate); in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H A Daudio_capturer_private.h67 int32_t GetBufQueueState(BufferQueueState &bufState)const override;
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h87 int32_t GetBufQueueState(BufferQueueState &bufState) const override;
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dfast_audio_stream.cpp370 int32_t FastAudioStream::GetBufQueueState(BufferQueueState &bufState) in GetBufQueueState() function in OHOS::AudioStandard::FastAudioStream
372 AUDIO_INFO_LOG("GetBufQueueState enter."); in GetBufQueueState()
H A Dcapturer_in_client.cpp120 int32_t GetBufQueueState(BufferQueueState &bufState) override;
1172 int32_t CapturerInClientInner::GetBufQueueState(BufferQueueState &bufState) in GetBufQueueState() function in OHOS::AudioStandard::CapturerInClientInner
1174 Trace trace("CapturerInClientInner::GetBufQueueState"); in GetBufQueueState()
H A Drenderer_in_client.cpp1082 int32_t RendererInClientInner::GetBufQueueState(BufferQueueState &bufState) in GetBufQueueState() function in OHOS::AudioStandard::RendererInClientInner
1084 Trace trace("RendererInClientInner::GetBufQueueState"); in GetBufQueueState()
1086 AUDIO_ERR_LOG("GetBufQueueState is not supported. Render mode is not callback."); in GetBufQueueState()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp871 int32_t AudioCapturerPrivate::GetBufQueueState(BufferQueueState &bufState) const in GetBufQueueState() function in OHOS::AudioStandard::AudioCapturerPrivate
873 return audioStream_->GetBufQueueState(bufState); in GetBufQueueState()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp1223 int32_t AudioRendererPrivate::GetBufQueueState(BufferQueueState &bufState) const in GetBufQueueState() function in OHOS::AudioStandard::AudioRendererPrivate
1225 return audioStream_->GetBufQueueState(bufState); in GetBufQueueState()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_extra_unit_test.cpp1376 ret = audioCapturer->GetBufQueueState(bufState); in HWTEST()

Completed in 63 milliseconds