Home
last modified time | relevance | path

Searched refs:offer (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/third_party/boost/boost/beast/websocket/detail/
Dpmd_extension.ipp45 pmd_read_impl(pmd_offer& offer, http::ext_list const& list)
47 offer.accept = false;
48 offer.server_max_window_bits= 0;
49 offer.client_max_window_bits = 0;
50 offer.server_no_context_takeover = false;
51 offer.client_no_context_takeover = false;
62 if(offer.server_max_window_bits != 0)
64 // The negotiation offer contains multiple
71 // The negotiation offer extension
76 offer.server_max_window_bits =
[all …]
Dpmd_extension.hpp52 pmd_read_impl(pmd_offer& offer, http::ext_list const& list);
56 pmd_write_impl(pmd_offer const& offer);
62 pmd_offer const& offer,
69 pmd_read(pmd_offer& offer, in pmd_read() argument
74 detail::pmd_read_impl(offer, list); in pmd_read()
82 pmd_offer const& offer) in pmd_write() argument
84 auto s = detail::pmd_write_impl(offer); in pmd_write()
95 pmd_offer const& offer, in pmd_negotiate() argument
98 if(! (offer.accept && o.server_enable)) in pmd_negotiate()
105 auto s = detail::pmd_negotiate_impl(config, offer, o); in pmd_negotiate()
[all …]
Dimpl_base.hpp198 detail::pmd_offer offer; in on_response_pmd() local
199 detail::pmd_read(offer, res); in on_response_pmd()
202 pmd_config_ = offer; // overwrite for now in on_response_pmd()
/third_party/boost/libs/beast/include/boost/beast/websocket/detail/
Dpmd_extension.ipp45 pmd_read_impl(pmd_offer& offer, http::ext_list const& list)
47 offer.accept = false;
48 offer.server_max_window_bits= 0;
49 offer.client_max_window_bits = 0;
50 offer.server_no_context_takeover = false;
51 offer.client_no_context_takeover = false;
62 if(offer.server_max_window_bits != 0)
64 // The negotiation offer contains multiple
71 // The negotiation offer extension
76 offer.server_max_window_bits =
[all …]
Dpmd_extension.hpp52 pmd_read_impl(pmd_offer& offer, http::ext_list const& list);
56 pmd_write_impl(pmd_offer const& offer);
62 pmd_offer const& offer,
69 pmd_read(pmd_offer& offer, in pmd_read() argument
74 detail::pmd_read_impl(offer, list); in pmd_read()
82 pmd_offer const& offer) in pmd_write() argument
84 auto s = detail::pmd_write_impl(offer); in pmd_write()
95 pmd_offer const& offer, in pmd_negotiate() argument
98 if(! (offer.accept && o.server_enable)) in pmd_negotiate()
105 auto s = detail::pmd_negotiate_impl(config, offer, o); in pmd_negotiate()
[all …]
Dimpl_base.hpp198 detail::pmd_offer offer; in on_response_pmd() local
199 detail::pmd_read(offer, res); in on_response_pmd()
202 pmd_config_ = offer; // overwrite for now in on_response_pmd()
/third_party/weston/libweston/
Ddata-device.c71 struct weston_data_offer *offer = wl_resource_get_user_data(resource); in data_offer_accept() local
74 if (!offer->source || offer != offer->source->offer) in data_offer_accept()
81 offer->source->accept(offer->source, serial, mime_type); in data_offer_accept()
82 offer->source->accepted = mime_type != NULL; in data_offer_accept()
89 struct weston_data_offer *offer = wl_resource_get_user_data(resource); in data_offer_receive() local
91 if (offer->source && offer == offer->source->offer) in data_offer_receive()
92 offer->source->send(offer->source, mime_type, fd); in data_offer_receive()
109 if (source->offer->in_ask && in data_source_notify_finish()
121 source->offer = NULL; in data_source_notify_finish()
125 data_offer_choose_action(struct weston_data_offer *offer) in data_offer_choose_action() argument
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c256 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
261 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL)) { in _on_offer_received()
262 gchar *desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
274 t->offer_desc = offer; in _on_offer_received()
808 test_validate_sdp_full (struct test_webrtc *t, struct validate_sdp *offer, in test_validate_sdp_full() argument
812 if (offer) { in test_validate_sdp_full()
813 t->offer_data = offer; in test_validate_sdp_full()
845 test_validate_sdp (struct test_webrtc *t, struct validate_sdp *offer, in test_validate_sdp() argument
848 test_validate_sdp_full (t, offer, answer, 0, TRUE); in test_validate_sdp()
1037 VAL_SDP_INIT (offer, on_sdp_media_direction, expected_offer_direction, in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/
Dwebrtc.c105 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
112 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL); in _on_offer_received()
114 desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
118 g_signal_emit_by_name (webrtc1, "set-local-description", offer, NULL); in _on_offer_received()
119 g_signal_emit_by_name (webrtc2, "set-remote-description", offer, NULL); in _on_offer_received()
125 gst_webrtc_session_description_free (offer); in _on_offer_received()
Dwebrtcbidirectional.c112 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
119 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL); in _on_offer_received()
121 desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
125 g_signal_emit_by_name (webrtc1, "set-local-description", offer, NULL); in _on_offer_received()
126 g_signal_emit_by_name (webrtc2, "set-remote-description", offer, NULL); in _on_offer_received()
132 gst_webrtc_session_description_free (offer); in _on_offer_received()
Dwebrtcswap.c125 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
132 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL); in _on_offer_received()
134 desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
138 g_signal_emit_by_name (webrtc1, "set-local-description", offer, NULL); in _on_offer_received()
139 g_signal_emit_by_name (webrtc2, "set-remote-description", offer, NULL); in _on_offer_received()
145 gst_webrtc_session_description_free (offer); in _on_offer_received()
Dwebrtctransceiver.c105 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
112 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL); in _on_offer_received()
114 desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
118 g_signal_emit_by_name (webrtc1, "set-local-description", offer, NULL); in _on_offer_received()
119 g_signal_emit_by_name (webrtc2, "set-remote-description", offer, NULL); in _on_offer_received()
125 gst_webrtc_session_description_free (offer); in _on_offer_received()
Dwebrtcrenego.c159 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
166 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL); in _on_offer_received()
168 desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
172 g_signal_emit_by_name (webrtc1, "set-local-description", offer, NULL); in _on_offer_received()
173 g_signal_emit_by_name (webrtc2, "set-remote-description", offer, NULL); in _on_offer_received()
179 gst_webrtc_session_description_free (offer); in _on_offer_received()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcsdp.c397 _intersect_answer_directions (GstWebRTCRTPTransceiverDirection offer, in _intersect_answer_directions() argument
400 if (offer == DIR (INACTIVE) || answer == DIR (INACTIVE)) in _intersect_answer_directions()
402 if (offer == DIR (SENDONLY) && answer == DIR (SENDRECV)) in _intersect_answer_directions()
404 if (offer == DIR (SENDONLY) && answer == DIR (RECVONLY)) in _intersect_answer_directions()
406 if (offer == DIR (RECVONLY) && answer == DIR (SENDRECV)) in _intersect_answer_directions()
408 if (offer == DIR (RECVONLY) && answer == DIR (SENDONLY)) in _intersect_answer_directions()
410 if (offer == DIR (SENDRECV) && answer == DIR (SENDRECV)) in _intersect_answer_directions()
412 if (offer == DIR (SENDRECV) && answer == DIR (SENDONLY)) in _intersect_answer_directions()
414 if (offer == DIR (SENDRECV) && answer == DIR (RECVONLY)) in _intersect_answer_directions()
416 if (offer == DIR (RECVONLY) && answer == DIR (RECVONLY)) in _intersect_answer_directions()
[all …]
Dwebrtcsdp.h49 …ceiverDirection _intersect_answer_directions (GstWebRTCRTPTransceiverDirection offer,
61 …ebRTCDTLSSetup _intersect_dtls_setup (GstWebRTCDTLSSetup offer);
/third_party/weston/clients/
Dwindow.c3571 struct wl_data_offer *offer; member
3588 struct data_offer *offer = data; in data_offer_offer() local
3591 p = wl_array_add(&offer->types, sizeof *p); in data_offer_offer()
3598 struct data_offer *offer = data; in data_offer_source_actions() local
3600 offer->source_actions = source_actions; in data_offer_source_actions()
3606 struct data_offer *offer = data; in data_offer_action() local
3608 offer->dnd_action = dnd_action; in data_offer_action()
3618 data_offer_destroy(struct data_offer *offer) in data_offer_destroy() argument
3622 offer->refcount--; in data_offer_destroy()
3623 if (offer->refcount == 0) { in data_offer_destroy()
[all …]
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DGestureHelper.java64 queuedSingleTaps.offer(e); in GestureHelper()
76 queuedFingerHold.offer(new ScrollEvent(e2, in GestureHelper()
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/
Dwebrtc-unidirectional-h264.c250 GstWebRTCSessionDescription *offer = NULL; in on_offer_created_cb() local
255 &offer, NULL); in on_offer_created_cb()
260 offer, local_desc_promise); in on_offer_created_cb()
264 sdp_string = gst_sdp_message_as_text (offer->sdp); in on_offer_created_cb()
281 gst_webrtc_session_description_free (offer); in on_offer_created_cb()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.18.txt12 imagic inode, it will offer to clear the imagic flag.
14 E2fsck will now offer to clear the immutable flag on special files
/third_party/boost/libs/beast/test/beast/websocket/
Dhandshake.cpp395 string_view offer) in testExtNegotiate()
400 f.set(http::field::sec_websocket_extensions, offer); in testExtNegotiate()
411 string_view offer, in testExtNegotiate()
417 f.set(http::field::sec_websocket_extensions, offer); in testExtNegotiate()
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/android/app/src/main/java/
DMainActivity.kt32 unicodeCharacterQueue.offer(event.getUnicodeChar(event.metaState)) in dispatchKeyEvent()
/third_party/boost/libs/vmd/doc/
Dvmd_compilers.qbk29 The compilers supported are those which are deemed to offer C99/C++11
/third_party/python/Doc/howto/
Dcporting.rst17 * The `Cython`_ and `CFFI`_ libraries offer abstractions over
/third_party/boost/libs/mpl/doc/src/refmanual/
DSequences-Intrinsic.rst13 .. [#intrinsic] In practice, many of intrinsic metafunctions offer a
/third_party/skia/third_party/externals/icu/source/extra/uconv/
DREADME10 want to offer a translation of these messages for a particular locale.

12345678910>>...20