OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:portable_device_mgr
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/storage_monitor/
portable_device_watcher_win.cc
384
// returns true and fills in |
portable_device_mgr
|. On failure, returns false.
386
base::win::ScopedComPtr<IPortableDeviceManager>*
portable_device_mgr
) {
388
HRESULT hr =
portable_device_mgr
->CreateInstance(
406
base::win::ScopedComPtr<IPortableDeviceManager>
portable_device_mgr
;
local
407
if (!GetPortableDeviceManager(&
portable_device_mgr
))
412
HRESULT hr =
portable_device_mgr
->GetDevices(NULL, &pnp_device_count);
417
hr =
portable_device_mgr
->GetDevices(pnp_device_ids.get(), &pnp_device_count);
424
portable_device_mgr
, pnp_device_ids[index], &device_details))
440
base::win::ScopedComPtr<IPortableDeviceManager>
portable_device_mgr
;
local
441
if (!GetPortableDeviceManager(&
portable_device_mgr
))
[
all
...]
Completed in 115 milliseconds