Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/test/unittest/model/audio/src/
Daudio_dsp_base_test.c21 if (DspGetServiceName(NULL, NULL) == HDF_SUCCESS) { in DspGetServiceNameTest()
30 if (DspGetServiceName(&device, NULL) == HDF_SUCCESS) { in DspGetServiceNameTest()
/drivers/hdf_core/framework/model/audio/common/include/
Daudio_dsp_base.h20 int32_t DspGetServiceName(const struct HdfDeviceObject *device, const char **drvDspName);
/drivers/hdf_core/framework/model/audio/common/src/
Daudio_dsp_base.c14 int32_t DspGetServiceName(const struct HdfDeviceObject *device, const char **drvDspName) in DspGetServiceName() function