Searched refs:channel (Results 1 - 25 of 1142) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2003-11-19-BitFieldArray.c9 void g_io_channel_init (struct _GIOChannel *channel) { argument
10 channel->partial_write_buf[0];
/external/dropbear/
H A Dcli-channel.c26 #include "channel.h"
33 /* We receive channel data - only used by the client chansession code*/
36 struct Channel *channel; local
41 channel = getchannel();
43 if (channel->type != &clichansess) {
56 common_recv_msg_channel_data(channel, channel->errfd, channel->extrabuf);
H A Dcommon-channel.c34 #include "channel.h"
40 static void send_msg_channel_open_confirmation(struct Channel* channel,
43 static void writechannel(struct Channel* channel, int fd, circbuffer *cbuf);
44 static void send_msg_channel_window_adjust(struct Channel *channel,
46 static void send_msg_channel_data(struct Channel *channel, int isextended);
47 static void send_msg_channel_eof(struct Channel *channel);
48 static void send_msg_channel_close(struct Channel *channel);
49 static void remove_channel(struct Channel *channel);
50 static void delete_channel(struct Channel *channel);
51 static void check_in_progress(struct Channel *channel);
193 struct Channel *channel; local
249 write_pending(struct Channel * channel) argument
262 check_close(struct Channel *channel) argument
327 check_in_progress(struct Channel *channel) argument
352 send_msg_channel_close(struct Channel *channel) argument
375 send_msg_channel_eof(struct Channel *channel) argument
393 writechannel(struct Channel* channel, int fd, circbuffer *cbuf) argument
437 struct Channel * channel; local
482 struct Channel * channel; local
498 struct Channel * channel; local
513 remove_channel(struct Channel * channel) argument
544 delete_channel(struct Channel *channel) argument
557 struct Channel *channel; local
578 send_msg_channel_data(struct Channel *channel, int isextended) argument
654 struct Channel *channel; local
663 common_recv_msg_channel_data(struct Channel *channel, int fd, circbuffer * cbuf) argument
723 struct Channel * channel; local
739 send_msg_channel_window_adjust(struct Channel* channel, unsigned int incr) argument
758 struct Channel *channel; local
837 send_msg_channel_failure(struct Channel *channel) argument
850 send_msg_channel_success(struct Channel *channel) argument
882 send_msg_channel_open_confirmation(struct Channel* channel, unsigned int recvwindow, unsigned int recvmaxpacket) argument
900 close_chan_fd(struct Channel *channel, int fd, int how) argument
984 struct Channel * channel; local
1019 struct Channel * channel; local
[all...]
/external/chromium_org/remoting/tools/mac/
H A Dchromoting-set-channel.sh16 echo "Usage: ${ME} <channel>" >&2
17 echo "where <channel> is 'beta' or 'stable'" >&2
34 local channel="$1"
36 if [[ "${channel}" != "beta" && "${channel}" != "stable" ]]; then
41 local channeltag="${channel}"
42 if [[ "${channel}" == "stable" ]]; then
46 log "Switching Chrome Remote Desktop channel to ${channel}"
50 if [[ "${channel}"
[all...]
/external/chromium_org/chrome/browser/resources/help/
H A Dchannel_change_page.css6 #channel-change-page {
11 .channel-change-page-channel label {
15 .channel-change-page-channel {
20 .show-when-selected-channel-requires-powerwash,
21 .show-when-selected-channel-requires-delayed-update,
22 .show-when-selected-channel-good,
23 .show-when-selected-channel-unstable {
27 .selected-channel
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dio_manager.c22 errcode_t io_channel_set_options(io_channel channel, const char *opts) argument
27 EXT2_CHECK_MAGIC(channel, EXT2_ET_MAGIC_IO_CHANNEL);
32 if (!channel->manager->set_option)
50 retval = (channel->manager->set_option)(channel, ptr, arg);
59 errcode_t io_channel_write_byte(io_channel channel, unsigned long offset, argument
62 EXT2_CHECK_MAGIC(channel, EXT2_ET_MAGIC_IO_CHANNEL);
64 if (channel->manager->write_byte)
65 return channel->manager->write_byte(channel, offse
71 io_channel_read_blk64(io_channel channel, unsigned long long block, int count, void *data) argument
87 io_channel_write_blk64(io_channel channel, unsigned long long block, int count, const void *data) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCDataChannelEvent.idl28 readonly attribute RTCDataChannel channel;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/
H A Dirc.py28 channel = "#blink" variable
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DIChannelWorkerThread.java5 package ch.ethz.ssh2.channel;
H A DX11ServerData.java5 package ch.ethz.ssh2.channel;
/external/chromium_org/chrome/common/
H A Dchrome_version_info_win.cc21 base::string16 channel; local
27 &channel);
31 channel += L" SyzyASan";
33 return UTF16ToASCII(channel);
42 std::wstring channel(L"unknown");
48 channel = GoogleUpdateSettings::GetChromeChannel(is_system_install);
51 if (channel.empty()) {
53 } else if (channel == L"beta") {
55 } else if (channel == L"dev") {
57 } else if (channel
[all...]
H A Dchrome_version_info_chromeos.cc36 void VersionInfo::SetChannel(const std::string& channel) { argument
38 if (channel == "stable-channel") {
40 } else if (channel == "beta-channel") {
42 } else if (channel == "dev-channel") {
44 } else if (channel == "canary-channel") {
H A Dchrome_version_info_posix.cc46 std::string channel = GetVersionStringModifier(); local
47 if (channel.empty()) {
49 } else if (channel == "beta") {
51 } else if (channel == "dev") {
53 } else if (channel == "canary") {
/external/kernel-headers/original/asm-arm/
H A Ddma.h47 #define clear_dma_ff(channel)
54 extern void set_dma_page(dmach_t channel, char pagenr);
56 /* Request a DMA channel
60 extern int request_dma(dmach_t channel, const char * device_id);
62 /* Free a DMA channel
66 extern void free_dma(dmach_t channel);
68 /* Enable DMA for this channel
73 extern void enable_dma(dmach_t channel);
75 /* Disable DMA for this channel
80 extern void disable_dma(dmach_t channel);
[all...]
/external/qemu/telephony/
H A Dsysdeps_posix.c98 /*** channel allocation ***/
108 SysChannel channel = _s_free_channels; local
109 assert( channel != NULL && "out of free channels" );
110 _s_free_channels = channel->next;
111 channel->next = NULL;
112 channel->active = 0;
113 channel->closed = 0;
114 channel->pending = 0;
115 channel->wanted = 0;
116 return channel;
199 sys_channel_on( SysChannel channel, int events, SysChannelCallback callback, void* opaque ) argument
233 sys_channel_read( SysChannel channel, void* buffer, int size ) argument
258 sys_channel_write( SysChannel channel, const void* buffer, int size ) argument
467 SysChannel channel; local
512 SysChannel channel; local
546 SysChannel channel; local
592 SysChannel channel = sys_channel_alloc(); local
613 SysChannel channel = sys_channel_alloc(); local
[all...]
H A Dsysdeps_qemu.c181 SysChannel channel = _s_free_channels; local
182 if (channel != NULL) {
183 _s_free_channels = channel->next;
184 channel->next = NULL;
185 channel->fd = -1;
186 channel->callback = NULL;
187 channel->opaque = NULL;
189 return channel;
193 sys_channel_free( SysChannel channel )
195 if (channel
207 SysChannel channel = _channel; local
216 SysChannel channel = _channel; local
222 sys_channel_on( SysChannel channel, int events, SysChannelCallback event_callback, void* event_opaque ) argument
242 sys_channel_read( SysChannel channel, void* buffer, int size ) argument
269 sys_channel_write( SysChannel channel, const void* buffer, int size ) argument
319 SysChannel channel = sys_channel_alloc(); local
339 SysChannel channel = sys_channel_alloc(); local
364 SysChannel channel = sys_channel_alloc(); local
[all...]
/external/srec/srec/cfront/
H A Dchelfep.c47 static featdata smoothed_c0(front_cep *cepobj, front_channel *channel);
50 int make_frame(front_channel *channel, front_wave *waveobj, argument
62 MEMMOVE(channel->cep + (channel->mel_dim + 1), channel->cep,
63 (Q2 - 1) *(channel->mel_dim + 1), sizeof(float));
71 filterbank_emulation(channel, waveobj, freqobj, cepobj,
74 read channel->fbo and dump it. */
78 cepstrum_params(channel, waveobj, freqobj, cepobj);
81 (void) make_std_frame(channel, cepob
110 smoothed_c0(front_cep *cepobj, front_channel *channel) argument
[all...]
H A Dchelmel4.c60 front_channel *channel);
67 void cepstrum_params(front_channel *channel, front_wave *waveobj, argument
73 mel_spectrum_correction(freqobj->filterbank, cepobj->mel_loop, channel->num_freq);
76 mel_loglookup_with_offset(cepobj, channel);
79 write_scaled_frames(freqobj->nf, 1, channel->filterbank, D_FIXED, 1 / (float)LOG_SCALE);
83 icostrans(cepobj->cs, channel->filterbank, channel->cep,
84 channel->num_freq, cepobj->mel_dim);
88 write_scaled_frames((cepobj->mel_dim + 1), 1, channel->cep, D_FIXED, (float)1 / (0x01 << (LOG_SCALE_SHIFT + COSINE_TABLE_SHIFT)));
126 front_channel *channel)
125 mel_loglookup_with_offset(front_cep *cepobj, front_channel *channel) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h186 bool GetPlayout(int channel) { argument
187 return channels_[channel]->playout;
189 bool GetSend(int channel) { argument
190 return channels_[channel]->send;
195 bool GetVAD(int channel) { argument
196 return channels_[channel]->vad;
198 bool GetFEC(int channel) { argument
199 return channels_[channel]->fec;
201 bool GetNACK(int channel) { argument
202 return channels_[channel]
204 GetNACKMaxPackets(int channel) argument
207 IsUsingExperimentalAcm(int channel) argument
211 GetSendCNPayloadType(int channel, bool wideband) argument
216 GetSendTelephoneEventPayloadType(int channel) argument
219 GetSendFECPayloadType(int channel) argument
222 CheckPacket(int channel, const void* data, size_t len) argument
231 CheckNoPacket(int channel) argument
238 set_playout_fail_channel(int channel) argument
241 set_send_fail_channel(int channel) argument
308 WEBRTC_FUNC(DeleteChannel, (int channel)) argument
315 WEBRTC_FUNC(StartPlayout, (int channel)) argument
326 WEBRTC_FUNC(StartSend, (int channel)) argument
338 WEBRTC_FUNC(StopPlayout, (int channel)) argument
343 WEBRTC_FUNC(StopSend, (int channel)) argument
372 WEBRTC_FUNC(SetSendCodec, (int channel, const webrtc::CodecInst& codec)) argument
377 WEBRTC_FUNC(GetSendCodec, (int channel, webrtc::CodecInst& codec)) argument
397 WEBRTC_FUNC(SetRecPayloadType, (int channel, const webrtc::CodecInst& codec)) argument
425 WEBRTC_FUNC(SetSendCNPayloadType, (int channel, int type, webrtc::PayloadFrequencies frequency)) argument
435 WEBRTC_FUNC(GetRecPayloadType, (int channel, webrtc::CodecInst& codec)) argument
450 WEBRTC_FUNC(SetVADStatus, (int channel, bool enable, webrtc::VadModes mode, bool disableDTX)) argument
464 WEBRTC_FUNC(SendTelephoneEvent, (int channel, int event_code, bool out_of_band = true, int length_ms = 160, int attenuation_db = 10)) argument
472 WEBRTC_FUNC(SetSendTelephoneEventPayloadType, (int channel, unsigned char type)) argument
497 WEBRTC_FUNC(StartPlayingFileLocally, (int channel, const char* fileNameUTF8, bool loop, webrtc::FileFormats format, float volumeScaling, int startPointMs, int stopPointMs)) argument
505 WEBRTC_FUNC(StartPlayingFileLocally, (int channel, webrtc::InStream* stream, webrtc::FileFormats format, float volumeScaling, int startPointMs, int stopPointMs)) argument
513 WEBRTC_FUNC(StopPlayingFileLocally, (int channel)) argument
518 WEBRTC_FUNC(IsPlayingFileLocally, (int channel)) argument
635 WEBRTC_FUNC_CONST(GetDecodingCallStatistics, (int channel, webrtc::AudioDecodingCallStats*)) argument
643 WEBRTC_FUNC(RegisterExternalTransport, (int channel, webrtc::Transport& transport)) argument
649 WEBRTC_FUNC(DeRegisterExternalTransport, (int channel)) argument
654 WEBRTC_FUNC(ReceivedRTPPacket, (int channel, const void* data, unsigned int length)) argument
672 WEBRTC_FUNC(SetLocalSSRC, (int channel, unsigned int ssrc)) argument
677 WEBRTC_FUNC(GetLocalSSRC, (int channel, unsigned int& ssrc)) argument
683 WEBRTC_FUNC(SetRTPAudioLevelIndicationStatus, (int channel, bool enable, unsigned char id)) argument
694 WEBRTC_FUNC(GetRTPAudioLevelIndicationStatus, (int channel, bool& enabled, unsigned char& id)) argument
715 WEBRTC_FUNC(GetRemoteRTCPReportBlocks, (int channel, std::vector<webrtc::ReportBlock>* receive_blocks)) argument
740 WEBRTC_FUNC(GetRTCPStatistics, (int channel, webrtc::CallStatistics& stats)) argument
753 WEBRTC_FUNC(SetFECStatus, (int channel, bool enable, int redPayloadtype)) argument
759 WEBRTC_FUNC(GetFECStatus, (int channel, bool& enable, int& redPayloadtype)) argument
765 WEBRTC_FUNC(SetNACKStatus, (int channel, bool enable, int maxNoPackets)) argument
808 WEBRTC_FUNC(SetChannelOutputVolumeScaling, (int channel, float scale)) argument
813 WEBRTC_FUNC(GetChannelOutputVolumeScaling, (int channel, float& scale)) argument
818 WEBRTC_FUNC(SetOutputVolumePan, (int channel, float left, float right)) argument
824 WEBRTC_FUNC(GetOutputVolumePan, (int channel, float& left, float& right)) argument
889 WEBRTC_FUNC(SetRxAgcStatus, (int channel, bool enable, webrtc::AgcModes mode)) argument
895 WEBRTC_FUNC(GetRxAgcStatus, (int channel, bool& enabled, webrtc::AgcModes& mode)) argument
902 WEBRTC_FUNC(SetRxAgcConfig, (int channel, webrtc::AgcConfig config)) argument
906 WEBRTC_FUNC(GetRxAgcConfig, (int channel, webrtc::AgcConfig& config)) argument
959 WasSendTelephoneEventCalled(int channel, int event_code, int length_ms) argument
969 WEBRTC_FUNC(RegisterExternalMediaProcessing, (int channel, webrtc::ProcessingTypes type, webrtc::VoEMediaProcess& processObject)) argument
980 WEBRTC_FUNC(DeRegisterExternalMediaProcessing, (int channel, webrtc::ProcessingTypes type)) argument
[all...]
H A Dfakewebrtcvideoengine.h64 // WebRtc channel id and capture id share the same number space.
66 // renderer for a channel or it is adding a renderer for a capturer.
319 bool remb_contribute_; // This channel contributes to the remb report.
320 bool remb_bw_partition_; // This channel is allocated part of total bw.
406 bool IsChannel(int channel) const {
407 return (channels_.find(channel) != channels_.end());
430 int GetCaptureId(int channel) const {
431 WEBRTC_ASSERT_CHANNEL(channel);
432 return channels_.find(channel)->second->capture_id_;
434 int GetOriginalChannelId(int channel) cons
482 GetSendRtpTimestampOffsetExtensionId(int channel) argument
486 GetReceiveRtpTimestampOffsetExtensionId(int channel) argument
490 GetSendAbsoluteSendTimeExtensionId(int channel) argument
494 GetReceiveAbsoluteSendTimeExtensionId(int channel) argument
498 GetTransmissionSmoothingStatus(int channel) argument
502 GetSenderTargetDelay(int channel) argument
506 GetReceiverTargetDelay(int channel) argument
532 GetRtxSsrc(int channel, int simulcast_idx) const argument
540 ReceiveCodecRegistered(int channel, const webrtc::VideoCodec& codec) const argument
547 ExternalDecoderRegistered(int channel, unsigned int pl_type) const argument
558 ExternalEncoderRegistered(int channel, unsigned int pl_type) const argument
577 SetSendBitrates(int channel, unsigned int video_bitrate, unsigned int fec_bitrate, unsigned int nack_bitrate) argument
584 SetSendBandwidthEstimate(int channel, unsigned int send_bandwidth) argument
588 SetReceiveBandwidthEstimate(int channel, unsigned int receive_bandwidth) argument
593 GetRtxSendPayloadType(int channel) argument
597 GetRemoteRtxSsrc(int channel) argument
610 WEBRTC_FUNC(CreateChannel, (int& channel)) argument
622 WEBRTC_FUNC(CreateChannel, (int& channel, int original_channel)) argument
630 WEBRTC_FUNC(CreateReceiveChannel, (int& channel, int original_channel)) argument
633 WEBRTC_FUNC(DeleteChannel, (const int channel)) argument
648 WEBRTC_FUNC(StartSend, (const int channel)) argument
653 WEBRTC_FUNC(StopSend, (const int channel)) argument
658 WEBRTC_FUNC(StartReceive, (const int channel)) argument
663 WEBRTC_FUNC(StopReceive, (const int channel)) argument
704 WEBRTC_FUNC(SetSendCodec, (const int channel, const webrtc::VideoCodec& codec)) argument
711 WEBRTC_FUNC_CONST(GetSendCodec, (const int channel, webrtc::VideoCodec& codec)) argument
717 WEBRTC_FUNC(SetReceiveCodec, (const int channel, const webrtc::VideoCodec& codec)) argument
733 WEBRTC_FUNC_CONST(GetCodecTargetBitrate, (const int channel, unsigned int* codec_target_bitrate)) argument
791 WEBRTC_FUNC(ConnectCaptureDevice, (const int capture_id, const int channel)) argument
799 WEBRTC_FUNC(DisconnectCaptureDevice, (const int channel)) argument
823 WEBRTC_VOID_FUNC(SetNetworkTransmissionState, (const int channel, const bool is_transmitting)) argument
838 IsIPv6Enabled(int channel) argument
899 WEBRTC_FUNC(SetLocalSSRC, (const int channel, const unsigned int ssrc, const webrtc::StreamType usage, const unsigned char idx)) argument
917 WEBRTC_FUNC_CONST(SetRemoteSSRCType, (const int channel, const webrtc::StreamType usage, const unsigned int ssrc)) argument
927 WEBRTC_FUNC_CONST(GetLocalSSRC, (const int channel, unsigned int& ssrc)) argument
937 WEBRTC_FUNC(SetRtxSendPayloadType, (const int channel, const uint8 payload_type)) argument
946 WEBRTC_FUNC(SetRTCPStatus, (const int channel, const webrtc::ViERTCPMode mode)) argument
953 WEBRTC_FUNC(SetRTCPCName, (const int channel, const char rtcp_cname[KMaxRTCPCNameLength])) argument
959 WEBRTC_FUNC_CONST(GetRTCPCName, (const int channel, char rtcp_cname[KMaxRTCPCNameLength])) argument
969 WEBRTC_FUNC(SetNACKStatus, (const int channel, const bool enable)) argument
977 WEBRTC_FUNC(SetHybridNACKFECStatus, (const int channel, const bool enable, const unsigned char red_type, const unsigned char fec_type)) argument
989 WEBRTC_FUNC(SetKeyFrameRequestMethod, (const int channel, const webrtc::ViEKeyFrameRequestMethod method)) argument
996 WEBRTC_FUNC(SetSenderBufferingMode, (int channel, int target_delay)) argument
1001 WEBRTC_FUNC(SetReceiverBufferingMode, (int channel, int target_delay)) argument
1008 WEBRTC_FUNC(SetRembStatus, (int channel, bool send, bool receive)) argument
1014 WEBRTC_FUNC(SetTMMBRStatus, (const int channel, const bool enable)) argument
1019 WEBRTC_FUNC(SetSendTimestampOffsetStatus, (int channel, bool enable, int id)) argument
1025 WEBRTC_FUNC(SetReceiveTimestampOffsetStatus, (int channel, bool enable, int id)) argument
1031 WEBRTC_FUNC(SetSendAbsoluteSendTimeStatus, (int channel, bool enable, int id)) argument
1037 WEBRTC_FUNC(SetReceiveAbsoluteSendTimeStatus, (int channel, bool enable, int id)) argument
1046 WEBRTC_FUNC(SetTransmissionSmoothingStatus, (int channel, bool enable)) argument
1063 WEBRTC_FUNC_CONST(GetBandwidthUsage, (const int channel, unsigned int& total_bitrate, unsigned int& video_bitrate, unsigned int& fec_bitrate, unsigned int& nack_bitrate)) argument
1081 WEBRTC_FUNC_CONST(GetEstimatedSendBandwidth, (const int channel, unsigned int* send_bandwidth_estimate)) argument
1093 WEBRTC_FUNC_CONST(GetEstimatedReceiveBandwidth, (const int channel, unsigned int* receive_bandwidth_estimate)) argument
1161 WEBRTC_FUNC(RegisterExternalSendCodec, (const int channel, const unsigned char pl_type, webrtc::VideoEncoder*, bool)) argument
1168 WEBRTC_FUNC(DeRegisterExternalSendCodec, (const int channel, const unsigned char pl_type)) argument
1174 WEBRTC_FUNC(RegisterExternalReceiveCodec, (const int channel, const unsigned int pl_type, webrtc::VideoDecoder*, bool, int)) argument
1181 WEBRTC_FUNC(DeRegisterExternalReceiveCodec, (const int channel, const unsigned char pl_type)) argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DAnimEventListener.java49 * @param channel The channel being altered
52 public void onAnimCycleDone(AnimControl control, AnimChannel channel, String animName); argument
55 * Invoked when a animation is set to play by the user on the given channel.
58 * @param channel The channel being altered
61 public void onAnimChange(AnimControl control, AnimChannel channel, String animName); argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dchrome_report_unrecoverable_error.cc16 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel(); local
17 if (channel != chrome::VersionInfo::CHANNEL_CANARY &&
18 channel != chrome::VersionInfo::CHANNEL_DEV) {
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.h36 /* Sound manager audio channel */
37 SndChannelPtr channel; member in struct:SDL_PrivateAudioData
47 #define channel (this->hidden->channel) macro
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DClassicToken.java42 protected int channel=DEFAULT_CHANNEL; field in class:ClassicToken
56 channel = oldToken.getChannel();
64 public ClassicToken(int type, String text, int channel) { argument
67 this.channel = channel;
99 return channel;
102 public void setChannel(int channel) { argument
103 this.channel = channel;
127 if ( channel>
[all...]
/external/kernel-headers/original/asm-mips/
H A Djazzdma.h18 extern void vdma_enable(int channel);
19 extern void vdma_disable(int channel);
20 extern void vdma_set_mode(int channel, int mode);
21 extern void vdma_set_addr(int channel, long addr);
22 extern void vdma_set_count(int channel, int count);
23 extern int vdma_get_residue(int channel);
24 extern int vdma_get_enable(int channel);
57 * DMA channel control registers
69 /* channel enable register bits */

Completed in 717 milliseconds

1234567891011>>