Searched refs:IDriverInstaller (Results 1 – 4 of 4) sorted by relevance
35 struct IDriverInstaller *driverInstallIf = (struct IDriverInstaller *)inst; in DriverInstallerConstruct()50 struct IDriverInstaller *DriverInstallerGetInstance(void) in DriverInstallerGetInstance()52 static struct IDriverInstaller *installer = NULL; in DriverInstallerGetInstance()54 … installer = (struct IDriverInstaller *)HdfObjectManagerGetObject(HDF_OBJECT_ID_DRIVER_INSTALLER); in DriverInstallerGetInstance()
55 struct IDriverInstaller *installer = DriverInstallerGetInstance(); in DevmgrServiceStartHostProcess()133 struct IDriverInstaller *installer = DriverInstallerGetInstance(); in DevmgrServiceStopHost()
14 struct IDriverInstaller { struct21 struct IDriverInstaller super; argument25 struct IDriverInstaller *DriverInstallerGetInstance(void);
47 struct IDriverInstaller *pvtbl = (struct IDriverInstaller *)inst; in DriverInstallerFullConstruct()