Searched refs:CreateHstring (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/webrtc/modules/desktop_capture/win/ |
H A D | wgc_capturer_win.cc | 102 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 D | hstring.h | 24 HRESULT CreateHstring(const wchar_t* src, uint32_t len, HSTRING* out_hstr);
|
H A D | get_activation_factory.h | 37 HRESULT hr = CreateHstring(runtime_class_id, wcslen(runtime_class_id), in GetActivationFactory()
|
H A D | hstring.cc | 46 HRESULT CreateHstring(const wchar_t* src, uint32_t len, HSTRING* out_hstr) { in CreateHstring() function
|