Searched refs:channel (Results 226 - 250 of 1333) sorted by relevance

1234567891011>>

/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.c265 /* Create the sound manager channel */
266 channel = (SndChannelPtr)SDL_malloc(sizeof(*channel));
267 if ( channel == NULL ) {
276 channel->userInfo = (long)this;
277 channel->qLength = 128;
278 if ( SndNewChannel(&channel, sampledSynth, initOptions, callback) != noErr ) {
279 SDL_SetError("Unable to create audio channel");
280 SDL_free(channel);
281 channel
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.m87 state.channel = _channel;
120 state.channel = _channel;
153 state.channel = _channel;
186 state.channel = _channel;
219 state.channel = _channel;
252 state.channel = _channel;
285 state.channel = _channel;
319 state.channel = _channel;
353 state.channel = _channel;
387 state.channel
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.m88 state.channel = _channel;
121 state.channel = _channel;
154 state.channel = _channel;
187 state.channel = _channel;
256 state.channel = _channel;
332 state.channel = _channel;
364 state.channel = _channel;
396 state.channel = _channel;
428 state.channel = _channel;
460 state.channel
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dauto-ast.rb67 WS : (' '|'\n') {$channel=HIDDEN;};
79 WS : (' '|'\n') {$channel=HIDDEN;} ;
91 WS : (' '|'\n') {$channel=HIDDEN;} ;
103 WS : (' '|'\n') {$channel=HIDDEN;} ;
115 WS : (' '|'\n') {$channel=HIDDEN;} ;
128 WS : (' '|'\n') {$channel=HIDDEN;} ;
140 WS : (' '|'\n') {$channel=HIDDEN;} ;
152 WS : (' '|'\n') {$channel=HIDDEN;} ;
164 WS : (' '|'\n') {$channel=HIDDEN;} ;
176 WS : (' '|'\n') {$channel
[all...]
/external/chromium_org/mojo/system/
H A Dchannel_unittest.cc5 #include "mojo/system/channel.h"
69 Channel* channel() { return channel_.get(); } function in class:mojo::system::__anon8845::ChannelTest
99 ASSERT_TRUE(channel());
112 EXPECT_TRUE(channel()->HasOneRef());
169 ASSERT_TRUE(channel());
180 EXPECT_TRUE(channel()->HasOneRef());
190 ASSERT_TRUE(channel());
202 channel()->AttachEndpoint(channel_endpoint);
213 EXPECT_TRUE(channel()->RunMessagePipeEndpoint(local_id,
221 EXPECT_TRUE(channel()
[all...]
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_secy_ops.c135 rxsa->sc->channel,
159 txsa->sc->channel,
183 txsa->sc->channel,
189 int secy_get_available_receive_sc(struct ieee802_1x_kay *kay, u32 *channel) argument
205 return ops->get_available_receive_sc(ops->ctx, channel);
225 return ops->create_receive_sc(ops->ctx, rxsc->channel, &rxsc->sci,
246 return ops->delete_receive_sc(ops->ctx, rxsc->channel);
266 return ops->create_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an,
289 return ops->enable_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an);
311 return ops->disable_receive_sa(ops->ctx, rxsa->sc->channel, rxs
315 secy_get_available_transmit_sc(struct ieee802_1x_kay *kay, u32 *channel) argument
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_secy_ops.c135 rxsa->sc->channel,
159 txsa->sc->channel,
183 txsa->sc->channel,
189 int secy_get_available_receive_sc(struct ieee802_1x_kay *kay, u32 *channel) argument
205 return ops->get_available_receive_sc(ops->ctx, channel);
225 return ops->create_receive_sc(ops->ctx, rxsc->channel, &rxsc->sci,
246 return ops->delete_receive_sc(ops->ctx, rxsc->channel);
266 return ops->create_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an,
289 return ops->enable_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an);
311 return ops->disable_receive_sa(ops->ctx, rxsa->sc->channel, rxs
315 secy_get_available_transmit_sc(struct ieee802_1x_kay *kay, u32 *channel) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_secy_ops.c135 rxsa->sc->channel,
159 txsa->sc->channel,
183 txsa->sc->channel,
189 int secy_get_available_receive_sc(struct ieee802_1x_kay *kay, u32 *channel) argument
205 return ops->get_available_receive_sc(ops->ctx, channel);
225 return ops->create_receive_sc(ops->ctx, rxsc->channel, &rxsc->sci,
246 return ops->delete_receive_sc(ops->ctx, rxsc->channel);
266 return ops->create_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an,
289 return ops->enable_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an);
311 return ops->disable_receive_sa(ops->ctx, rxsa->sc->channel, rxs
315 secy_get_available_transmit_sc(struct ieee802_1x_kay *kay, u32 *channel) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_multi_vector.cc78 for (size_t channel = 0; channel < num_channels_; ++channel) {
80 // Set |source_ptr| to first element of this channel.
81 const int16_t* source_ptr = &append_this[channel];
84 source_ptr += num_channels_; // Jump to next element of this channel.
86 channels_[channel]->PushBack(temp_array, length_per_channel);
148 for (size_t channel = 0; channel < num_channels_; ++channel) {
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_stress_test.cc230 VALIDATE_STRESS(maxChannels < 1); // Should always have at least one channel
233 int channel(0);
236 channel = base->CreateChannel();
237 VALIDATE_STRESS(channel < 0);
238 if (channel >= 0) {
239 channelState[channel] = true;
250 // Randomize action (create or delete channel)
254 // Create new channel
255 channel = base->CreateChannel();
256 VALIDATE_STRESS(channel <
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.c37 iface->conf->channel != ap->channel)
201 ap->channel = elems->ds_params[0];
203 ap->channel = elems->ht_operation[0];
205 ap->channel = fi->channel;
225 " (channel %d) - enable protection",
226 MAC2STR(ap->addr), ap->channel);
232 (ap->channel == 0 ||
233 ap->channel
[all...]
H A Ddfs.c59 * channel for CSA, unless they are available for immediate use.
79 * The tables contain first valid channel number based on channel width.
80 * We will also choose this first channel as the control one.
206 wpa_printf(MSG_DEBUG, "Adding channel: %d", chan->chan);
254 /* Return start channel idx we will use for mode->channels[idx] */
259 int channel_no = iface->conf->channel;
326 mode->num_channels, channel_no, iface->conf->channel,
332 wpa_printf(MSG_DEBUG, "Available channel: %d",
341 /* At least one channel hav
345 struct hostapd_channel_data *channel; local
365 struct hostapd_channel_data *channel; local
394 struct hostapd_channel_data *channel; local
611 struct hostapd_channel_data *channel; local
638 struct hostapd_channel_data *channel; local
752 struct hostapd_channel_data *channel; local
804 struct hostapd_channel_data *channel; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_list.c37 iface->conf->channel != ap->channel)
201 ap->channel = elems->ds_params[0];
203 ap->channel = elems->ht_operation[0];
205 ap->channel = fi->channel;
225 " (channel %d) - enable protection",
226 MAC2STR(ap->addr), ap->channel);
232 (ap->channel == 0 ||
233 ap->channel
[all...]
H A Ddfs.c59 * channel for CSA, unless they are available for immediate use.
79 * The tables contain first valid channel number based on channel width.
80 * We will also choose this first channel as the control one.
206 wpa_printf(MSG_DEBUG, "Adding channel: %d", chan->chan);
254 /* Return start channel idx we will use for mode->channels[idx] */
259 int channel_no = iface->conf->channel;
326 mode->num_channels, channel_no, iface->conf->channel,
332 wpa_printf(MSG_DEBUG, "Available channel: %d",
341 /* At least one channel hav
345 struct hostapd_channel_data *channel; local
365 struct hostapd_channel_data *channel; local
394 struct hostapd_channel_data *channel; local
611 struct hostapd_channel_data *channel; local
638 struct hostapd_channel_data *channel; local
752 struct hostapd_channel_data *channel; local
804 struct hostapd_channel_data *channel; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.c37 iface->conf->channel != ap->channel)
201 ap->channel = elems->ds_params[0];
203 ap->channel = elems->ht_operation[0];
205 ap->channel = fi->channel;
225 " (channel %d) - enable protection",
226 MAC2STR(ap->addr), ap->channel);
232 (ap->channel == 0 ||
233 ap->channel
[all...]
H A Ddfs.c59 * channel for CSA, unless they are available for immediate use.
79 * The tables contain first valid channel number based on channel width.
80 * We will also choose this first channel as the control one.
206 wpa_printf(MSG_DEBUG, "Adding channel: %d", chan->chan);
254 /* Return start channel idx we will use for mode->channels[idx] */
259 int channel_no = iface->conf->channel;
326 mode->num_channels, channel_no, iface->conf->channel,
332 wpa_printf(MSG_DEBUG, "Available channel: %d",
341 /* At least one channel hav
345 struct hostapd_channel_data *channel; local
365 struct hostapd_channel_data *channel; local
394 struct hostapd_channel_data *channel; local
611 struct hostapd_channel_data *channel; local
638 struct hostapd_channel_data *channel; local
752 struct hostapd_channel_data *channel; local
804 struct hostapd_channel_data *channel; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.cc100 TransportChannelImpl* channel)
101 : TransportChannelImpl(channel->content_name(), channel->component()),
104 channel_(channel),
312 LOG(LS_ERROR) << "Failed to get the current SRTP cipher for DTLS channel";
407 void DtlsTransportChannelWrapper::OnReadableState(TransportChannel* channel) { argument
409 ASSERT(channel == channel_);
411 << "DTLSTransportChannelWrapper: channel readable state changed.";
419 void DtlsTransportChannelWrapper::OnWritableState(TransportChannel* channel) { argument
421 ASSERT(channel
98 DtlsTransportChannelWrapper( Transport* transport, TransportChannelImpl* channel) argument
460 OnReadPacket( TransportChannel* channel, const char* data, size_t size, const rtc::PacketTime& packet_time, int flags) argument
523 OnReadyToSend(TransportChannel* channel) argument
605 OnRequestSignaling( TransportChannelImpl* channel) argument
611 OnCandidateReady( TransportChannelImpl* channel, const Candidate& c) argument
617 OnCandidatesAllocationDone( TransportChannelImpl* channel) argument
623 OnRoleConflict( TransportChannelImpl* channel) argument
629 OnRouteChange( TransportChannel* channel, const Candidate& candidate) argument
635 OnConnectionRemoved( TransportChannelImpl* channel) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DFastSimpleExpression.g385 {$channel = Hidden;}
/external/chromium_org/components/copresence/test/
H A Daudio_test_support.cc24 PopulateSamples(random_seed, samples, bus->channel(ch));
33 PopulateSamples(random_seed, samples, bus->channel(ch));
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DHttpUrlConnectionUrlRequestFactory.java43 Map<String, String> headers, WritableByteChannel channel,
46 headers, channel, listener);
42 createRequest(String url, int requestPriority, Map<String, String> headers, WritableByteChannel channel, HttpUrlRequestListener listener) argument
/external/chromium_org/content/renderer/media/
H A Dwebrtc_local_audio_source_provider_unittest.cc73 audio_data[i] = sink_bus_->channel(i);
79 EXPECT_TRUE(sink_bus_->channel(0)[0] == 0);
102 EXPECT_DOUBLE_EQ(0.0, sink_bus_->channel(0)[0]);
103 EXPECT_DOUBLE_EQ(0.0, sink_bus_->channel(1)[0]);
118 EXPECT_GT(sink_bus_->channel(0)[0], 0);
119 EXPECT_GT(sink_bus_->channel(1)[0], 0);
120 EXPECT_DOUBLE_EQ(sink_bus_->channel(0)[0], sink_bus_->channel(1)[0]);
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_stub.cc120 blink::WebMessagePortChannel* channel = *iter; local
121 channel->destroy();
188 WebMessagePortChannelImpl* channel) {
189 impl_->connect(channel);
191 new WorkerHostMsg_WorkerConnected(channel->message_port_id(), route_id_));
196 WebMessagePortChannelImpl* channel = local
201 ConnectToChannel(channel);
207 pending_channels_.push_back(channel);
187 ConnectToChannel( WebMessagePortChannelImpl* channel) argument
/external/chromium_org/jingle/notifier/listener/
H A Dnotification_defines.h18 // The name of the channel to subscribe to; usually but not always
20 std::string channel; member in struct:notifier::Subscription
52 // The channel the notification is coming in on.
53 std::string channel; member in struct:notifier::Notification
H A Dpush_notifications_send_update_task_unittest.cc35 notification.channel = "test_channel";
49 "<push xmlns=\"google:push\" channel=\"%s\">"
53 to_jid_bare_.Str().c_str(), notification.channel.c_str(),
H A Dpush_notifications_subscribe_task_unittest.cc38 subscription.channel = "test_channel1";
41 subscription.channel = "test_channel2";
52 "<item channel=\"test_channel1\" from=\"from.test.com\"/>"
53 "<item channel=\"test_channel2\" from=\"from.test2.com\"/>"

Completed in 6597 milliseconds

1234567891011>>