Searched refs:pBag (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | device_info_ds.cc | 178 IPropertyBag *pBag; in GetDeviceInfo() local 179 hr = pM->BindToStorage(0, 0, IID_IPropertyBag, (void **) &pBag); in GetDeviceInfo() 185 hr = pBag->Read(L"Description", &varName, 0); in GetDeviceInfo() 188 hr = pBag->Read(L"FriendlyName", &varName, 0); in GetDeviceInfo() 219 hr = pBag->Read(L"DevicePath", &varName, 0); in GetDeviceInfo() 262 pBag->Release(); in GetDeviceInfo() 309 IPropertyBag *pBag; in GetDeviceFilter() local 310 hr = pM->BindToStorage(0, 0, IID_IPropertyBag, (void **) &pBag); in GetDeviceFilter() 318 hr = pBag->Read(L"DevicePath", &varName, 0); in GetDeviceFilter() 321 hr = pBag->Read(L"Description", &varName, 0); in GetDeviceFilter() [all …]
|