Home
last modified time | relevance | path

Searched refs:_cRef (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/snapcast/snapcast-0.25.0/client/player/
H A Dwasapi_player.hpp34 LONG _cRef; member in player::AudioSessionEventListener
40 AudioSessionEventListener() : _cRef(1) in AudioSessionEventListener()
62 return InterlockedIncrement(&_cRef); in AddRef()
67 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
109 LONG _cRef; member in player::AudioEndpointVolumeCallback
114 AudioEndpointVolumeCallback() : _cRef(1) in AudioEndpointVolumeCallback()
136 return InterlockedIncrement(&_cRef); in AddRef()
141 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/
H A DIMMNotificationClient.h25 LONG _cRef; variable
30 CMMNotificationClient() : _cRef(1), _pEnumerator(nullptr) in CMMNotificationClient()
40 return InterlockedIncrement(&_cRef); in AddRef()
45 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/plugins/systemvolume/
H A Dsystemvolumeplugin-win.cpp29 LONG _cRef; member in SystemvolumePlugin::CAudioEndpointVolumeCallback
32 …ack(SystemvolumePlugin &x, QString sinkName) : enclosing(x), name(std::move(sinkName)), _cRef(1) {} in CAudioEndpointVolumeCallback()
39 return InterlockedIncrement(&_cRef); in AddRef()
44 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
94 CMMNotificationClient(SystemvolumePlugin &x) : enclosing(x), _cRef(1){}; in CMMNotificationClient()
102 return InterlockedIncrement(&_cRef); in AddRef()
107 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
216 LONG _cRef; member in SystemvolumePlugin::CMMNotificationClient
/dports/graphics/blender/blender-2.91.0/source/blender/blendthumb/src/
H A DDll.cpp96 CClassFactory(PFNCREATEINSTANCE pfnCreate) : _cRef(1), _pfnCreate(pfnCreate) in CClassFactory()
110 return InterlockedIncrement(&_cRef); in AddRef()
115 long cRef = InterlockedDecrement(&_cRef); in Release()
145 long _cRef; member in CClassFactory
H A DBlenderThumb.cpp28 CBlendThumb() : _cRef(1), _pStream(NULL) in CBlendThumb()
52 return InterlockedIncrement(&_cRef); in AddRef()
57 ULONG cRef = InterlockedDecrement(&_cRef); in Release()
71 long _cRef; member in CBlendThumb
/dports/devel/godot2/godot-2.1.6-stable/drivers/wasapi/
H A Daudio_driver_wasapi.cpp45 LONG _cRef; member in CMMNotificationClient
50 _cRef(1), in CMMNotificationClient()
60 return InterlockedIncrement(&_cRef); in AddRef()
64 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/wasapi/
H A Daudio_driver_wasapi.cpp45 LONG _cRef; member in CMMNotificationClient
50 _cRef(1), in CMMNotificationClient()
60 return InterlockedIncrement(&_cRef); in AddRef()
64 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DWASAPINotificationClient.cpp89 return InterlockedIncrement(&_cRef); in AddRef()
95 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
H A DWASAPINotificationClient.h64 LONG _cRef; variable
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DWASAPINotificationClient.cpp89 return InterlockedIncrement(&_cRef); in AddRef()
95 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
H A DWASAPINotificationClient.h64 LONG _cRef; variable
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/
H A DWASAPIStream.cpp68 return InterlockedIncrement(&_cRef); in AddRef()
72 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
186 LONG _cRef = 1; member in CMMNotificationClient
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/
H A DWASAPIStream.cpp68 return InterlockedIncrement(&_cRef); in AddRef()
72 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
186 LONG _cRef = 1; member in CMMNotificationClient
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/
H A DWASAPIStream.cpp68 return InterlockedIncrement(&_cRef); in AddRef()
72 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
186 LONG _cRef = 1; member in CMMNotificationClient
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/wasapi/
H A Daudio_driver_wasapi.cpp72 LONG _cRef; member in CMMNotificationClient
77 _cRef(1), in CMMNotificationClient()
87 return InterlockedIncrement(&_cRef); in AddRef()
91 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()
/dports/devel/godot/godot-3.2.3-stable/drivers/wasapi/
H A Daudio_driver_wasapi.cpp72 LONG _cRef; member in CMMNotificationClient
77 _cRef(1), in CMMNotificationClient()
87 return InterlockedIncrement(&_cRef); in AddRef()
91 ULONG ulRef = InterlockedDecrement(&_cRef); in Release()