HomeSort by relevance Sort by last modified time
    Searched defs:GetFriendlyName (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/storage_monitor/
portable_device_watcher_win.cc 68 bool GetFriendlyName(const base::string16& pnp_device_id,
321 GetFriendlyName(pnp_device_id, portable_device_manager, &name) ||
  /external/chromium_org/media/audio/win/
core_audio_util_win.cc 424 std::string CoreAudioUtil::GetFriendlyName(const std::string& device_id) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hlink.h 175 virtual HRESULT WINAPI GetFriendlyName(DWORD grfHLFNAMEF,LPWSTR *ppwzFriendlyName) = 0;
196 HRESULT (WINAPI *GetFriendlyName)(IHlink *This,DWORD grfHLFNAMEF,LPWSTR *ppwzFriendlyName);
219 #define IHlink_GetFriendlyName(This,grfHLFNAMEF,ppwzFriendlyName) (This)->lpVtbl->GetFriendlyName(This,grfHLFNAMEF,ppwzFriendlyName)
332 virtual HRESULT WINAPI GetFriendlyName(LPCWSTR pwzLocation,LPWSTR *ppwzFriendlyName) = 0;
344 HRESULT (WINAPI *GetFriendlyName)(IHlinkTarget *This,LPCWSTR pwzLocation,LPWSTR *ppwzFriendlyName);
358 #define IHlinkTarget_GetFriendlyName(This,pwzLocation,ppwzFriendlyName) (This)->lpVtbl->GetFriendlyName(This,pwzLocation,ppwzFriendlyName)
    [all...]

Completed in 322 milliseconds