Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp1709 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IAsyncInfo> pAsyncInfo; in OnCancel() local
1712 …_asyncInfo.Get()->QueryInterface<ABI::Windows::Foundation::IAsyncInfo>(pAsyncInfo.GetAddressOf()))) in OnCancel()
1714 if (SUCCEEDED(hr = _M_asyncInfo.As(&pAsyncInfo))) in OnCancel()
1716 pAsyncInfo->Cancel(); in OnCancel()
1721 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IAsyncInfo> pAsyncInfo; in OnClose() local
1724 …_asyncInfo.Get()->QueryInterface<ABI::Windows::Foundation::IAsyncInfo>(pAsyncInfo.GetAddressOf()))) in OnClose()
1726 if (SUCCEEDED(hr = _M_asyncInfo.As(&pAsyncInfo))) in OnClose()
1728 pAsyncInfo->Close(); in OnClose()
1735 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IAsyncInfo> pAsyncInfo; in get_ErrorCode() local
1738 …_asyncInfo.Get()->QueryInterface<ABI::Windows::Foundation::IAsyncInfo>(pAsyncInfo.GetAddressOf()))) in get_ErrorCode()
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h1709 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IAsyncInfo> pAsyncInfo;
1712 …_asyncInfo.Get()->QueryInterface<ABI::Windows::Foundation::IAsyncInfo>(pAsyncInfo.GetAddressOf())))
1714 if (SUCCEEDED(hr = _M_asyncInfo.As(&pAsyncInfo)))
1716 pAsyncInfo->Cancel();
1721 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IAsyncInfo> pAsyncInfo;
1724 …_asyncInfo.Get()->QueryInterface<ABI::Windows::Foundation::IAsyncInfo>(pAsyncInfo.GetAddressOf())))
1726 if (SUCCEEDED(hr = _M_asyncInfo.As(&pAsyncInfo)))
1728 pAsyncInfo->Close();
1735 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IAsyncInfo> pAsyncInfo;
1738 …_asyncInfo.Get()->QueryInterface<ABI::Windows::Foundation::IAsyncInfo>(pAsyncInfo.GetAddressOf())))
[all …]