Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_control_dispatch.c574 struct ControlHost *controlHost = NULL; in ControlHostCreateAndBind() local
581 controlHost = (struct ControlHost *)OsalMemCalloc(sizeof(*controlHost)); in ControlHostCreateAndBind()
582 if (controlHost == NULL) { in ControlHostCreateAndBind()
586 controlHost->device = device; in ControlHostCreateAndBind()
587 device->service = &controlHost->service; in ControlHostCreateAndBind()
588 return controlHost; in ControlHostCreateAndBind()
593 struct ControlHost *controlHost = NULL; in AudioControlBind() local
602 if (controlHost == NULL) { in AudioControlBind()
622 struct ControlHost *controlHost = NULL; in AudioControlRelease() local
630 if (controlHost == NULL) { in AudioControlRelease()
[all …]