Home
last modified time | relevance | path

Searched refs:ControlHost (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_control_dispatch.c572 static struct ControlHost *ControlHostCreateAndBind(struct HdfDeviceObject *device) in ControlHostCreateAndBind()
574 struct ControlHost *controlHost = NULL; in ControlHostCreateAndBind()
581 controlHost = (struct ControlHost *)OsalMemCalloc(sizeof(*controlHost)); in ControlHostCreateAndBind()
593 struct ControlHost *controlHost = NULL; in AudioControlBind()
622 struct ControlHost *controlHost = NULL; in AudioControlRelease()
629 controlHost = (struct ControlHost *)device->service; in AudioControlRelease()
/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/include/
H A Daudio_control_dispatch.h30 struct ControlHost { struct