HomeSort by relevance Sort by last modified time
    Searched refs:channel (Results 76 - 100 of 531) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/telephony/
test2.c 40 SysChannel channel; member in struct:__anon6642
50 client_alloc( SysChannel channel )
54 client->channel = channel;
61 sys_channel_close( client->channel );
62 client->channel = NULL;
111 ret = sys_channel_read( client->channel, client->in_buff + client->in_pos, 1 );
135 ret = sys_channel_write( client->channel, client->out_buff + client->out_pos, 1 );
146 sys_channel_on( client->channel, SYS_EVENT_READ, client_handler, client );
170 sys_channel_on( client->channel, SYS_EVENT_READ | SYS_EVENT_WRITE, client_handler, client )
    [all...]
  /external/srec/srec/include/
front.h 80 * Contains the data storage points associated with a channel.
229 int make_frame(front_channel *channel, front_wave *waveobj,
239 void load_samples(front_channel *channel, int window_length,
241 void filterbank_emulation(front_channel * channel, front_wave *waveobj,
244 void cepstrum_params(front_channel *channel, front_wave *waveobj,
246 int make_std_frame(front_channel *channel, front_cep *cepobj,
248 int purge_std_frames(front_channel *channel, front_cep *cepobj,
268 void delete_channel_object(front_channel *channel);
269 void setup_channel_object(front_channel *channel, front_wave *waveobj,
271 void clear_channel_object(front_channel *channel);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 44 * This class cache Bluetooth device name and channel locally. Its a temp
119 Integer channel = null; local
121 channel = mChannels.get(key);
123 " as " + channel);
125 return (channel != null) ? channel : -1;
138 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) {
140 + channel);
141 if (channel != getChannel(remoteDevice, uuid)) {
144 ed.putInt(key, channel);
    [all...]
  /device/samsung/crespo/alsa-lib/src/conf/cards/
Audigy.conf 174 { slave 0 channel 0 }
175 { slave 0 channel 1 }
176 { slave 1 channel 0 }
177 { slave 1 channel 1 }
219 { slave 0 channel 0 }
220 { slave 0 channel 1 }
221 { slave 1 channel 0 }
222 { slave 1 channel 1 }
223 { slave 2 channel 0 }
224 { slave 2 channel 1
    [all...]
EMU10K1.conf 195 { slave 0 channel 0 }
196 { slave 0 channel 1 }
197 { slave 1 channel 0 }
198 { slave 1 channel 1 }
242 { slave 0 channel 0 }
243 { slave 0 channel 1 }
244 { slave 1 channel 0 }
245 { slave 1 channel 1 }
246 { slave 2 channel 0 }
247 { slave 2 channel 1
    [all...]
CMI8338-SWIEC.conf 2 # Configuration for the CMI8338/8738 chip (w/o multi-channel support)
43 # FIXME: we need a volume attenuator for rear channel.
85 { slave 0 channel 0 }
86 { slave 0 channel 1 }
87 { slave 1 channel 0 }
88 { slave 1 channel 1 }
CMI8338.conf 2 # Configuration for the CMI8338/8738 chip (w/o multi-channel support)
42 # FIXME: we need a volume attenuator for rear channel.
84 { slave 0 channel 0 }
85 { slave 0 channel 1 }
86 { slave 1 channel 0 }
87 { slave 1 channel 1 }
ENS1371.conf 91 { slave 0 channel 0 }
92 { slave 0 channel 1 }
93 { slave 1 channel 0 }
94 { slave 1 channel 1 }
TRID4DWAVENX.conf 84 { slave 0 channel 0 }
85 { slave 0 channel 1 }
86 { slave 1 channel 0 }
87 { slave 1 channel 1 }
VXPocket440.conf 58 { slave 0 channel 0 }
59 { slave 0 channel 1 }
60 { slave 1 channel 0 }
61 { slave 1 channel 1 }
YMF744.conf 57 { slave 0 channel 0 }
58 { slave 0 channel 1 }
59 { slave 1 channel 0 }
60 { slave 1 channel 1 }
  /libcore/luni/src/test/java/libcore/java/nio/
SelectorTest.java 66 final SocketChannel channel = SocketChannel.open(); local
67 channel.configureBlocking(false);
68 channel.register(selector, SelectionKey.OP_CONNECT);
78 channel.finishConnect();
98 channel.connect(LOCAL_ADDRESS);
  /external/libxml2/
error.c 174 xmlGenericErrorFunc channel, void *data ) {
206 channel(data ,"%s\n", content);
218 channel(data ,"%s\n", content);
244 xmlGenericErrorFunc channel, void *data)
259 if (channel == NULL) {
260 channel = xmlGenericError;
288 channel(data, "%s:%d: ", input->filename, input->line);
290 channel(data, "Entity: line %d: ", input->line);
294 channel(data, "%s:%d: ", file, line);
296 channel(data, "Entity: line %d: ", line)
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c 165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel)
168 return channel | (pSynth->vSynthNum << 4);
179 pVoice->channel = UNASSIGNED_SYNTH_CHANNEL;
211 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->channel)];
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
244 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->channel)];
245 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
504 /* init each channel */
514 /* the drum channel needs a different init */
569 /* update all voices on this channel */
713 EAS_INT channel; local
1036 EAS_INT channel; local
2515 EAS_INT channel; local
2870 EAS_INT channel; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c 165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel)
168 return channel | (pSynth->vSynthNum << 4);
179 pVoice->channel = UNASSIGNED_SYNTH_CHANNEL;
211 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->channel)];
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
244 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->channel)];
245 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
504 /* init each channel */
514 /* the drum channel needs a different init */
569 /* update all voices on this channel */
713 EAS_INT channel; local
1036 EAS_INT channel; local
2515 EAS_INT channel; local
2870 EAS_INT channel; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_voicemgt.c 165 EAS_INLINE EAS_U8 VSynthToChannel (S_SYNTH *pSynth, EAS_U8 channel)
168 return channel | (pSynth->vSynthNum << 4);
179 pVoice->channel = UNASSIGNED_SYNTH_CHANNEL;
211 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->channel)];
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
244 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->channel)];
245 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
504 /* init each channel */
514 /* the drum channel needs a different init */
569 /* update all voices on this channel */
713 EAS_INT channel; local
1036 EAS_INT channel; local
2515 EAS_INT channel; local
2870 EAS_INT channel; local
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebKitLogging.m 56 static void initializeLogChannel(WTFLogChannel *channel)
58 channel->state = WTFLogChannelOff;
59 NSString *logLevelString = [[NSUserDefaults standardUserDefaults] objectForKey:[NSString stringWithUTF8String:channel->defaultName]];
63 NSLog(@"unable to parse hex value for %s (%@), logging is off", channel->defaultName, logLevelString);
64 if ((logLevel & channel->mask) == channel->mask)
65 channel->state = WTFLogChannelOn;
  /external/srec/srec/cfront/
spec_anl.c 56 void filterbank_emulation(front_channel * channel, front_wave *waveobj,
63 MEMMOVE(channel->cep + (channel->mel_dim + 1), channel->cep,
64 (Q2 - 1) *(channel->mel_dim + 1), sizeof(cepdata));
65 channel->shift = 0;
71 preemph(channel->prebuff, freqobj->window_length, income, num_samples,
72 waveobj->pre_mel, &channel->lastx);
76 write_scaled_frames(freqobj->window_length, 1, channel->prebuff, D_FIXED, (float) 1 / (0x01 << WAVE_SHIFT));
83 channel->shift += place_sample_data(&freqobj->fft, channel->prebuff
    [all...]
  /device/samsung/crespo/alsa-lib/include/
mixer.h 171 /** Mixer simple element channel identifier */
223 const char *snd_mixer_selem_channel_name(snd_mixer_selem_channel_id_t channel);
237 int snd_mixer_selem_has_playback_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel);
239 int snd_mixer_selem_has_capture_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel);
257 int snd_mixer_selem_get_playback_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
258 int snd_mixer_selem_get_capture_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
259 int snd_mixer_selem_get_playback_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
260 int snd_mixer_selem_get_capture_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
261 int snd_mixer_selem_get_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, int *value);
262 int snd_mixer_selem_get_capture_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, int *value)
    [all...]
  /external/bluetooth/hcidump/parser/
parser.c 65 uint8_t channel; member in struct:__anon2271
69 void set_proto(uint16_t handle, uint16_t psm, uint8_t channel, uint32_t proto)
73 if (psm > 0 && psm < 0x1000 && !channel)
76 if (!psm && channel)
80 if (proto_table[i].handle == handle && proto_table[i].psm == psm && proto_table[i].channel == channel) {
85 if (pos < 0 && !proto_table[i].handle && !proto_table[i].psm && !proto_table[i].channel)
94 proto_table[pos].channel = channel;
98 uint32_t get_proto(uint16_t handle, uint16_t psm, uint8_t channel)
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
rfcomm.h 74 uint8_t channel; member in struct:rfcomm_dev_req
87 uint8_t channel; member in struct:rfcomm_dev_info
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEMorphology.cpp 114 for (unsigned channel = 0; channel < 4; ++channel) {
118 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + 4 * j + channel);
120 unsigned char pixel = srcPixelArray->get(i * effectWidth + 4 * j + channel);
131 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + endX * 4 + channel);
133 unsigned char pixel = srcPixelArray->get(i * effectWidth + endX * 4 + channel);
148 imageData->data()->set(y * effectWidth + 4 * x + channel, entireExtrema);
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 103 TI_UINT8 channel; /**< channel on which the AP transmits */ member in struct:__anon10737
138 * Channel List configured in the Scan Policy
145 TI_UINT8 channel; /**< Neighbor AP channel (on which the AP transmits) */ member in struct:__anon10739
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
bssTypes.h 88 UINT8 channel; /**< channel on which the AP transmits */ member in struct:__anon16139
114 UINT8 channel; /**< the channel on which the AP transmits */ member in struct:__anon16141
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
bssTypes.h 103 TI_UINT8 channel; /**< channel on which the AP transmits */ member in struct:__anon17453
138 * Channel List configured in the Scan Policy
145 TI_UINT8 channel; /**< Neighbor AP channel (on which the AP transmits) */ member in struct:__anon17455

Completed in 1543 milliseconds

1 2 34 5 6 7 8 91011>>