Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/audio/src/
H A Daudio_dsp_base_test.c44 if (DspGetDaiName(NULL, NULL) == HDF_SUCCESS) { in DspGetDaiNameTest()
53 if (DspGetDaiName(&device, NULL) == HDF_SUCCESS) { in DspGetDaiNameTest()
/ohos5.0/drivers/hdf_core/framework/model/audio/common/include/
H A Daudio_dsp_base.h21 int32_t DspGetDaiName(const struct HdfDeviceObject *device, const char **drvDaiName);
/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_dsp_base.c45 int32_t DspGetDaiName(const struct HdfDeviceObject *device, const char **drvDaiName) in DspGetDaiName() function