Home
last modified time | relevance | path

Searched refs:notification_client (Results 1 – 22 of 22) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/remoting/client/notification/
H A DBUILD.gn10 "notification_client.cc",
11 "notification_client.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/client/notification/
H A DBUILD.gn10 "notification_client.cc",
11 "notification_client.h",
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/audio/wasapi/
H A DSDL_wasapi_win32.c234 static SDLMMNotificationClient notification_client = { &notification_client_vtbl, { 1 } }; variable
270 …UnregisterEndpointNotificationCallback(enumerator, (IMMNotificationClient *) &notification_client); in WASAPI_PlatformDeinit()
398 …r_RegisterEndpointNotificationCallback(enumerator, (IMMNotificationClient *) &notification_client); in WASAPI_EnumerateEndpoints()
/dports/devel/sdl20/SDL2-2.0.18/src/audio/wasapi/
H A DSDL_wasapi_win32.c238 static SDLMMNotificationClient notification_client = { &notification_client_vtbl, { 1 } }; variable
274 …UnregisterEndpointNotificationCallback(enumerator, (IMMNotificationClient *) &notification_client); in WASAPI_PlatformDeinit()
449 …r_RegisterEndpointNotificationCallback(enumerator, (IMMNotificationClient *) &notification_client); in WASAPI_EnumerateEndpoints()
/dports/x11/controllermap/SDL2-2.0.18/src/audio/wasapi/
H A DSDL_wasapi_win32.c238 static SDLMMNotificationClient notification_client = { &notification_client_vtbl, { 1 } }; variable
274 …UnregisterEndpointNotificationCallback(enumerator, (IMMNotificationClient *) &notification_client); in WASAPI_PlatformDeinit()
449 …r_RegisterEndpointNotificationCallback(enumerator, (IMMNotificationClient *) &notification_client); in WASAPI_EnumerateEndpoints()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libcubeb/src/
H A Dcubeb_wasapi.cpp185 wasapi_endpoint_notification_client * notification_client; member
949 stm->notification_client = new wasapi_endpoint_notification_client(stm->reconfigure_event); in register_notification_client()
951 hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client); in register_notification_client()
954 SafeRelease(stm->notification_client); in register_notification_client()
955 stm->notification_client = nullptr; in register_notification_client()
972 hr = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client); in unregister_notification_client()
980 SafeRelease(stm->notification_client); in unregister_notification_client()
/dports/www/firefox/firefox-99.0/media/libcubeb/src/
H A Dcubeb_wasapi.cpp361 com_ptr<wasapi_endpoint_notification_client> notification_client;
1441 XASSERT(stm->device_enumerator && !stm->notification_client);
1443 stm->notification_client.reset(new wasapi_endpoint_notification_client(
1447 stm->notification_client.get());
1450 stm->notification_client = nullptr;
1459 XASSERT(stm->device_enumerator && stm->notification_client);
1462 stm->notification_client.get());
1469 stm->notification_client = nullptr;
2740 if (stm->notification_client) {
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-sys-0.5.5/libcubeb/src/
H A Dcubeb_wasapi.cpp237 com_ptr<wasapi_endpoint_notification_client> notification_client; member
1262 …stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event, stm… in register_notification_client()
1264 hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get()); in register_notification_client()
1267 stm->notification_client = nullptr; in register_notification_client()
1283 …hr = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get()… in unregister_notification_client()
1291 stm->notification_client = nullptr; in unregister_notification_client()
2216 if (stm->notification_client) { in wasapi_stream_destroy()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-sys/libcubeb/src/
H A Dcubeb_wasapi.cpp289 com_ptr<wasapi_endpoint_notification_client> notification_client;
1343 …stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event, stm…
1345 hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get());
1348 stm->notification_client = nullptr;
1364 …hr = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get()…
1372 stm->notification_client = nullptr;
2422 if (stm->notification_client) {
/dports/lang/spidermonkey78/firefox-78.9.0/media/libcubeb/src/
H A Dcubeb_wasapi.cpp289 com_ptr<wasapi_endpoint_notification_client> notification_client;
1343 …stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event, stm…
1345 hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get());
1348 stm->notification_client = nullptr;
1364 …hr = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get()…
1372 stm->notification_client = nullptr;
2421 if (stm->notification_client) {
/dports/lang/spidermonkey60/firefox-60.9.0/media/libcubeb/src/
H A Dcubeb_wasapi.cpp247 com_ptr<wasapi_endpoint_notification_client> notification_client; member
1085 stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event)); in register_notification_client()
1087 hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get()); in register_notification_client()
1090 stm->notification_client = nullptr; in register_notification_client()
1106 …hr = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get()… in unregister_notification_client()
1114 stm->notification_client = nullptr; in unregister_notification_client()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-sys/libcubeb/src/
H A Dcubeb_wasapi.cpp247 com_ptr<wasapi_endpoint_notification_client> notification_client; member
1085 stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event)); in register_notification_client()
1087 hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get()); in register_notification_client()
1090 stm->notification_client = nullptr; in register_notification_client()
1106 …hr = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get()… in unregister_notification_client()
1114 stm->notification_client = nullptr; in unregister_notification_client()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/cubeb/src/
H A Dcubeb_wasapi.cpp240 com_ptr<wasapi_endpoint_notification_client> notification_client; member
1009 stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event)); in register_notification_client()
1011 hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get()); in register_notification_client()
1014 stm->notification_client = nullptr; in register_notification_client()
1030 …hr = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get()… in unregister_notification_client()
1038 stm->notification_client = nullptr; in unregister_notification_client()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/cubeb/src/
H A Dcubeb_wasapi.cpp299 com_ptr<wasapi_endpoint_notification_client> notification_client;
1345 …stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event, stm…
1347 … hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get());
1350 stm->notification_client = nullptr;
1366 …hr = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get()…
1374 stm->notification_client = nullptr;
2594 if (stm->notification_client) {
/dports/www/firefox-esr/firefox-91.8.0/media/libcubeb/src/
H A Dcubeb_wasapi.cpp301 com_ptr<wasapi_endpoint_notification_client> notification_client;
1414 …stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event, stm…
1416 … hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get());
1419 stm->notification_client = nullptr;
1429 …r = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get());
1436 stm->notification_client = nullptr;
2666 if (stm->notification_client) {
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cubeb/src/
H A Dcubeb_wasapi.cpp361 com_ptr<wasapi_endpoint_notification_client> notification_client;
1443 stm->notification_client.reset(new wasapi_endpoint_notification_client(
1447 stm->notification_client.get());
1450 stm->notification_client = nullptr;
1462 stm->notification_client.get());
1469 stm->notification_client = nullptr;
2733 if (stm->notification_client) {
/dports/emulators/citra/citra-ac98458e0/externals/cubeb/src/
H A Dcubeb_wasapi.cpp361 com_ptr<wasapi_endpoint_notification_client> notification_client;
1443 stm->notification_client.reset(new wasapi_endpoint_notification_client(
1447 stm->notification_client.get());
1450 stm->notification_client = nullptr;
1462 stm->notification_client.get());
1469 stm->notification_client = nullptr;
2733 if (stm->notification_client) {
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-sys/libcubeb/src/
H A Dcubeb_wasapi.cpp299 com_ptr<wasapi_endpoint_notification_client> notification_client;
1355 …stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event, stm…
1357 … hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get());
1360 stm->notification_client = nullptr;
1370 …r = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get());
1377 stm->notification_client = nullptr;
2597 if (stm->notification_client) {
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-sys/libcubeb/src/
H A Dcubeb_wasapi.cpp299 com_ptr<wasapi_endpoint_notification_client> notification_client;
1355 …stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event, stm…
1357 … hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get());
1360 stm->notification_client = nullptr;
1370 …r = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get());
1377 stm->notification_client = nullptr;
2597 if (stm->notification_client) {
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-sys/libcubeb/src/
H A Dcubeb_wasapi.cpp299 com_ptr<wasapi_endpoint_notification_client> notification_client;
1355 …stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event, stm…
1357 … hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get());
1360 stm->notification_client = nullptr;
1370 …r = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get());
1377 stm->notification_client = nullptr;
2597 if (stm->notification_client) {
/dports/mail/thunderbird/thunderbird-91.8.0/media/libcubeb/src/
H A Dcubeb_wasapi.cpp301 com_ptr<wasapi_endpoint_notification_client> notification_client;
1414 …stm->notification_client.reset(new wasapi_endpoint_notification_client(stm->reconfigure_event, stm…
1416 … hr = stm->device_enumerator->RegisterEndpointNotificationCallback(stm->notification_client.get());
1419 stm->notification_client = nullptr;
1429 …r = stm->device_enumerator->UnregisterEndpointNotificationCallback(stm->notification_client.get());
1436 stm->notification_client = nullptr;
2666 if (stm->notification_client) {
/dports/devel/py-oslo.messaging/oslo.messaging-12.11.0/tools/
H A Dsimulator.py617 def _notify(notification_client, msg): argument
618 notification_client.info({}, 'compute.start', msg)