Searched refs:controlHost (Results 1 – 1 of 1) sorted by relevance
574 struct ControlHost *controlHost = NULL; in ControlHostCreateAndBind() local581 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() local602 if (controlHost == NULL) { in AudioControlBind()622 struct ControlHost *controlHost = NULL; in AudioControlRelease() local630 if (controlHost == NULL) { in AudioControlRelease()[all …]