Searched refs:_contextToken (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | agile_wrl.hpp | 149 ULONG_PTR _contextToken; member in Agile 164 __abi_ThrowIfFailed(CoGetContextToken(&_contextToken)); in CaptureContext() 195 Agile() throw() : _object(nullptr), _contextToken(0) in Agile() 202 Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0) in Agile() 209 explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0) in Agile() 218 Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0) in Agile() 227 Agile(Agile&& object) throw() : _object(nullptr), _contextToken(0) in Agile() 247 if (_contextToken == 0 || _contextCallback == nullptr || _object == nullptr) in Get() 256 if (currentContextToken == _contextToken) in Get() 289 pThis->_contextToken = 0; in Get() [all …]
|
/external/opencv3/modules/highgui/src/ |
D | agile_wrl.h | 149 ULONG_PTR _contextToken; 164 __abi_ThrowIfFailed(CoGetContextToken(&_contextToken)); 195 Agile() throw() : _object(nullptr), _contextToken(0) 202 Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0) 209 explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0) 218 Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0) 227 Agile(Agile&& object) throw() : _object(nullptr), _contextToken(0) 247 if (_contextToken == 0 || _contextCallback == nullptr || _object == nullptr) 256 if (currentContextToken == _contextToken) 289 pThis->_contextToken = 0; [all …]
|