HomeSort by relevance Sort by last modified time
    Searched full:channel (Results 151 - 175 of 1500) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
h245inf.h 63 E_User_Lc_Req_Idc = 4 , /* ( 4) Uni-directional Logical Channel signalling Request Indication */
64 E_User_Lc_Rls_Idc , /* ( 5) Uni-directional Logical Channel signalling Release Indication */
65 E_User_Lc_Err_Idc , /* ( 6) Uni-directional Logical Channel signalling Error Indication */
66 E_User_Lc_RlsCfm_Idc , /* ( 7) Uni-directional Logical Channel signalling RlsCfm Indication */
67 E_User_Blc_Req_Idc , /* ( 8) Bi-directional Logical Channel signalling Request Indication */
68 E_User_Blc_Rls_Idc , /* ( 9) Bi-directional Logical Channel signalling Release Indication */
69 E_User_Blc_Err_Idc , /* (10) Bi-directional Logical Channel signalling Error Indication */
70 E_User_Blc_RlsCfm_Idc , /* (11) Bi-directional Logical Channel signalling RlsCfm Indication */
71 E_User_Clc_Req_Idc , /* (12) Close Logical Channel Request Indication */
72 E_User_Clc_Rjt_Idc , /* (13) Close Logical Channel Reject Indication *
    [all...]
  /external/qemu/telephony/
remote_call.c 98 SysChannel channel; member in struct:RemoteCallRec
126 if ( call->channel ) {
127 sys_channel_close( call->channel );
128 call->channel = NULL;
200 rcall->channel = sys_channel_create_tcp_client( "localhost", to_port );
201 if (rcall->channel == NULL) {
202 D("%s: could not create channel to port %d\n", __FUNCTION__, to_port);
207 sys_channel_on( rcall->channel, SYS_EVENT_WRITE, remote_call_event, rcall );
268 /* simply drain the channel */
270 int n = sys_channel_read( call->channel, temp, sizeof(temp) )
    [all...]
  /frameworks/base/docs/html/resources/
community-more.jd 13 <th>Channel</th><th>Host</th><th>Description</th>
27 <p>If you haven't used IRC before, check <a href="http://en.wikipedia.org/wiki/List_of_IRC_clients">http://en.wikipedia.org/wiki/List_of_IRC_clients &raquo;</a> for a helpful list of IRC clients. Alternatively, you could also use this <a href="http://java.freenode.net/index.php?channel=android-dev">web interface &raquo;</a>, which does not require any installation, to join discussions on the Android IRC channels. </p>
32 <li>Set your nickname before you join the channel.</li>
  /external/bluetooth/bluez/test/
rctest.c 73 /* Default addr and channel */
76 static uint8_t channel = 10; variable
101 uint8_t channel = 0; local
126 channel = sdp_get_proto_port(protos, RFCOMM_UUID);
127 if (channel > 0)
135 return channel;
146 channel = get_channel(svr, uuid);
148 if (channel == 0) {
149 syslog(LOG_ERR, "Can't get channel number");
217 addr.rc_channel = channel;
    [all...]
service-opp.xml 17 <uint8 value="23" name="channel"/>
  /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...]
eas_synth.h 122 /* default drum channel is 10, but is internally 9 due to unit offset */
125 /* drum channel can simultaneously play this many voices at most */
190 /* macros for extracting virtual synth and channel numbers */
196 /* use static channel parameters to reduce MIPs */
197 /* parameters shared by multiple voices assigned to same channel */
224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
227 /* CC64, SP-MIDI channel masking */
229 EAS_U8 pool; /* SPMIDI channel voice pool */
283 EAS_U8 channel; /* this voice plays on this synth channel */ member in struct:s_synth_voice_tag
    [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...]
eas_synth.h 122 /* default drum channel is 10, but is internally 9 due to unit offset */
125 /* drum channel can simultaneously play this many voices at most */
190 /* macros for extracting virtual synth and channel numbers */
196 /* use static channel parameters to reduce MIPs */
197 /* parameters shared by multiple voices assigned to same channel */
224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
227 /* CC64, SP-MIDI channel masking */
229 EAS_U8 pool; /* SPMIDI channel voice pool */
283 EAS_U8 channel; /* this voice plays on this synth channel */ member in struct:s_synth_voice_tag
    [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...]
eas_synth.h 122 /* default drum channel is 10, but is internally 9 due to unit offset */
125 /* drum channel can simultaneously play this many voices at most */
190 /* macros for extracting virtual synth and channel numbers */
196 /* use static channel parameters to reduce MIPs */
197 /* parameters shared by multiple voices assigned to same channel */
224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
227 /* CC64, SP-MIDI channel masking */
229 EAS_U8 pool; /* SPMIDI channel voice pool */
283 EAS_U8 channel; /* this voice plays on this synth channel */ member in struct:s_synth_voice_tag
    [all...]
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
VoiceStatus.java 25 public int channel; field in class:VoiceStatus
  /external/bluetooth/bluez/serial/
port.h 27 bdaddr_t *dst, const char *name, uint8_t channel);
  /external/bluetooth/glib/tests/
timeloop-closure.c 35 read_all (GIOChannel *channel, char *buf, int len)
43 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count);
59 write_all (GIOChannel *channel, char *buf, int len)
67 err = g_io_channel_write (channel, buf + bytes_written, len - bytes_written, &count);
timeloop.c 34 read_all (GIOChannel *channel, char *buf, int len)
42 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count);
58 write_all (GIOChannel *channel, char *buf, int len)
66 err = g_io_channel_write (channel, buf + bytes_written, len - bytes_written, &count);
  /external/libpng/contrib/pngminus/
png2pnm.bat 15 REM -- gray with alpha-channel
18 REM -- color with alpha-channel
35 REM -- gray with alpha-channel
38 REM -- color with alpha-channel
png2pnm.sh 16 # -- gray with alpha-channel
19 # -- color with alpha-channel
36 # -- gray with alpha-channel
39 # -- color with alpha-channel
  /external/qemu/android/
gps.c 29 D("missing GPS channel, ignored");
  /external/qemu/audio/
fmodaudio.c 36 int channel; member in struct:FMODVoiceOut
255 if (fmd->channel >= 0) {
258 int ppos = FSOUND_GetCurrentPosition (fmd->channel);
352 if (fmd->channel >= 0) {
353 FSOUND_StopSound (fmd->channel);
360 int bits16, mode, channel; local
380 channel = FSOUND_PlaySoundEx (FSOUND_FREE, fmd->fmod_sample, 0, 1);
381 if (channel < 0) {
386 fmd->channel = channel;
    [all...]
  /external/tcpdump/
igrp.h 29 u_int8_t igr_ld; /* percent of channel occupied */
  /frameworks/base/core/java/android/bluetooth/
IBluetoothCallback.aidl 26 void onRfcommChannelFound(int channel);
  /frameworks/base/graphics/java/android/graphics/
MaskFilter.java 21 * an alpha-channel mask before drawing it. A subclass of MaskFilter may be
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 366 * 3.1) Try a few times to do SDP query for target device OPUSH channel
507 int channel = BluetoothOppPreference.getInstance(mContext).getChannel( local
509 if (channel != -1) {
510 if (D) Log.d(TAG, "Get OPUSH channel " + channel + " from cache for " +
513 mSessionHandler.obtainMessage(SDP_RESULT, channel, -1, mBatch.mDestination)
526 int channel; local
527 channel = mBatch.mDestination.getServiceChannel(BluetoothUuid.ObexObjectPush);
528 if (channel != -1) {
529 if (D) Log.d(TAG, "Get OPUSH channel " + channel + " from SDP for
587 private final int channel; field in class:BluetoothOppTransfer.SocketConnectThread
    [all...]
  /external/jpeg/
rdrle.c 43 * MAPPEDGRAY - 8 bits, 1 channel colomap
44 * PSEUDOCOLOR - 8 bits, 3 channel colormap
45 * TRUECOLOR - 24 bits, 3 channel colormap
48 * For now, we ignore any alpha channel in the image.
248 char channel; local
260 RLE_CLR_BIT(source->header, RLE_ALPHA); /* don't read the alpha channel */
296 for (channel = 0; channel < source->header.ncolors; channel++) {
298 (colormap[GETJSAMPLE(rle_row[channel][col]) + 256 * channel] >> 8)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
aica.c 135 /* Sets up a sound channel completely. This is generally good if you want
139 ch is the channel to play on (0 - 63)
157 /* Stop the channel (if it's already playing) */
227 /* Stop the sound on a given channel */
234 /* The rest of these routines can change the channel in mid-stride so you
237 /* Set channel volume */
244 /* Set channel pan */
251 /* Set channel frequency */
257 /* Get channel position */
260 /* Observe channel ch *
    [all...]

Completed in 226 milliseconds

1 2 3 4 5 67 8 91011>>