Lines Matching refs:hr
93 HRESULT hr = obj.createObject();
94 if (SUCCEEDED(hr))
96 hr = obj->init(name, path, alias);
97 if (SUCCEEDED(hr))
100 return hr;
110 HRESULT hr = hostVideoInputDeviceAdd(pList, pszName, pszPath, pszAlias);
111 if (FAILED(hr))
113 *pu64Result = (uint64_t)hr;
180 HRESULT hr;
185 hr = pExtPackMgr->i_getLibraryPathForExtPack("VBoxHostWebcam", &strExtPackPuel, &strLibrary);
187 hr = E_NOTIMPL;
190 if (SUCCEEDED(hr))
205 hr = (HRESULT)u64Result;
212 if (SUCCEEDED(hr))
215 hr = pVirtualBox->setError(VBOX_E_IPRT_ERROR,
220 return hr;
225 HRESULT hr = fillDeviceList(pVirtualBox, pList);
227 if (FAILED(hr))
232 return hr;