Searched refs:GetProxy (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | agile_wrl.hpp | 53 … __declspec(no_refcount) inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) in GetProxy() function 55 inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) in GetProxy() 265 __abi_ThrowIfFailed(Details::GetProxy(_object, _contextCallback.Get(), &localObject)); in Get() 306 __abi_ThrowIfFailed(Details::GetProxy(_object, _contextCallback.Get(), &localObject)); in Get()
|
/external/opencv3/modules/highgui/src/ |
D | agile_wrl.h | 53 … __declspec(no_refcount) inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) 55 inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) 265 __abi_ThrowIfFailed(Details::GetProxy(_object, _contextCallback.Get(), &localObject)); 306 __abi_ThrowIfFailed(Details::GetProxy(_object, _contextCallback.Get(), &localObject));
|