Home
last modified time | relevance | path

Searched refs:AudioDrainNotifyTypeVdi (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_render_vdi.h40 int32_t (*DrainBuffer)(struct IAudioRenderVdi *self, enum AudioDrainNotifyTypeVdi *type);
H A Daudio_types_vdi.h172 enum AudioDrainNotifyTypeVdi { enum
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_render_vdi.c254 int32_t ret = vdiRender->DrainBuffer(vdiRender, (enum AudioDrainNotifyTypeVdi *)type); in AudioRenderDrainBufferVdi()