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

1 23 4 5 6 7 8 91011>>

  /device/samsung/crespo/alsa-lib/src/conf/cards/
EMU10K1X.conf 92 { slave 0 channel 0 }
93 { slave 0 channel 1 }
94 { slave 1 channel 0 }
95 { slave 1 channel 1 }
139 { slave 0 channel 0 }
140 { slave 0 channel 1 }
141 { slave 1 channel 0 }
142 { slave 1 channel 1 }
143 { slave 2 channel 0 }
144 { slave 2 channel 1
    [all...]
SI7018.conf 72 { slave 0 channel 0 }
73 { slave 0 channel 1 }
74 { slave 1 channel 0 }
75 { slave 1 channel 1 }
119 { slave 0 channel 0 }
120 { slave 0 channel 1 }
121 { slave 1 channel 0 }
122 { slave 1 channel 1 }
123 { slave 2 channel 0 }
124 { slave 2 channel 1
    [all...]
ENS1370.conf 102 { slave 0 channel 0 }
103 { slave 0 channel 1 }
104 { slave 1 channel 0 }
105 { slave 1 channel 1 }
  /external/bluetooth/bluez/plugins/
netlink.c 46 static GIOChannel *channel; variable
56 DBG("Message available on netlink channel");
65 channel = g_io_channel_unix_new(fd);
66 if (channel == NULL)
69 g_io_add_watch(channel, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
107 error("Failed to create netlink IO channel");
119 g_io_channel_unref(channel);
  /libcore/luni/src/main/java/java/nio/channels/
Channels.java 46 * Returns an input stream on the given channel. The resulting stream has
49 * <li>If the stream is closed, then the underlying channel is closed as
52 * <li>It throws an {@link IllegalBlockingModeException} if the channel is
58 * @param channel
59 * the channel to be wrapped by an InputStream.
60 * @return an InputStream that takes bytes from the given byte channel.
62 public static InputStream newInputStream(ReadableByteChannel channel) {
63 return new ReadableByteChannelInputStream(channel);
67 * Returns an output stream on the given channel. The resulting stream has
70 * <li>If the stream is closed, then the underlying channel is closed a
207 protected ReadableByteChannel channel; field in class:Channels.ChannelInputStream
290 private WritableByteChannel channel; field in class:Channels.WritableByteChannelOutputStream
    [all...]
  /external/bluetooth/bluez/compat/
sdp.h 31 int get_alternate_device_info(const bdaddr_t *src, const bdaddr_t *dst, uint16_t *uuid, uint8_t *channel, char *name, size_t len);
37 int dun_sdp_search(bdaddr_t *src, bdaddr_t *dst, int *channel, int type);
38 int dun_sdp_register(bdaddr_t *device, uint8_t channel, int type);
  /external/webkit/WebKit/chromium/src/
WebKit.cpp 100 WTFLogChannel* channel = WebCore::getChannelFromName(name); local
101 if (channel)
102 channel->state = WTFLogChannelOn;
WebSharedWorkerImpl.cpp 75 OwnPtr<MessagePortChannel> channel = local
79 createCallbackTask(&connectTask, this, channel.release()));
84 void WebSharedWorkerImpl::connectTask(ScriptExecutionContext* context, WebSharedWorkerImpl* worker, PassOwnPtr<MessagePortChannel> channel)
86 // Wrap the passed-in channel in a MessagePort, and send it off via a connect event.
88 port->entangle(channel.release());
  /system/media/opensles/libopensles/
IMIDIMuteSolo.c 22 static SLresult IMIDIMuteSolo_SetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel,
27 if (channel > 15) {
31 SLuint16 mask = 1 << channel;
45 static SLresult IMIDIMuteSolo_GetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel,
50 if (channel > 15 || (NULL == pMute)) {
57 *pMute = (mask >> channel) & 1;
65 static SLresult IMIDIMuteSolo_SetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel,
70 if (channel > 15) {
74 SLuint16 mask = 1 << channel;
88 static SLresult IMIDIMuteSolo_GetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel,
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
SDL_romaudio.c 265 /* 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 = NULL
    [all...]
  /device/samsung/crespo/alsa-lib/src/mixer/
simple.c 214 * \brief Return name of mixer simple element channel
215 * \param channel mixer simple element channel identifier
216 * \return channel name
218 const char *snd_mixer_selem_channel_name(snd_mixer_selem_channel_id_t channel)
232 assert(channel <= SND_MIXER_SCHN_LAST);
233 p = array[channel];
264 * \param channel Mixer simple element channel identifier
265 * \return 0 if channel is not present, 1 if presen
    [all...]
  /device/samsung/crespo/alsa-lib/include/
mixer_abst.h 87 int (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
88 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
89 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value);
90 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value, int xdir);
91 int (*get_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value);
92 int (*set_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value);
94 int (*get_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int *itemp);
95 int (*set_enum_item)(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int item);
  /external/bluetooth/bluez/src/
rfkill.c 141 static GIOChannel *channel = NULL; variable
156 channel = g_io_channel_unix_new(fd);
157 g_io_channel_set_close_on_unref(channel, TRUE);
159 g_io_add_watch(channel, G_IO_IN | G_IO_NVAL | G_IO_HUP | G_IO_ERR,
165 if (!channel)
168 g_io_channel_shutdown(channel, TRUE, NULL);
169 g_io_channel_unref(channel);
171 channel = NULL;
  /libcore/luni/src/main/java/java/io/
FileInputStream.java 43 // The unique file channel associated with this FileInputStream (lazily
45 private FileChannel channel; field in class:FileInputStream
83 // channel = FileChannelFactory.getFileChannel(this, fd.descriptor,
113 // channel = FileChannelFactory.getFileChannel(this, fd.descriptor,
151 if (channel != null && channel.isOpen()) {
152 channel.close();
153 channel = null;
184 * The file channel is read-only and has an initial position within the file
186 * All changes made to the underlying file descriptor state via the channel
    [all...]
FileOutputStream.java 46 // The unique file channel associated with this FileInputStream (lazily
48 private FileChannel channel; field in class:FileOutputStream
97 channel = FileChannelFactory.getFileChannel(this, fd.descriptor,
126 channel = FileChannelFactory.getFileChannel(this, fd.descriptor,
183 if (channel != null) {
184 synchronized (channel) {
185 if (channel.isOpen() && fd.descriptor >= 0) {
186 channel.close();
220 * The file channel is write-only and has an initial position within the
223 * channel are visible by the output stream and vice versa
    [all...]
  /external/srec/srec/cfront/
cheldsp4.c 222 int make_std_frame(front_channel *channel, front_cep *cepobj, featdata *hFrame)
229 channel->frame_valid = False;
230 if (channel->frame_count >= channel->frame_delay)
234 regress(rgmcep, channel->cep, (unsigned short) channel->frame_count, channel->mel_dim);
236 dd_regress(ddmcep, channel->cep, (unsigned short) channel->frame_count, channel->mel_dim)
    [all...]
frontobj.c 146 front_channel *channel; local
148 channel = (front_channel *) CALLOC_CLR(1,
149 sizeof(front_channel), "cfront.channel");
150 return channel;
154 void delete_channel_object(front_channel *channel)
156 ASSERT(channel);
157 FREE((char *) channel);
162 front_channel *channel, front_wave *waveobj,
165 ASSERT(channel);
170 channel->prebuff = (fftdata *) CALLOC(freqobj->window_length + 1
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_vm_protos.h 116 * Sets the priority and MIP level for a MIDI channel
120 * channel - MIDI channel number
131 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip);
170 * channel if possible.
173 * nChannel - the MIDI channel
182 void VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity);
193 * nChannel - synth channel that wants to start a new note
208 void VMCheckKeyGroup (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U16 keyGroup, EAS_U8 channel);
214 * We only play at most 2 of the same note on a MIDI channel
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_vm_protos.h 116 * Sets the priority and MIP level for a MIDI channel
120 * channel - MIDI channel number
131 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip);
170 * channel if possible.
173 * nChannel - the MIDI channel
182 void VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity);
193 * nChannel - synth channel that wants to start a new note
208 void VMCheckKeyGroup (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U16 keyGroup, EAS_U8 channel);
214 * We only play at most 2 of the same note on a MIDI channel
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_vm_protos.h 116 * Sets the priority and MIP level for a MIDI channel
120 * channel - MIDI channel number
131 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip);
170 * channel if possible.
173 * nChannel - the MIDI channel
182 void VMStartNote (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity);
193 * nChannel - synth channel that wants to start a new note
208 void VMCheckKeyGroup (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U16 keyGroup, EAS_U8 channel);
214 * We only play at most 2 of the same note on a MIDI channel
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv.c 47 int grab_ptrs2(PgVideoChannel_t* channel, FRAMEDATA* Frame0, FRAMEDATA* Frame1)
52 Frame0->Y = (unsigned char *)PdGetOffscreenContextPtr(channel->yplane1);
53 Frame1->Y = (unsigned char *)PdGetOffscreenContextPtr(channel->yplane2);
54 Frame0->U = (unsigned char *)PdGetOffscreenContextPtr(channel->vplane1);
55 Frame1->U = (unsigned char *)PdGetOffscreenContextPtr(channel->vplane2);
56 Frame0->V = (unsigned char *)PdGetOffscreenContextPtr(channel->uplane1);
57 Frame1->V = (unsigned char *)PdGetOffscreenContextPtr(channel->uplane2);
112 if (overlay->hwdata->channel == NULL)
114 if ((overlay->hwdata->channel = PgCreateVideoChannel(Pg_VIDEO_CHANNEL_SCALER, 0)) == NULL)
116 SDL_SetError("ph_CreateYUVOverlay(): Create channel failed: %s\n", strerror(errno))
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
SocketChannelImpl.java 107 * Constructor for creating a connected socket channel.
114 * Constructor for creating an optionally connected socket channel.
358 * Read from channel, and store the result in the target.
562 private final SocketChannelImpl channel; field in class:SocketChannelImpl.SocketAdapter
565 SocketAdapter(PlainSocketImpl socketImpl, SocketChannelImpl channel) throws SocketException {
568 this.channel = channel;
578 return channel;
583 return channel.isBound;
588 return channel.isConnected()
677 private final SocketChannel channel; field in class:SocketChannelImpl.SocketChannelOutputStream
722 private final SocketChannel channel; field in class:SocketChannelImpl.SocketChannelInputStream
    [all...]
  /external/bluetooth/bluez/tools/
kword.h 40 int channel; member in struct:rfcomm_opts
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_rate_linear.c 82 unsigned int channel; local
88 for (channel = 0; channel < rate->channels; ++channel) {
89 const snd_pcm_channel_area_t *src_area = &src_areas[channel];
90 const snd_pcm_channel_area_t *dst_area = &dst_areas[channel];
103 new_sample = rate->old_sample[channel];
134 rate->old_sample[channel] = new_sample;
145 unsigned int channel; local
151 for (channel = 0; channel < rate->channels; ++channel)
204 unsigned int channel; local
267 unsigned int channel; local
    [all...]
  /external/qemu/telephony/
simulator.c 24 SysChannel channel; member in struct:__anon6635
34 client_alloc( SysChannel channel )
38 client->channel = channel;
45 sys_channel_close( client->channel );
46 client->channel = NULL;
99 ret = sys_channel_read( client->channel, client->in_buff + client->in_pos, 1 );
121 ret = sys_channel_write( client->channel, client->out_buff + client->out_pos, 1 );
132 sys_channel_on( client->channel, SYS_EVENT_READ, client_handler, client );
157 sys_channel_on( client->channel, SYS_EVENT_READ | SYS_EVENT_WRITE, client_handler, client )
    [all...]

Completed in 2318 milliseconds

1 23 4 5 6 7 8 91011>>