Home
last modified time | relevance | path

Searched refs:ContextCallBack (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dagile_wrl.hpp53 … __declspec(no_refcount) inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) in GetProxy() argument
55 inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) in GetProxy()
59 …GetProxyImpl(*reinterpret_cast<IUnknown**>(&ObjectIn), __uuidof(T*), ContextCallBack, reinterpret_… in GetProxy()
61 …interpret_cast<IUnknown**>(&const_cast<T*>(ObjectIn)), __uuidof(T*), ContextCallBack, reinterpret_… in GetProxy()
66 inline HRESULT ReleaseInContext(T *ObjectIn, IUnknown *ContextCallBack) in ReleaseInContext() argument
68 return ReleaseInContextImpl(ObjectIn, ContextCallBack); in ReleaseInContext()
/external/opencv3/modules/highgui/src/
Dagile_wrl.h53 … __declspec(no_refcount) inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy)
55 inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy)
59 …GetProxyImpl(*reinterpret_cast<IUnknown**>(&ObjectIn), __uuidof(T*), ContextCallBack, reinterpret_…
61 …interpret_cast<IUnknown**>(&const_cast<T*>(ObjectIn)), __uuidof(T*), ContextCallBack, reinterpret_…
66 inline HRESULT ReleaseInContext(T *ObjectIn, IUnknown *ContextCallBack)
68 return ReleaseInContextImpl(ObjectIn, ContextCallBack);