Home
last modified time | relevance | path

Searched defs:DrainBuffer (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_render.h166 int32_t (*DrainBuffer)(struct AudioRender *render, enum AudioDrainNotifyType *type); member
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_render.h168 int32_t (*DrainBuffer)(struct AudioRender *render, enum AudioDrainNotifyType *type); member
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_render.h166 int32_t (*DrainBuffer)(struct AudioRender *render, enum AudioDrainNotifyType *type); member
/ohos5.0/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_render_vdi.h40 int32_t (*DrainBuffer)(struct IAudioRenderVdi *self, enum AudioDrainNotifyTypeVdi *type); member
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_ext_impl.cpp174 int32_t AudioRenderExtImpl::DrainBuffer(AudioDrainNotifyType &type) in DrainBuffer() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_render_interface_impl.cpp185 int32_t AudioRenderInterfaceImpl::DrainBuffer(AudioDrainNotifyType &type) in DrainBuffer() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h131 int32_t DrainBuffer(AudioDrainNotifyType &type) override in DrainBuffer() function
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp687 BENCHMARK_F(AudioRenderBenchmarkTest, DrainBuffer)(benchmark::State &state) in BENCHMARK_F() argument