Home
last modified time | relevance | path

Searched refs:CreateHstring (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Dwgc_capturer_win.cc102 hr = webrtc::CreateHstring(kApiContract, wcslen(kApiContract), &api_contract); in IsWgcSupported()
114 hr = webrtc::CreateHstring(kWgcSessionType, wcslen(kWgcSessionType), in IsWgcSupported()
/aosp_15_r20/external/webrtc/rtc_base/win/
H A Dhstring.h24 HRESULT CreateHstring(const wchar_t* src, uint32_t len, HSTRING* out_hstr);
H A Dget_activation_factory.h37 HRESULT hr = CreateHstring(runtime_class_id, wcslen(runtime_class_id), in GetActivationFactory()
H A Dhstring.cc46 HRESULT CreateHstring(const wchar_t* src, uint32_t len, HSTRING* out_hstr) { in CreateHstring() function