Searched refs:registration_handle_ (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/base/win/ |
D | event_trace_provider.cc | 18 : provider_name_(provider_name), registration_handle_(NULL), in EtwTraceProvider() 23 : provider_name_(GUID_NULL), registration_handle_(NULL), in EtwTraceProvider() 83 1, &obligatory_guid_registration_, NULL, NULL, ®istration_handle_); in Register() 91 ULONG ret = ::UnregisterTraceGuids(registration_handle_); in Unregister() 93 registration_handle_ = NULL; in Unregister()
|
D | event_trace_provider.h | 114 TRACEHANDLE registration_handle() const { return registration_handle_; } in registration_handle() 165 TRACEHANDLE registration_handle_; variable
|
/external/chromium/base/win/ |
D | event_trace_provider.cc | 18 : provider_name_(provider_name), registration_handle_(NULL), in EtwTraceProvider() 23 : provider_name_(GUID_NULL), registration_handle_(NULL), in EtwTraceProvider() 83 1, &obligatory_guid_registration_, NULL, NULL, ®istration_handle_); in Register() 87 ULONG ret = ::UnregisterTraceGuids(registration_handle_); in Unregister() 93 registration_handle_ = NULL; in Unregister()
|
D | event_trace_provider.h | 110 TRACEHANDLE registration_handle() const { return registration_handle_; } in registration_handle() 161 TRACEHANDLE registration_handle_; variable
|