Searched refs:getuuid (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 26 static IID getuuid() { return __uuidof(_Type); } in getuuid() function 47 static IID getuuid() { return __uuidof(ABI::Windows::Foundation::IPropertyValue); } in getuuid() function
|
D | ppltasks_winrt.hpp | 1392 … _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream); in _Perform() 1403 …_Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void… in _Perform() 1429 … _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream); in _Perform() 1440 …_Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void… in _Perform()
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 1392 … _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream); 1403 …_Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void… 1429 … _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream); 1440 …_Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void…
|