Home
last modified time | relevance | path

Searched refs:receive (Results 1 – 25 of 669) sorted by relevance

12345678910>>...27

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportreceivebin.c93 pad_block (GstPad * pad, GstPadProbeInfo * info, TransportReceiveBin * receive) in pad_block() argument
112 transport_receive_bin_set_receive_state (TransportReceiveBin * receive, in transport_receive_bin_set_receive_state() argument
117 g_mutex_lock (&receive->pad_block_lock); in transport_receive_bin_set_receive_state()
118 if (receive->receive_state != state) { in transport_receive_bin_set_receive_state()
119 GST_DEBUG_OBJECT (receive, "Requested change of receive state to %s", in transport_receive_bin_set_receive_state()
123 receive->receive_state = state; in transport_receive_bin_set_receive_state()
125 g_object_get (receive->stream->transport->transport, "state", &icestate, in transport_receive_bin_set_receive_state()
130 GST_LOG_OBJECT (receive, "Unblocking nicesrc because ICE is connected."); in transport_receive_bin_set_receive_state()
132 GST_LOG_OBJECT (receive, "Can't unblock nicesrc yet because ICE " in transport_receive_bin_set_receive_state()
139 g_object_set (receive->queue, "leaky", 0, NULL); in transport_receive_bin_set_receive_state()
[all …]
/third_party/node/tools/msvs/
Dfind_python.cmd34 :: %%a will receive everything before ), might have spaces depending on language
35 :: %%b will receive *, corresponding to everything after )
36 :: %%c will receive REG_SZ
37 :: %%d will receive the path, including spaces
/third_party/skia/src/core/
DSkMessageBus.h61 void receive(Message m); // SkMessageBus is a friend only to call this.
110 void SkMessageBus<Message, IDType, AllowCopyableMessage>::Inbox::receive(Message m) {
135 bus->fInboxes[i]->receive(m);
140 bus->fInboxes[i]->receive(std::move(m));
/third_party/node/test/parallel/
Dtest-cluster-message.js84 checks[type].receive = true;
90 if (type.receive === false) missing = true;
142 assert.ok(check.receive, `The ${type} did not receive any message`);
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/
Dwebrtcrenego.c19 GstElement *receive, *webrtc; in _element_message() local
25 receive = GST_ELEMENT (msg->src); in _element_message()
27 pad = gst_element_get_static_pad (receive, "sink"); in _element_message()
31 gst_bin_remove (GST_BIN (pipe1), receive); in _element_message()
39 gst_element_set_state (receive, GST_STATE_NULL); in _element_message()
/third_party/selinux/libsepol/tests/policies/test-deps/
Dmodreq-perm-global.conf4 class msg { send receive };
10 allow a_t b_t: msg { send receive };
Dmodreq-perm-opt.conf11 class msg { send receive };
17 allow a_mod_t b_mod_t: msg { send receive };
/third_party/flutter/skia/src/core/
DSkMessageBus.h49 void receive(const Message& m); // SkMessageBus is a friend only to call this.
96 void SkMessageBus<Message>::Inbox::receive(const Message& m) { in receive() function
120 bus->fInboxes[i]->receive(m); in Post()
/third_party/rust/crates/nix/test/sys/
Dtest_socket.rs1210 let (send, receive) = UnixDatagram::pair().unwrap(); in test_scm_rights_single_cmsg_multiple_fds()
1217 receive.as_raw_fd(), in test_scm_rights_single_cmsg_multiple_fds()
1697 let receive = socket( in test_recv_ipv4pktinfo() localVariable
1704 bind(receive, &lo).expect("bind failed"); in test_recv_ipv4pktinfo()
1705 let sa: SockaddrIn = getsockname(receive).expect("getsockname failed"); in test_recv_ipv4pktinfo()
1706 setsockopt(receive, Ipv4PacketInfo, &true).expect("setsockopt failed"); in test_recv_ipv4pktinfo()
1729 receive, in test_recv_ipv4pktinfo()
1791 let receive = socket( in test_recvif() localVariable
1798 bind(receive, &lo).expect("bind failed"); in test_recvif()
1799 let sa: SockaddrIn = getsockname(receive).expect("getsockname failed"); in test_recvif()
[all …]
/third_party/node/deps/npm/node_modules/worker-farm/lib/
Dfarm.js85 this.receive({
123 this.receive(data);
152 Farm.prototype.receive = function (data) { method in Farm
225 this.receive({
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-rp.c79 if (!header_p->next_p->receive (header_p->next_p, receive_context_p)) in jerryx_debugger_rp_receive()
154 header_p->receive = jerryx_debugger_rp_receive; in jerryx_debugger_rp_create()
Ddebugger-ws.c310 if (!header_p->next_p->receive (header_p->next_p, receive_context_p)) in jerryx_debugger_ws_receive()
442 header_p->receive = jerryx_debugger_ws_receive; in jerryx_debugger_ws_create()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_metal/Shared/
DViewController.mm39 …// Add a tracking area in order to receive mouse events whenever the mouse is within the bounds of…
46 … // If we want to receive key events, we either need to be in the responder chain of the key view,
48 …// we receive events for all controls, not just Dear ImGui widgets. If we had native controls in o…
/third_party/python/Lib/test/
Dtest_socketserver.py42 def receive(sock, n, timeout=test.support.SHORT_TIMEOUT): function
164 buf = data = receive(s, 100)
166 data = receive(s, 100)
175 buf = data = receive(s, 100)
177 data = receive(s, 100)
/third_party/vk-gl-cts/execserver/
DxsExecutionServer.cpp220 anyIO = receive() || anyIO; in processSession()
342 bool ExecutionRequestHandler::receive (void) in receive() function in xs::ExecutionRequestHandler
349 deSocketResult result = m_socket->receive(&m_sendRecvTmpBuf[0], maxLen, &numRecv); in receive()
/third_party/mesa3d/.gitlab-ci/b2c/
Db2c.yml.jinja2.jinja214 first_console_activity: # This limits the time it can take to receive the first console log
17 console_activity: # Reset every time we receive a message from the logs
/third_party/jerryscript/docs/
D13.DEBUGGER-TRANSPORT.md4 layers which can encode/decode or send/receive messages transmitted between
49 jerry_debugger_transport_receive_t receive; /**< receive data callback */
/third_party/rust/crates/rustix/ci/
Dgetsockopt-timeouts.patch33 #define TARGET_SO_RCVLOWAT 0x1004 /* receive low-water mark */
35 #define TARGET_SO_RCVTIMEO 0x1006 /* receive timeout */
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Dplatform_view.dart24 // Allow the platform view host element to receive pointer events.
31 // to receive pointer events. The tradeoff is that by placing the scene in
/third_party/gstreamer/gstreamer/docs/random/
Dstreamheader11 receive these initial buffers. Also, sink elements should know that these
60 Elements that can receive streamheader caps:
63 Elements that can receive and send streamheader caps:
/third_party/nghttp2/doc/
Dprogrammers-guide.rst239 framework, which lets application send and receive user defined custom
241 functionality to send and receive official HTTP/2 extension frames
304 To receive extension frames, implement 2 callbacks:
314 extension frame type it is willing to receive using
319 We use ALTSVC again to illustrate how to receive extension frames. We
432 willing to receive:
455 To receive ALTSVC frame through built-in functionality, application
463 This is very similar to the case when we used to receive user defined
495 order to receive and process PRIORITY_UPDATE frame, server has to call
/third_party/openssl/doc/man3/
DOSSL_SELF_TEST_new.pod38 If this method is called the callback I<cb> will receive the following
55 If this method is called the callback I<cb> will receive the following
69 If this method is called the callback I<cb> will receive the following
/third_party/ltp/testcases/network/stress/ns-tools/
D00_Descriptions.txt61 Send UDP datagram to a server, then receive datagram from it
69 Request connections to the server, then receive tcp segments
/third_party/curl/
Dbackport-CVE-2023-27534.patch109 - /* store the pointer for the caller to receive */
111 + /* store the pointer for the caller to receive */
/third_party/gstreamer/gstplugins_good/gst/rtsp/
DREADME50 receive the RTCP packet on. After this step we have two udp ports we can use to
122 - The udp source elements receive data from that point and the RTP/RTCP messages
158 When reading from the RTSP connection we receive data packets in the
280 receive RTP and RTSP data from the client. This last step is optional when
314 optionally udpsrc elements can be configured to receive client RTP and
338 optionally udpsrc elements can be configured to receive client RTP and

12345678910>>...27