Searched refs:channel (Results 401 - 425 of 1333) sorted by relevance

<<11121314151617181920>>

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_midi.c234 EAS_U8 channel; local
236 channel = pMIDIStream->status & 0x0f;
243 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
253 VMStartNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
260 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
273 VMControlChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
278 channel, pMIDIStream->d1, pMIDIStream->d2);
287 VMProgramChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1);
294 VMChannelPressure(pSynth, channel, pMIDIStream->d1);
301 VMPitchBend(pSynth, channel, pMIDIStrea
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_midi.c234 EAS_U8 channel; local
236 channel = pMIDIStream->status & 0x0f;
243 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
253 VMStartNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
260 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
273 VMControlChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
278 channel, pMIDIStream->d1, pMIDIStream->d2);
287 VMProgramChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1);
294 VMChannelPressure(pSynth, channel, pMIDIStream->d1);
301 VMPitchBend(pSynth, channel, pMIDIStrea
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_midi.c234 EAS_U8 channel; local
236 channel = pMIDIStream->status & 0x0f;
243 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
253 VMStartNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
260 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
273 VMControlChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
278 channel, pMIDIStream->d1, pMIDIStream->d2);
287 VMProgramChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1);
294 VMChannelPressure(pSynth, channel, pMIDIStream->d1);
301 VMPitchBend(pSynth, channel, pMIDIStrea
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h704 u32 channel, u8 an,
709 return wpa_s->driver->get_receive_lowest_pn(wpa_s->drv_priv, channel,
714 u32 channel, u8 an,
719 return wpa_s->driver->get_transmit_next_pn(wpa_s->drv_priv, channel,
724 u32 channel, u8 an,
729 return wpa_s->driver->set_transmit_next_pn(wpa_s->drv_priv, channel,
734 u32 *channel)
739 channel);
743 wpa_drv_create_receive_sc(struct wpa_supplicant *wpa_s, u32 channel, argument
749 return wpa_s->driver->create_receive_sc(wpa_s->drv_priv, channel,
703 wpa_drv_get_receive_lowest_pn(struct wpa_supplicant *wpa_s, u32 channel, u8 an, u32 *lowest_pn) argument
713 wpa_drv_get_transmit_next_pn(struct wpa_supplicant *wpa_s, u32 channel, u8 an, u32 *next_pn) argument
723 wpa_drv_set_transmit_next_pn(struct wpa_supplicant *wpa_s, u32 channel, u8 an, u32 next_pn) argument
733 wpa_drv_get_available_receive_sc(struct wpa_supplicant *wpa_s, u32 *channel) argument
754 wpa_drv_delete_receive_sc(struct wpa_supplicant *wpa_s, u32 channel) argument
762 wpa_drv_create_receive_sa(struct wpa_supplicant *wpa_s, u32 channel, u8 an, u32 lowest_pn, const u8 *sak) argument
772 wpa_drv_enable_receive_sa(struct wpa_supplicant *wpa_s, u32 channel, u8 an) argument
780 wpa_drv_disable_receive_sa(struct wpa_supplicant *wpa_s, u32 channel, u8 an) argument
789 wpa_drv_get_available_transmit_sc(struct wpa_supplicant *wpa_s, u32 *channel) argument
798 wpa_drv_create_transmit_sc(struct wpa_supplicant *wpa_s, u32 channel, const u8 *sci_addr, u16 sci_port, unsigned int conf_offset) argument
809 wpa_drv_delete_transmit_sc(struct wpa_supplicant *wpa_s, u32 channel) argument
817 wpa_drv_create_transmit_sa(struct wpa_supplicant *wpa_s, u32 channel, u8 an, u32 next_pn, Boolean confidentiality, const u8 *sak) argument
829 wpa_drv_enable_transmit_sa(struct wpa_supplicant *wpa_s, u32 channel, u8 an) argument
837 wpa_drv_disable_transmit_sa(struct wpa_supplicant *wpa_s, u32 channel, u8 an) argument
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkPerlinNoiseShader.cpp151 for (int channel = 0; channel < 4; ++channel) {
154 fNoise[channel][i][0] = (random() % (2 * kBlockSize));
155 fNoise[channel][i][1] = (random() % (2 * kBlockSize));
172 for (int channel = 0; channel < 4; ++channel) {
174 noise[channel][i][j] = fNoise[channel][
[all...]
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp141 for (int channel = 0; channel < 4; ++channel) {
144 fNoise[channel][i][0] = (random() % (2 * kBlockSize));
145 fNoise[channel][i][1] = (random() % (2 * kBlockSize));
162 for (int channel = 0; channel < 4; ++channel) {
164 noise[channel][i][j] = fNoise[channel][
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java46 Socket channel = null; field in class:RemoteDebugEventSocketListener
62 int channel; field in class:RemoteDebugEventSocketListener.ProxyToken
67 public ProxyToken(int index, int type, int channel, argument
72 this.channel = channel;
102 return channel;
104 public void setChannel(int channel) { argument
105 this.channel = channel;
120 if ( channel!
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs52 Socket channel = null; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
70 int channel; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
77 public ProxyToken(int index, int type, int channel, argument
81 this.channel = channel;
126 return channel;
129 channel = value;
170 if (channel != TokenChannels.Default) {
171 channelStr = ",channel=" + channel;
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs55 Socket channel = null; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
74 int channel; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
82 public ProxyToken( int index, int type, int channel, argument
87 this.channel = channel;
146 return channel;
150 channel = value;
204 if ( channel != TokenChannels.Default )
206 channelStr = ",channel=" + channel;
[all...]
/external/chromium_org/remoting/protocol/
H A Dchannel_multiplexer.cc106 MuxSocket(MuxChannel* channel);
208 // Socket must be destroyed before the channel.
214 DCHECK(!socket_); // Can't create more than one socket per channel.
272 ChannelMultiplexer::MuxSocket::MuxSocket(MuxChannel* channel) argument
273 : channel_(channel),
368 // Cancel creation of the base channel if it hasn't finished.
376 // Already have |base_channel_|. Create new multiplexed channel
386 // If this is the first multiplexed channel then create the base channel.
428 // Every time this function is called it connects a single channel an
485 MuxChannel* channel = NULL; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.cc62 ChannelParams() : channel(NULL), candidate(NULL) {}
64 : component(component), channel(NULL), candidate(NULL) {}
66 : channel(NULL), candidate(candidate) {
75 TransportChannelImpl* channel; member in struct:cricket::ChannelParams
239 // If this is an existing channel, we should just return it without
244 // Push down our transport state to the new channel.
271 // If this is the first channel, then indicate that we have started
318 // Check in case the deleted channel was the only non-writable channel.
518 // It's ok for a channel t
524 OnChannelReadableState(TransportChannel* channel) argument
538 OnChannelWritableState(TransportChannel* channel) argument
577 OnChannelRequestSignaling(TransportChannelImpl* channel) argument
596 OnChannelCandidateReady(TransportChannelImpl* channel, const Candidate& candidate) argument
626 OnChannelRouteChange(TransportChannel* channel, const Candidate& remote_candidate) argument
634 OnChannelRouteChange_s(const TransportChannel* channel, const Candidate& remote_candidate) argument
640 OnChannelCandidatesAllocationDone( TransportChannelImpl* channel) argument
668 OnRoleConflict(TransportChannelImpl* channel) argument
672 OnChannelConnectionRemoved(TransportChannelImpl* channel) argument
705 const TransportChannelImpl* channel = iter->second.get(); local
827 ApplyNegotiatedTransportDescription_w( TransportChannelImpl* channel, std::string* error_desc) argument
[all...]
/external/qemu/hw/android/goldfish/
H A Dpipe.c134 uint64_t channel; member in struct:Pipe
156 pipe_new(uint64_t channel, PipeDevice* dev) argument
159 pipe->channel = channel;
165 pipe_list_findp_channel( Pipe** list, uint64_t channel )
170 if (node == NULL || node->channel == channel) {
235 qemu_put_be64(file, pipe->channel);
258 uint64_t channel; local
275 channel
966 uint64_t channel; member in struct:PipeDevice
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimTokenStream.cs59 /** <summary>Skip tokens on any channel but this one; this is how we skip whitespace...</summary> */
60 protected int channel = TokenChannels.Default; field in class:Antlr.Runtime.FastTokenStream
83 public FastTokenStream( ITokenSource<SlimToken> tokenSource, int channel )
86 this.channel = channel;
103 channel = TokenChannels.Default;
109 * set some token type / channel overrides before filling buffer.
128 // leave p pointing at first token on channel
141 * Walk past any token not on the channel the parser is listening to.
153 /** <summary>Given a starting index, return the index of the first on-channel toke
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
H A Dmain-scripts.rb22 WS: ' '+ { $channel = HIDDEN; };
46 WS: ' '+ { $channel = HIDDEN; };
70 WS: ' '+ { $channel = HIDDEN; };
85 WS: ' '+ { $channel = HIDDEN; };
109 WS: ' '+ { $channel = HIDDEN; };
133 WS: ' '+ { $channel = HIDDEN; };
170 WS: ' '+ { $channel = HIDDEN; };
234 # WS: ' '+ { $channel = HIDDEN; };
/external/chromium_org/components/variations/
H A Dstudy_filtering.cc42 bool CheckStudyChannel(const Study_Filter& filter, Study_Channel channel) { argument
43 // An empty channel list matches all channels.
48 if (filter.channel(i) == channel)
167 Study_Channel channel,
171 if (!CheckStudyChannel(study.filter(), channel)) {
172 DVLOG(1) << "Filtered out study " << study.name() << " due to channel.";
221 Study_Channel channel,
237 channel, form_factor, hardware_class)) {
162 ShouldAddStudy( const Study& study, const std::string& locale, const base::Time& reference_date, const base::Version& version, Study_Channel channel, Study_FormFactor form_factor, const std::string& hardware_class) argument
216 FilterAndValidateStudies( const VariationsSeed& seed, const std::string& locale, const base::Time& reference_date, const base::Version& version, Study_Channel channel, Study_FormFactor form_factor, const std::string& hardware_class, std::vector<ProcessedStudy>* filtered_studies) argument
/external/chromium_org/jingle/glue/
H A Dchannel_socket_adapter.cc19 cricket::TransportChannel* channel)
21 channel_(channel),
142 cricket::TransportChannel* channel,
148 DCHECK_EQ(channel, channel_);
173 cricket::TransportChannel* channel) {
194 cricket::TransportChannel* channel) {
196 DCHECK_EQ(channel, channel_);
18 TransportChannelSocketAdapter( cricket::TransportChannel* channel) argument
141 OnNewPacket( cricket::TransportChannel* channel, const char* data, size_t data_size, const rtc::PacketTime& packet_time, int flags) argument
172 OnWritableState( cricket::TransportChannel* channel) argument
193 OnChannelDestroyed( cricket::TransportChannel* channel) argument
/external/chromium_org/mojo/system/
H A Ddispatcher.h192 // dispatchers. (|channel| is the |Channel| to which the dispatcher is to be
196 Channel* channel,
201 Channel* channel,
210 Channel* channel,
291 virtual void StartSerializeImplNoLock(Channel* channel,
295 Channel* channel,
340 void StartSerialize(Channel* channel,
354 bool EndSerializeAndClose(Channel* channel,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEComponentTransfer.cpp224 for (unsigned channel = 0; channel < 4; channel++) {
225 ASSERT_WITH_SECURITY_IMPLICATION(static_cast<size_t>(transferFunction[channel].type) < WTF_ARRAY_LENGTH(callEffect));
226 (*callEffect[transferFunction[channel].type])(tables[channel], transferFunction[channel]);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
H A Dtranslate_test.c187 if(output_format_desc->channel[i].type != UTIL_FORMAT_TYPE_FLOAT)
188 output_normalized |= (1 << output_format_desc->channel[i].normalized);
215 if(input_format_desc->channel[i].type == UTIL_FORMAT_TYPE_FLOAT)
221 input_normalized |= (1 << input_format_desc->channel[i].normalized);
251 if(input_is_float && input_format_desc->channel[0].size == 32)
253 else if(input_is_float && input_format_desc->channel[0].size == 64)
255 else if(input_is_float && input_format_desc->channel[0].size == 16)
/external/mesa3d/src/gallium/tests/unit/
H A Dtranslate_test.c187 if(output_format_desc->channel[i].type != UTIL_FORMAT_TYPE_FLOAT)
188 output_normalized |= (1 << output_format_desc->channel[i].normalized);
215 if(input_format_desc->channel[i].type == UTIL_FORMAT_TYPE_FLOAT)
221 input_normalized |= (1 << input_format_desc->channel[i].normalized);
251 if(input_is_float && input_format_desc->channel[0].size == 32)
253 else if(input_is_float && input_format_desc->channel[0].size == 64)
255 else if(input_is_float && input_format_desc->channel[0].size == 16)
/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo_unittest.cc73 IPC::ChannelMojo* channel() const { return channel_.get(); } function in class:__anon8494::ChannelClient
124 // Set up IPC channel and start client.
135 EXPECT_TRUE(base::kNullProcessId != this->channel()->GetPeerPID());
137 this->channel()->Close();
151 listener.Init(client.channel());
154 client.channel(), "hello from child");
237 // Set up IPC channel and start client.
254 this->channel()->Close();
328 ListenerThatExpectsFile::WriteAndSendFile(channel(), file);
331 this->channel()
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_constant_propagation.cpp160 int channel; local
165 case 0: channel = swiz->mask.x; break;
166 case 1: channel = swiz->mask.y; break;
167 case 2: channel = swiz->mask.z; break;
168 case 3: channel = swiz->mask.w; break;
169 default: assert(!"shouldn't be reached"); channel = 0; break;
172 channel = i;
177 if (entry->var == deref->var && entry->write_mask & (1 << channel)) {
188 if (j == channel)
/external/mesa3d/src/glsl/
H A Dopt_constant_propagation.cpp160 int channel; local
165 case 0: channel = swiz->mask.x; break;
166 case 1: channel = swiz->mask.y; break;
167 case 2: channel = swiz->mask.z; break;
168 case 3: channel = swiz->mask.w; break;
169 default: assert(!"shouldn't be reached"); channel = 0; break;
172 channel = i;
177 if (entry->var == deref->var && entry->write_mask & (1 << channel)) {
188 if (j == channel)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonToken.h38 NSUInteger channel; variable
92 // channel
94 - (NSUInteger)channel;
123 @property (assign) NSUInteger channel; variable
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Drule-methods.rb42 WS: ' '+ { $channel = HIDDEN };
95 { $channel = HIDDEN }
122 WS: (' ' | '\t' | '\n' | '\r' | '\f')+ { $channel=HIDDEN; };

Completed in 4509 milliseconds

<<11121314151617181920>>