HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 1 - 25 of 1604) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 55 /* channels 1..13 */
64 case 83: /* channels 1..9; 40 MHz */
65 case 84: /* channels 5..13; 40 MHz */
69 case 115: /* channels 36,40,44,48; indoor only */
70 case 118: /* channels 52,56,60,64; dfs */
74 case 124: /* channels 149,153,157,161 */
75 case 125: /* channels 149,153,157,161,165,169 */
79 case 116: /* channels 36,44; 40 MHz; indoor only */
80 case 117: /* channels 40,48; 40 MHz; indoor only */
81 case 119: /* channels 52,60; 40 MHz; dfs *
    [all...]
  /libcore/luni/src/main/java/java/nio/
SelectorProviderImpl.java 21 import java.nio.channels.DatagramChannel;
22 import java.nio.channels.Pipe;
23 import java.nio.channels.ServerSocketChannel;
24 import java.nio.channels.SocketChannel;
25 import java.nio.channels.spi.AbstractSelector;
26 import java.nio.channels.spi.SelectorProvider;
29 * @hide for java.nio.channels.spi.SelectorProvider only.
SelectionKeyImpl.java 19 import java.nio.channels.CancelledKeyException;
20 import java.nio.channels.SelectableChannel;
21 import java.nio.channels.SelectionKey;
22 import java.nio.channels.Selector;
23 import java.nio.channels.SocketChannel;
24 import java.nio.channels.spi.AbstractSelectableChannel;
25 import java.nio.channels.spi.AbstractSelectionKey;
  /libcore/luni/src/test/java/libcore/java/nio/channels/
ChannelsTest.java 17 package libcore.java.nio.channels;
21 import java.nio.channels.Channels;
22 import java.nio.channels.IllegalBlockingModeException;
23 import java.nio.channels.Pipe;
24 import java.nio.channels.WritableByteChannel;
32 Channels.newInputStream(sourceChannel).read();
45 Channels.newReader(sourceChannel, "UTF-8").read();
PipeTest.java 17 package libcore.java.nio.channels;
20 import java.nio.channels.Pipe;
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
ChannelsTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
30 import java.nio.channels.Channels;
31 import java.nio.channels.ClosedChannelException;
32 import java.nio.channels.IllegalBlockingModeException;
33 import java.nio.channels.ReadableByteChannel;
34 import java.nio.channels.ServerSocketChannel;
35 import java.nio.channels.SocketChannel;
36 import java.nio.channels.WritableByteChannel;
120 ReadableByteChannel rbChannel = Channels.newChannel(this.fins)
    [all...]
SelectionKeyTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels;
22 import java.nio.channels.CancelledKeyException;
23 import java.nio.channels.SelectableChannel;
24 import java.nio.channels.SelectionKey;
25 import java.nio.channels.Selector;
26 import java.nio.channels.SocketChannel;
97 * @tests java.nio.channels.SelectionKey#attach(Object)
115 * @tests java.nio.channels.SelectionKey#attachment()
126 * @tests java.nio.channels.SelectionKey#channel()
136 * @tests java.nio.channels.SelectionKey#interestOps(
    [all...]
PipeTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels;
21 import java.nio.channels.Pipe;
22 import java.nio.channels.Pipe.SinkChannel;
23 import java.nio.channels.Pipe.SourceChannel;
34 * @tests java.nio.channels.Pipe#open()
42 * @tests java.nio.channels.Pipe#sink()
51 * @tests java.nio.channels.Pipe#source()
MockServerSocketChannel.java 18 package org.apache.harmony.nio.tests.java.nio.channels;
22 import java.nio.channels.ServerSocketChannel;
23 import java.nio.channels.SocketChannel;
24 import java.nio.channels.spi.SelectorProvider;
SelectableChannelTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels;
20 import java.nio.channels.ClosedChannelException;
21 import java.nio.channels.SelectableChannel;
22 import java.nio.channels.SelectionKey;
23 import java.nio.channels.Selector;
24 import java.nio.channels.spi.SelectorProvider;
MapModeTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels;
19 import java.nio.channels.FileChannel;
29 * java.nio.channels.FileChannel.MapMode#PRIVATE,READONLY,READWRITE
45 * java.nio.channels.FileChannel.MapMode#toString()
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/
MockAbstractSelector.java 17 package org.apache.harmony.nio.tests.java.nio.channels.spi;
20 import java.nio.channels.SelectionKey;
21 import java.nio.channels.Selector;
22 import java.nio.channels.spi.AbstractSelectableChannel;
23 import java.nio.channels.spi.AbstractSelectionKey;
24 import java.nio.channels.spi.AbstractSelector;
25 import java.nio.channels.spi.SelectorProvider;
AbstractSelectionKeyTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels.spi;
19 import java.nio.channels.SelectableChannel;
20 import java.nio.channels.SelectionKey;
21 import java.nio.channels.Selector;
22 import java.nio.channels.spi.AbstractSelectionKey;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
volume.h 42 * can store the volume of all channels at once.
75 * \li pa_cvolume_channels_equal_to() - Tests if all channels of a pa_cvolume
77 * \li pa_cvolume_is_muted() - Tests if all channels of a pa_cvolume
79 * \li pa_cvolume_is_norm() - Tests if all channels of a pa_cvolume structure
81 * \li pa_cvolume_set() - Set all channels of a pa_cvolume structure to a
83 * \li pa_cvolume_reset() - Set all channels of a pa_cvolume structure to a
85 * \li pa_cvolume_mute() - Set all channels of a pa_cvolume structure to a
87 * \li pa_cvolume_avg() - Return the average volume of all channels.
111 uint8_t channels; /**< Number of channels */ member in struct:pa_cvolume
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
volume.h 42 * can store the volume of all channels at once.
75 * \li pa_cvolume_channels_equal_to() - Tests if all channels of a pa_cvolume
77 * \li pa_cvolume_is_muted() - Tests if all channels of a pa_cvolume
79 * \li pa_cvolume_is_norm() - Tests if all channels of a pa_cvolume structure
81 * \li pa_cvolume_set() - Set all channels of a pa_cvolume structure to a
83 * \li pa_cvolume_reset() - Set all channels of a pa_cvolume structure to a
85 * \li pa_cvolume_mute() - Set all channels of a pa_cvolume structure to a
87 * \li pa_cvolume_avg() - Return the average volume of all channels.
111 uint8_t channels; /**< Number of channels */ member in struct:pa_cvolume
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
volume.h 42 * can store the volume of all channels at once.
75 * \li pa_cvolume_channels_equal_to() - Tests if all channels of a pa_cvolume
77 * \li pa_cvolume_is_muted() - Tests if all channels of a pa_cvolume
79 * \li pa_cvolume_is_norm() - Tests if all channels of a pa_cvolume structure
81 * \li pa_cvolume_set() - Set all channels of a pa_cvolume structure to a
83 * \li pa_cvolume_reset() - Set all channels of a pa_cvolume structure to a
85 * \li pa_cvolume_mute() - Set all channels of a pa_cvolume structure to a
87 * \li pa_cvolume_avg() - Return the average volume of all channels.
111 uint8_t channels; /**< Number of channels */ member in struct:pa_cvolume
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
addChannel.html 16 server.channels = server.channels || [];
17 server.channels.forEach(function(channel) {
22 server.channels.push(channelName);
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_AudioSpec.3 10 Uint8 channels;
28 Number of channels: 1 mono, 2 stereo
63 The number of seperate sound channels\&. 1 is mono (single channel), 2 is stereo (dual channel)\&.
66 When used with \fI\fBSDL_OpenAudio\fP\fR this refers to the size of the audio buffer in samples\&. A sample a chunk of audio data of the size specified in \fBformat\fR mulitplied by the number of channels\&. When the \fBSDL_AudioSpec\fR is used with \fI\fBSDL_LoadWAV\fP\fR \fBsamples\fR is set to 4096\&.
  /libcore/luni/src/main/java/java/nio/channels/
Selector.java 17 package java.nio.channels;
20 import java.nio.channels.spi.SelectorProvider;
25 * Selectable channels can be registered with a selector and get a
32 * canceled keys. During the select operation, the channels registered with this
59 * that are still valid are invalidated and their channels are unregistered.
95 * Detects if any of the registered channels is ready for I/O operations
100 * @return the number of channels that are ready for operation.
109 * Detects if any of the registered channels is ready for I/O operations
117 * if no channels get ready.
118 * @return the number of channels that are ready for operation
    [all...]
  /external/tremolo/Tremolo/
mapping0.c 87 int testM=info->coupling[i].mag=(unsigned char)(oggpack_read(opb,ilog(vi->channels)));
88 int testA=info->coupling[i].ang=(unsigned char)(oggpack_read(opb,ilog(vi->channels)));
93 testM>=vi->channels ||
94 testA>=vi->channels) goto err_out;
102 info->chmuxlist=_ogg_malloc(sizeof(*info->chmuxlist)*vi->channels);
103 for(i=0;i<vi->channels;i++){
133 alloca(sizeof(*pcmbundle)*vi->channels);
135 alloca(sizeof(*zerobundle)*vi->channels);
137 alloca(sizeof(*nonzero)*vi->channels);
139 alloca(sizeof(*floormemo)*vi->channels);
    [all...]
  /frameworks/av/services/audioflinger/
test-resample.cpp 55 uint16_t numChannels; // num channels
86 int channels = 1; local
101 channels = 2;
173 input_size = channels * sizeof(int16_t) * input_frames;
180 for (size_t j=0 ; j<(size_t)channels ; j++) {
181 in[i*channels + j] = yi / (1+j);
192 Provider(const void* addr, size_t size, int channels) {
194 mNumFrames = size / (channels*sizeof(int16_t));
204 } provider(input_vaddr, input_size, channels);
206 size_t input_frames = input_size / (channels * sizeof(int16_t))
266 HeaderWav wav(out_frames * channels * sizeof(int16_t), channels, output_freq, 16); local
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultServer.java 61 // First two channels are reserved for reliable and
74 private List<KernelAdapter> channels = new ArrayList<KernelAdapter>(); field in class:DefaultServer
98 channels.add( reliableAdapter );
101 channels.add( fastAdapter );
118 throw new IllegalStateException( "Channels cannot be added once server is started." );
120 // Note: it does bug me that channels aren't 100% universal and
128 // Check for consistency with the channels list
129 if( channels.size() - CH_FIRST != alternatePorts.size() )
137 channels.add( new KernelAdapter(this, kernel, dispatcher, true) );
157 for( KernelAdapter ka : channels ) {
444 private Endpoint[] channels; field in class:DefaultServer.Connection
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioData.java 48 protected int channels; field in class:AudioData
82 * @return Number of channels. 1 for mono, 2 for stereo, etc.
85 return channels;
97 * @param channels # of channels, 1 = mono, 2 = stereo
101 public void setupFormat(int channels, int bitsPerSample, int sampleRate){
105 this.channels = channels;
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleLosslessSpecificBox.java 19 8bit channels? 16bit ?? 32bit max coded frame size 32bit
28 private int channels; // 8bit field in class:AppleLosslessSpecificBox
83 return channels;
86 public void setChannels(int channels) {
87 this.channels = channels;
132 channels = IsoTypeReader.readUInt8(content);
148 IsoTypeWriter.writeUInt8(byteBuffer, channels);
  /external/webkit/Source/WebCore/dom/
MessagePortChannel.cpp 36 PassOwnPtr<MessagePortChannel::EventData> MessagePortChannel::EventData::create(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels)
38 return new EventData(message, channels);
41 MessagePortChannel::EventData::EventData(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels)
43 , m_channels(channels)

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>