Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Ddatachannel.c83 GstWebRTCDataChannel *channel = GST_WEBRTC_DATA_CHANNEL (object); in gst_webrtc_data_channel_set_property() local
127 GstWebRTCDataChannel *channel = GST_WEBRTC_DATA_CHANNEL (object); in gst_webrtc_data_channel_get_property() local
174 GstWebRTCDataChannel *channel = GST_WEBRTC_DATA_CHANNEL (object); in gst_webrtc_data_channel_finalize() local
367 gst_webrtc_data_channel_init (GstWebRTCDataChannel * channel) in gst_webrtc_data_channel_init()
379 gst_webrtc_data_channel_on_open (GstWebRTCDataChannel * channel) in gst_webrtc_data_channel_on_open()
413 gst_webrtc_data_channel_on_close (GstWebRTCDataChannel * channel) in gst_webrtc_data_channel_on_close()
443 gst_webrtc_data_channel_on_error (GstWebRTCDataChannel * channel, in gst_webrtc_data_channel_on_error()
463 gst_webrtc_data_channel_on_message_data (GstWebRTCDataChannel * channel, in gst_webrtc_data_channel_on_message_data()
481 gst_webrtc_data_channel_on_message_string (GstWebRTCDataChannel * channel, in gst_webrtc_data_channel_on_message_string()
498 gst_webrtc_data_channel_on_buffered_amount_low (GstWebRTCDataChannel * channel) in gst_webrtc_data_channel_on_buffered_amount_low()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcdatachannel.c110 construct_open_packet (WebRTCDataChannel * channel) in construct_open_packet()
186 construct_ack_packet (WebRTCDataChannel * channel) in construct_ack_packet()
218 GstWebRTCDataChannel *channel; member
244 _channel_enqueue_task (WebRTCDataChannel * channel, ChannelTask func, in _channel_enqueue_task()
260 _channel_store_error (WebRTCDataChannel * channel, GError * error) in _channel_store_error()
275 _emit_on_open (WebRTCDataChannel * channel, gpointer user_data) in _emit_on_open()
281 _transport_closed (WebRTCDataChannel * channel) in _transport_closed()
307 _close_sctp_stream (WebRTCDataChannel * channel, gpointer user_data) in _close_sctp_stream()
332 _close_procedure (WebRTCDataChannel * channel, gpointer user_data) in _close_procedure()
360 WebRTCDataChannel * channel) in _on_sctp_stream_reset()
[all …]
/third_party/pulseaudio/src/pulsecore/
Dsvolume_c.c32 unsigned channel; in pa_volume_u8_c() local
46 unsigned channel; in pa_volume_alaw_c() local
60 unsigned channel; in pa_volume_ulaw_c() local
74 unsigned channel; in pa_volume_s16ne_c() local
90 unsigned channel; in pa_volume_s16re_c() local
106 unsigned channel; in pa_volume_float32ne_c() local
119 unsigned channel; in pa_volume_float32re_c() local
136 unsigned channel; in pa_volume_s32ne_c() local
154 unsigned channel; in pa_volume_s32re_c() local
172 unsigned channel; in pa_volume_s24ne_c() local
[all …]
Dmix.c39 unsigned channel, nchannels, padding; in calc_linear_integer_volume() local
54 unsigned channel, nchannels, padding; in calc_linear_float_volume() local
69 unsigned k, channel; in calc_linear_integer_stream_volumes() local
88 unsigned k, channel; in calc_linear_float_stream_volumes() local
173 unsigned channel = 0; in pa_mix2_s16ne() local
218 unsigned channel = 0; in pa_mix_generic_s16ne() local
257 unsigned channel = 0; in pa_mix_s16re_c() local
283 unsigned channel = 0; in pa_mix_s32ne_c() local
313 unsigned channel = 0; in pa_mix_s32re_c() local
343 unsigned channel = 0; in pa_mix_s24ne_c() local
[all …]
/third_party/node/lib/internal/child_process/
Dserialization.js53 initMessageChannel(channel) { argument
58 *parseChannelMessages(channel, readData) { argument
79 writeChannelMessage(channel, req, message, handle) { argument
100 initMessageChannel(channel) { argument
105 *parseChannelMessages(channel, readData) { argument
126 writeChannelMessage(channel, req, message, handle) { argument
/third_party/node/deps/cares/src/lib/
Dares_process.c118 static void processfds(ares_channel channel, in processfds()
134 void ares_process(ares_channel channel, fd_set *read_fds, fd_set *write_fds) in ares_process()
142 void ares_process_fd(ares_channel channel, in ares_process_fd()
177 static ares_ssize_t socket_writev(ares_channel channel, ares_socket_t s, const struct iovec * vec, … in socket_writev()
185 static ares_ssize_t socket_write(ares_channel channel, ares_socket_t s, const void * data, size_t l… in socket_write()
200 static void write_tcp_data(ares_channel channel, in write_tcp_data()
292 static void advance_tcp_send_queue(ares_channel channel, int whichserver, in advance_tcp_send_queue()
321 static ares_ssize_t socket_recvfrom(ares_channel channel, in socket_recvfrom()
341 static ares_ssize_t socket_recv(ares_channel channel, in socket_recv()
357 static void read_tcp_data(ares_channel channel, fd_set *read_fds, in read_tcp_data()
[all …]
Dares_options.c31 int ares_get_servers(ares_channel channel, in ares_get_servers()
86 int ares_get_servers_ports(ares_channel channel, in ares_get_servers_ports()
143 int ares_set_servers(ares_channel channel, in ares_set_servers()
195 int ares_set_servers_ports(ares_channel channel, in ares_set_servers_ports()
249 static int set_servers_csv(ares_channel channel, in set_servers_csv()
395 int ares_set_servers_csv(ares_channel channel, in ares_set_servers_csv()
401 int ares_set_servers_ports_csv(ares_channel channel, in ares_set_servers_ports_csv()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dtuner.c194 gst_tuner_set_channel (GstTuner * tuner, GstTunerChannel * channel) in gst_tuner_set_channel()
323 GstTunerChannel * channel, gulong frequency) in gst_tuner_set_frequency()
351 gst_tuner_get_frequency (GstTuner * tuner, GstTunerChannel * channel) in gst_tuner_get_frequency()
386 gst_tuner_signal_strength (GstTuner * tuner, GstTunerChannel * channel) in gst_tuner_signal_strength()
441 gst_tuner_find_channel_by_name (GstTuner * tuner, gchar * channel) in gst_tuner_find_channel_by_name()
466 gst_tuner_channel_changed (GstTuner * tuner, GstTunerChannel * channel) in gst_tuner_channel_changed()
506 GstTunerChannel * channel, gulong frequency) in gst_tuner_frequency_changed()
530 GstTunerChannel * channel, gint signal) in gst_tuner_signal_changed()
Dgstv4l2tuner.c46 gst_v4l2_tuner_channel_init (GstV4l2TunerChannel * channel) in gst_v4l2_tuner_channel_init()
85 GstTunerChannel * channel) in gst_v4l2_tuner_set_channel()
108 guint32 channel; in gst_v4l2_tuner_get_channel() local
219 GstTunerChannel * channel, gulong frequency) in gst_v4l2_tuner_set_frequency_and_notify()
230 GstTunerChannel * channel, gulong frequency) in gst_v4l2_tuner_set_frequency()
258 GstTunerChannel * channel) in gst_v4l2_tuner_get_frequency()
283 GstTunerChannel * channel) in gst_v4l2_tuner_signal_strength()
/third_party/libdrm/tegra/
Dchannel.c42 struct drm_tegra_channel *channel; in drm_tegra_channel_open() local
110 drm_public int drm_tegra_channel_close(struct drm_tegra_channel *channel) in drm_tegra_channel_close()
134 drm_tegra_channel_get_version(struct drm_tegra_channel *channel) in drm_tegra_channel_get_version()
140 drm_tegra_channel_map(struct drm_tegra_channel *channel, in drm_tegra_channel_map()
177 struct drm_tegra_channel *channel = map->channel; in drm_tegra_channel_unmap() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_macsec_qca.c498 u32 *channel) in macsec_qca_lookup_channel()
516 u32 channel) in macsec_qca_register_channel()
524 u32 *channel) in macsec_qca_lookup_receive_channel()
533 u32 channel) in macsec_qca_register_receive_channel()
542 u32 *channel) in macsec_qca_lookup_transmit_channel()
551 u32 channel) in macsec_qca_register_transmit_channel()
565 u32 channel; in macsec_qca_get_receive_lowest_pn() local
593 u32 channel; in macsec_qca_get_transmit_next_pn() local
612 u32 channel; in macsec_qca_set_transmit_next_pn() local
627 static int macsec_qca_get_available_receive_sc(void *priv, u32 *channel) in macsec_qca_get_available_receive_sc()
[all …]
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/testing/
Dstub_flutter_api.h38 virtual void RegistrarEnableInputBlocking(const char* channel) {} in RegistrarEnableInputBlocking()
41 virtual bool MessengerSend(const char* channel, in MessengerSend()
48 virtual bool MessengerSendWithReply(const char* channel, in MessengerSendWithReply()
63 virtual void MessengerSetCallback(const char* channel, in MessengerSetCallback()
Dstub_flutter_api.cc49 const char* channel) { in FlutterDesktopRegistrarEnableInputBlocking()
56 const char* channel, in FlutterDesktopMessengerSend()
68 const char* channel, in FlutterDesktopMessengerSendWithReply()
92 const char* channel, in FlutterDesktopMessengerSetCallback()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_macsec_qca.c520 u32 *channel) in macsec_qca_lookup_channel()
538 u32 channel) in macsec_qca_register_channel()
546 u32 *channel) in macsec_qca_lookup_receive_channel()
555 u32 channel) in macsec_qca_register_receive_channel()
564 u32 *channel) in macsec_qca_lookup_transmit_channel()
573 u32 channel) in macsec_qca_register_transmit_channel()
587 u32 channel; in macsec_qca_get_receive_lowest_pn() local
615 u32 channel; in macsec_qca_get_transmit_next_pn() local
634 u32 channel; in macsec_qca_set_transmit_next_pn() local
649 static int macsec_qca_get_available_receive_sc(void *priv, u32 *channel) in macsec_qca_get_available_receive_sc()
[all …]
/third_party/alsa-utils/amixer/
Dvolume_mapping.c84 snd_mixer_selem_channel_id_t channel, in get_normalized_volume()
121 snd_mixer_selem_channel_id_t channel, in set_normalized_volume()
154 snd_mixer_selem_channel_id_t channel) in get_normalized_playback_volume()
160 snd_mixer_selem_channel_id_t channel) in get_normalized_capture_volume()
166 snd_mixer_selem_channel_id_t channel, in set_normalized_playback_volume()
174 snd_mixer_selem_channel_id_t channel, in set_normalized_capture_volume()
/third_party/alsa-utils/alsamixer/
Dvolume_mapping.c84 snd_mixer_selem_channel_id_t channel, in get_normalized_volume()
121 snd_mixer_selem_channel_id_t channel, in set_normalized_volume()
154 snd_mixer_selem_channel_id_t channel) in get_normalized_playback_volume()
160 snd_mixer_selem_channel_id_t channel) in get_normalized_capture_volume()
166 snd_mixer_selem_channel_id_t channel, in set_normalized_playback_volume()
174 snd_mixer_selem_channel_id_t channel, in set_normalized_capture_volume()
/third_party/flutter/flutter/dev/integration_tests/channels/android/app/src/main/java/com/yourcompany/channels/
DMainActivity.java30 private <T> void setupMessageHandshake(final BasicMessageChannel<T> channel) { in setupMessageHandshake()
61 private void setupMethodHandshake(final MethodChannel channel) { in setupMethodHandshake()
80 …private void doSuccessHandshake(final MethodChannel channel, final MethodCall methodCall, final Me… in doSuccessHandshake()
100 …private void doErrorHandshake(final MethodChannel channel, final MethodCall methodCall, final Meth… in doErrorHandshake()
120 …private void doNotImplementedHandshake(final MethodChannel channel, final MethodCall methodCall, f… in doNotImplementedHandshake()
/third_party/node/test/parallel/
Dtest-worker-message-channel.js7 const channel = new MessageChannel(); constant
20 const channel = new MessageChannel(); constant
28 const channel = new MessageChannel(); constant
/third_party/openssl/crypto/
Dtrace.c64 static int trace_write(BIO *channel, in trace_write()
75 static int trace_puts(BIO *channel, const char *str) in trace_puts()
85 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp) in trace_ctrl()
101 static int trace_free(BIO *channel) in trace_free()
235 static int set_trace_data(int category, int type, BIO **channel, in set_trace_data()
328 BIO *channel = NULL; in ossl_trace_cleanup() local
346 int OSSL_trace_set_channel(int category, BIO *channel) in OSSL_trace_set_channel()
383 BIO *channel = NULL; in OSSL_trace_set_callback() local
460 BIO *channel = NULL; in OSSL_trace_begin() local
492 void OSSL_trace_end(int category, BIO * channel) in OSSL_trace_end()
/third_party/ffmpeg/libavcodec/
Daptxdec.c80 static void aptx_decode_channel(Channel *channel, int32_t samples[4]) in aptx_decode_channel()
89 static void aptx_unpack_codeword(Channel *channel, uint16_t codeword) in aptx_unpack_codeword()
99 static void aptxhd_unpack_codeword(Channel *channel, uint32_t codeword) in aptxhd_unpack_codeword()
113 int channel, ret; in aptx_decode_samples() local
140 int pos, opos, channel, sample, ret; in aptx_decode_frame() local
/third_party/rust/crates/signal-hook/src/low_level/
Dchannel.rs178 let channel = Channel::<usize>::new(); in new_empty() localVariable
185 let channel = Channel::new(); in pass_value() localVariable
193 let channel = Channel::new(); in multiple() localVariable
203 let channel = Channel::new(); in overflow() localVariable
215 let channel = Arc::new(Channel::<usize>::new()); in multi_thread() localVariable
218 let channel = Arc::clone(&channel); in multi_thread() localVariable
/third_party/flutter/engine/flutter/shell/platform/common/cpp/
Dincoming_message_dispatcher.cc19 std::string channel(message.channel); in HandleMessage() local
42 const std::string& channel, in SetMessageCallback()
53 const std::string& channel) { in EnableInputBlockingForChannel()
/third_party/cef/libcef/common/extensions/api/
D_permission_features.json20 "channel": "stable", string
28 "channel": "stable", string
32 "channel": "stable", string
/third_party/alsa-lib/src/mixer/
Dsimple.c219 const char *snd_mixer_selem_channel_name(snd_mixer_selem_channel_id_t channel) in snd_mixer_selem_channel_name()
268 … snd_mixer_selem_has_playback_channel(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel) in snd_mixer_selem_has_playback_channel()
398 …d_mixer_selem_get_playback_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, lo… in snd_mixer_selem_get_playback_volume()
412 int snd_mixer_selem_get_playback_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, l… in snd_mixer_selem_get_playback_dB()
432 …d_mixer_selem_get_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, in… in snd_mixer_selem_get_playback_switch()
446 …d_mixer_selem_set_playback_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, lo… in snd_mixer_selem_set_playback_volume()
462 int snd_mixer_selem_set_playback_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, l… in snd_mixer_selem_set_playback_dB()
524 …d_mixer_selem_set_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, in… in snd_mixer_selem_set_playback_switch()
573 …t snd_mixer_selem_has_capture_channel(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel) in snd_mixer_selem_has_capture_channel()
730 int snd_mixer_selem_get_capture_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel in snd_mixer_selem_get_capture_volume()
[all …]
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DBinaryMessenger.java37 void send(@NonNull String channel, @Nullable ByteBuffer message); in send()
51 … void send(@NonNull String channel, @Nullable ByteBuffer message, @Nullable BinaryReply callback); in send()
67 void setMessageHandler(@NonNull String channel, @Nullable BinaryMessageHandler handler); in setMessageHandler()

12345678910>>...20