Home
last modified time | relevance | path

Searched refs:CodecGetServiceName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/audio/src/
H A Daudio_codec_base_test.c20 if (CodecGetServiceName(NULL, NULL) == HDF_SUCCESS) { in CodecGetServiceNameTest()
24 if (CodecGetServiceName(&device, &drvCodecName) == HDF_SUCCESS) { in CodecGetServiceNameTest()
/ohos5.0/drivers/hdf_core/framework/model/audio/common/include/
H A Daudio_codec_base.h64 int32_t CodecGetServiceName(const struct HdfDeviceObject *device, const char **drvCodecName);
/ohos5.0/drivers/hdf_core/framework/model/audio/hdmi/src/
H A Daudio_hdmi_codec_adapter.c85 if (CodecGetServiceName(device, &g_audioHdmiCodecData.drvCodecName) != HDF_SUCCESS) { in AudioHdmiCodecDriverInit()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/audio_template/
H A Dhi35xx_audio_adapter_source.template49 if (CodecGetServiceName(device, &g_${driver_lower_case}Data.drvCodecName) != HDF_SUCCESS) {
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-audio-des.md117 | CodecGetServiceName | codec获取HCS配置服务名称函数 |
341 CodecGetServiceName(device, &g_codecData.drvCodecName);
826 ret = CodecGetServiceName(device, &g_tfa9879Data.drvCodecName);
/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_codec_base.c100 int32_t CodecGetServiceName(const struct HdfDeviceObject *device, const char **drvCodecName) in CodecGetServiceName() function
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-audio-des.md117 | CodecGetServiceName | Obtains the service name in the HCS. |
341 CodecGetServiceName(device, &g_codecData.drvCodecName);
826 ret = CodecGetServiceName(device, &g_tfa9879Data.drvCodecName);