Searched refs:DevHostServiceNewInstance (Results 1 – 7 of 7) sorted by relevance
34 struct IDevHostService *DevHostServiceNewInstance(uint16_t hostId, const char *hostName);
18 struct IDevHostService *hostServiceIf = DevHostServiceNewInstance(devHostId, devHostName); in DriverInstallerStartDeviceHost()
187 struct IDevHostService *instance = DevHostServiceNewInstance(0, nullptr); in SampleServiceEndHost()206 struct IDevHostService *instance = DevHostServiceNewInstance(0, nullptr); in InjectPmState()
142 struct IDevHostService *instance = DevHostServiceNewInstance(hostId, hostName); in main()
160 hostService = DevHostServiceNewInstance(0, "sample_host");171 hostService = DevHostServiceNewInstance(0, nullptr);
263 struct IDevHostService *DevHostServiceNewInstance(uint16_t hostId, const char *hostName) in DevHostServiceNewInstance() function
213 struct IDevHostService *instance = DevHostServiceNewInstance(0, NULL); in DevSvcManagerProxyOnRemoteDied()