Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_core.c38 struct PlatformDevice *platformDevice = NULL; in AudioSocRegisterPlatform() local
49 platformDevice = (struct PlatformDevice *)OsalMemCalloc(sizeof(*platformDevice)); in AudioSocRegisterPlatform()
50 if (platformDevice == NULL) { in AudioSocRegisterPlatform()
55 platformDevice->devPlatformName = platformData->drvPlatformName; in AudioSocRegisterPlatform()
56 platformDevice->devData = platformData; in AudioSocRegisterPlatform()
57 platformDevice->device = device; in AudioSocRegisterPlatform()
58 DListInsertHead(&platformDevice->list, &platformController); in AudioSocRegisterPlatform()
60 ADM_LOG_INFO("Register [%s] success.", platformDevice->devPlatformName); in AudioSocRegisterPlatform()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-audio-des.md895 …t32_t AudioDmaDeviceInit(const struct AudioCard *card, const struct PlatformDevice *platformDevice)
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-audio-des.md895 …t32_t AudioDmaDeviceInit(const struct AudioCard *card, const struct PlatformDevice *platformDevice)