Home
last modified time | relevance | path

Searched refs:activated (Results 1 - 15 of 15) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dohos_socket-server.c90 bool activated; member
188 bool activated = false; in pa_socket_server_new_unix() local
202 activated = true; in pa_socket_server_new_unix()
284 s->activated = activated; in pa_socket_server_new_unix()
306 bool activated = false; in pa_socket_server_new_ipv4() local
320 activated = true; in pa_socket_server_new_ipv4()
372 ss->activated = activated; in pa_socket_server_new_ipv4()
387 bool activated in pa_socket_server_new_ipv6() local
[all...]
H A Dsocket-server.c85 bool activated; member
183 bool activated = false; in pa_socket_server_new_unix() local
197 activated = true; in pa_socket_server_new_unix()
264 s->activated = activated; in pa_socket_server_new_unix()
286 bool activated = false; in pa_socket_server_new_ipv4() local
300 activated = true; in pa_socket_server_new_ipv4()
352 ss->activated = activated; in pa_socket_server_new_ipv4()
367 bool activated in pa_socket_server_new_ipv6() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dallocation-site-scopes.h45 bool activated) in AllocationSiteUsageContext()
48 activated_(activated) {} in AllocationSiteUsageContext()
44 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site, bool activated) AllocationSiteUsageContext() argument
/third_party/ffmpeg/libavdevice/
H A Djack.c46 int activated; member
225 if (self->activated) in stop_jack()
274 if (!self->activated) { in audio_read_packet()
276 self->activated = 1; in audio_read_packet()
278 "JACK client registered and activated (rate=%dHz, buffer_size=%d frames)\n", in audio_read_packet()
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_conf.c181 STACK_OF(OSSL_PROVIDER) *activated) in prov_already_activated()
185 if (activated == NULL) in prov_already_activated()
188 max = sk_OSSL_PROVIDER_num(activated); in prov_already_activated()
190 OSSL_PROVIDER *tstprov = sk_OSSL_PROVIDER_value(activated, i); in prov_already_activated()
180 prov_already_activated(const char *name, STACK_OF(OSSL_PROVIDER) *activated) prov_already_activated() argument
H A Dprovider_core.c54 * As providers get activated or deactivated this needs to be mirrored in the
599 * This is newly activated (activatecnt == 1), so we need to in create_provider_children()
1407 * It's already activated, but we up the activated count to ensure in ossl_provider_doall_activated()
1408 * it remains activated until after we've called the user callback. in ossl_provider_doall_activated()
1412 * still activated in the child for a short period. That's ok. in ossl_provider_doall_activated()
1758 int activated; in ossl_provider_register_child_cb() local
1764 activated = prov->flag_activated; in ossl_provider_register_child_cb()
1775 if (activated && !create_cb((OSSL_CORE_HANDLE *)prov, cbdata)) in ossl_provider_register_child_cb()
/third_party/openssl/crypto/
H A Dprovider_conf.c181 STACK_OF(OSSL_PROVIDER) *activated) in prov_already_activated()
185 if (activated == NULL) in prov_already_activated()
188 max = sk_OSSL_PROVIDER_num(activated); in prov_already_activated()
190 OSSL_PROVIDER *tstprov = sk_OSSL_PROVIDER_value(activated, i); in prov_already_activated()
180 prov_already_activated(const char *name, STACK_OF(OSSL_PROVIDER) *activated) prov_already_activated() argument
H A Dprovider_core.c54 * As providers get activated or deactivated this needs to be mirrored in the
599 * This is newly activated (activatecnt == 1), so we need to in create_provider_children()
1405 * It's already activated, but we up the activated count to ensure in ossl_provider_doall_activated()
1406 * it remains activated until after we've called the user callback. in ossl_provider_doall_activated()
1410 * still activated in the child for a short period. That's ok. in ossl_provider_doall_activated()
1756 int activated; in ossl_provider_register_child_cb() local
1762 activated = prov->flag_activated; in ossl_provider_register_child_cb()
1773 if (activated && !create_cb((OSSL_CORE_HANDLE *)prov, cbdata)) in ossl_provider_register_child_cb()
/third_party/glfw/src/
H A Dwl_window.c567 window->wl.pending.activated = GLFW_FALSE; in xdgToplevelHandleConfigure()
584 window->wl.pending.activated = GLFW_TRUE; in xdgToplevelHandleConfigure()
631 if (window->wl.activated != window->wl.pending.activated) in xdgSurfaceHandleConfigure()
633 window->wl.activated = window->wl.pending.activated; in xdgSurfaceHandleConfigure()
634 if (!window->wl.activated) in xdgSurfaceHandleConfigure()
698 GLFWbool fullscreen, activated, maximized; in libdecorFrameHandleConfigure() local
703 activated = (windowState & LIBDECOR_WINDOW_STATE_ACTIVE) != 0; in libdecorFrameHandleConfigure()
709 activated in libdecorFrameHandleConfigure()
[all...]
H A Dwl_platform.h354 GLFWbool activated; member
370 GLFWbool activated; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp36 connect(authSelect, SIGNAL(activated(int)), this, in NetworkConfig()
40 connect(encrSelect, SIGNAL(activated(const QString &)), this, in NetworkConfig()
43 connect(eapSelect, SIGNAL(activated(int)), this, in NetworkConfig()
H A Dwpagui.cpp100 connect(adapterSelect, SIGNAL(activated(const QString&)), this, in WpaGui()
102 connect(networkSelect, SIGNAL(activated(const QString&)), this, in WpaGui()
409 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs())); in openCtrlConnection()
1366 SIGNAL(activated(QSystemTrayIcon::ActivationReason)), in createTrayIcon()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp36 connect(authSelect, SIGNAL(activated(int)), this, in NetworkConfig()
40 connect(encrSelect, SIGNAL(activated(const QString &)), this, in NetworkConfig()
43 connect(eapSelect, SIGNAL(activated(int)), this, in NetworkConfig()
H A Dwpagui.cpp102 connect(adapterSelect, SIGNAL(activated(const QString&)), this, in WpaGui()
104 connect(networkSelect, SIGNAL(activated(const QString&)), this, in WpaGui()
411 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs())); in openCtrlConnection()
1381 SIGNAL(activated(QSystemTrayIcon::ActivationReason)), in createTrayIcon()
/third_party/node/lib/internal/
H A Derrors.js1196 'Inspector is already activated. Close it with inspector.close() ' +

Completed in 22 milliseconds