Searched refs:CodecGetServiceName (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/audio/src/ |
H A D | audio_codec_base_test.c | 20 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 D | audio_codec_base.h | 64 int32_t CodecGetServiceName(const struct HdfDeviceObject *device, const char **drvCodecName);
|
/ohos5.0/drivers/hdf_core/framework/model/audio/hdmi/src/ |
H A D | audio_hdmi_codec_adapter.c | 85 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 D | hi35xx_audio_adapter_source.template | 49 if (CodecGetServiceName(device, &g_${driver_lower_case}Data.drvCodecName) != HDF_SUCCESS) {
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-audio-des.md | 117 | 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 D | audio_codec_base.c | 100 int32_t CodecGetServiceName(const struct HdfDeviceObject *device, const char **drvCodecName) in CodecGetServiceName() function
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-audio-des.md | 117 | CodecGetServiceName | Obtains the service name in the HCS. | 341 CodecGetServiceName(device, &g_codecData.drvCodecName); 826 ret = CodecGetServiceName(device, &g_tfa9879Data.drvCodecName);
|