Searched refs:StartDeviceHost (Results 1 – 4 of 4) sorted by relevance
16 int (*StartDeviceHost)(uint32_t, const char *, bool); member
36 driverInstallIf->StartDeviceHost = DriverInstallerStartDeviceHost; in DriverInstallerConstruct()
56 if (installer == NULL || installer->StartDeviceHost == NULL) { in DevmgrServiceStartHostProcess()61 hostClnt->hostPid = installer->StartDeviceHost(hostClnt->hostId, hostClnt->hostName, dynamic); in DevmgrServiceStartHostProcess()
48 pvtbl->StartDeviceHost = DriverInstallerFullStartDeviceHost; in DriverInstallerFullConstruct()