Home
last modified time | relevance | path

Searched refs:AudioRenderGetFrameCount (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/c_target/audio/v1_0/
H A Daudio_render_service.c.txt126 static int32_t AudioRenderGetFrameCount(struct IAudioRender *self, uint64_t* count)
262 service->interface.GetFrameCount = AudioRenderGetFrameCount;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v2_0/c_target/audio/v2_0/
H A Daudio_render_service.c.txt126 static int32_t AudioRenderGetFrameCount(struct IAudioRender *self, uint64_t* count)
262 service->interface.GetFrameCount = AudioRenderGetFrameCount;
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h368 int32_t AudioRenderGetFrameCount(AudioHandle handle, uint64_t *count);
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h461 int32_t AudioRenderGetFrameCount(AudioHandle handle, uint64_t *count);
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h477 int32_t AudioRenderGetFrameCount(struct IAudioRender *handle, uint64_t *count);
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter.cpp79 hwRender->common.attr.GetFrameCount = AudioRenderGetFrameCount; in GetNormalRenderFuncs()
H A Daudio_render.cpp176 int32_t AudioRenderGetFrameCount(AudioHandle handle, uint64_t *count) in AudioRenderGetFrameCount() function
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_adapter.c53 hwRender->common.GetFrameCount = AudioRenderGetFrameCount; in AudioHwRenderInit()
H A Daudio_render.c293 int32_t AudioRenderGetFrameCount(struct IAudioRender *handle, uint64_t *count) in AudioRenderGetFrameCount() function