Searched refs:devHostSvcIf (Results 1 – 1 of 1) sorted by relevance
24 struct IDevHostService *devHostSvcIf = NULL; in DevHostServiceClntInstallDriver() local30 devHostSvcIf = (struct IDevHostService *)hostClnt->hostService; in DevHostServiceClntInstallDriver()31 if (devHostSvcIf == NULL || devHostSvcIf->AddDevice == NULL) { in DevHostServiceClntInstallDriver()50 ret = devHostSvcIf->AddDevice(devHostSvcIf, deviceInfo); in DevHostServiceClntInstallDriver()