/external/ppp/pppd/ |
pppd.h | 430 * doing operations on a "channel". A channel provides a way 435 struct channel { struct 436 /* set of options for this channel */ 438 /* find and process a per-channel options file */ 442 /* get the channel ready to do PPP, return a file descriptor */ 444 /* we're finished with the channel */ 446 /* put the channel into PPP `mode' */ 448 /* take the channel out of PPP `mode', restore loopback if demand */ 450 /* set the transmit-side PPP parameters of the channel */ [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetCreatorhlp.dat | 15 channel = Selects the MIDI channel for the event.
20 track = Selects the MIDI track (not the channel) for the event.
|
/external/speex/include/speex/ |
speex_preprocess.h | 52 /** State of the preprocessor (one per channel). Should never be accessed directly. */ 55 /** State of the preprocessor (one per channel). Should never be accessed directly. */ 59 /** Creates a new preprocessing state. You MUST create one state per channel processed.
|
/external/tremolo/Tremolo/ |
mapping0.c | 34 function: channel mapping 0 implementation 169 /* channel coupling can 'dirty' the nonzero listing */ 198 /* channel coupling */
|
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 173 // Other NIO related exception like disk full, read only channel..etc 216 // Other NIO related exception like disk full, read only channel..etc 260 // Other NIO related exception like disk full, read only channel..etc
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
huffdecode.cpp | 40 (7) Pass pFrameInfo per channel, because two channels can have 45 (3) copy channel info from left to right when common_window 81 to the channel ID (as the standard request to differentiate 82 different channel), in our wireless work, with only mono 83 or stereo channel, this become restrictive to some encoders 93 id_syn_ele = identification flag for channel syntactic element, Int 100 pChVars[] = pointer to structure that holds channel information, 139 samples. It maps the channel configuration according to the id_syn_ele flag, 140 configures the channel information, and calls getics to do huffman decoding 146 This function should set up the channel configuration for huffman decodin [all...] |
/hardware/msm7k/librpc/ |
svc_clnt_common.c | 34 * program/version channel, communication is synchronous. If several 49 * file for each program/version channel. This will allow for 54 * each program/version channel, which will require some sort of
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
MeasurementSrvSM.c | 193 /* get the current channel */ 197 /* check if the request is on the serving channel */ 198 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel ) 276 pMeasurementCmd.channel = pMeasurementSRV->msrRequest.channel; 284 /* get the current channel */ 292 /* check if the request is on the serving channel */ 293 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel ) 296 be received on the serving channel - beacons and probe requests for 330 TRACE6( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure start command sent. Params:\n channel=%d, band=%d, duration=%d, \n configOptions=0x%x, filterOptions=0x%x, status=%d, \n", pMeasurementC (…) [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
AdvancedSettings.java | 82 * channel count settings in non userdebug builds 106 * channel count settings in non userdebug builds 121 * Generate the list of valid channel counts to show in the ListPreference.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/ |
MeasurementSrvSM.c | 224 /* get the current channel */ 228 /* check if the request is on the serving channel */ 229 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel ) 315 pMeasurementCmd.channel = pMeasurementSRV->msrRequest.channel; 322 /* get the current channel */ 330 /* check if the request is on the serving channel */ 331 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel ) 334 be received on the serving channel - beacons and probe requests for 370 ("%s: measure start command sent. Params:\n channel=%d, band=%d, duration=%d, \n configOptions=0x%x, filterOptions=0x%x, status=%d, \n" [all...] |
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
MeasurementSrvSM.c | 193 /* get the current channel */ 197 /* check if the request is on the serving channel */ 198 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel ) 276 pMeasurementCmd.channel = pMeasurementSRV->msrRequest.channel; 284 /* get the current channel */ 292 /* check if the request is on the serving channel */ 293 if ( paramInfo.content.halCtrlCurrentChannel == pMeasurementSRV->msrRequest.channel ) 296 be received on the serving channel - beacons and probe requests for 330 TRACE6( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure start command sent. Params:\n channel=%d, band=%d, duration=%d, \n configOptions=0x%x, filterOptions=0x%x, status=%d, \n", pMeasurementC (…) [all...] |
/bionic/libc/kernel/arch-arm/asm/arch/ |
board.h | 64 u8 channel; member in struct:omap_sti_console_config
|
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/ |
FileChannelFactory.java | 51 // nio.09=Unknown file channel type: {0}
|
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/ |
LockManager.java | 28 * the underlying file channel.
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/ |
AbstractSelectionKeyTest.java | 84 public SelectableChannel channel() { method in class:AbstractSelectionKeyTest.MockSelectionKey
|
/dalvik/libcore-disabled/sound/src/main/java/org/apache/harmony/sound/internal/nls/ |
messages.properties | 23 sound.06=channel out of range: {0}
|
/external/bluetooth/bluez/sbc/ |
sbc.h | 48 /* channel mode */
|
/external/bluetooth/bluez/test/ |
btiotest.c | 317 printf("Connecting to %s RFCOMM channel %u\n", dst, ch); 394 printf("Listening on RFCOMM channel %u\n", ch); 473 { "channel", 'c', 0, G_OPTION_ARG_INT, &opt_channel, 474 "RFCOMM channel" },
|
/external/bluetooth/hcidump/src/ |
bpasniff.c | 176 uint8_t id, status, channel; local 192 channel = buf[10]; 216 printf("BPA: id %d num %d status 0x%02x time %d channel %2d len %d\n", 217 id, num, status, time, channel, len - 6);
|
/external/libpng/ |
png.5 | 9 supported, plus an optional alpha channel. Sample depths range from
|
/external/netcat/scripts/ |
irc | 38 # new channel or recipient; if bare ">", we're back to raw literal mode.
|
/external/opencore/codecs_v2/audio/aac/dec/include/ |
decoder_aac.h | 87 // number of samples per frame per channel (decoded)
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
intensity_right.cpp | 47 channel for use on the right. 73 q_formatLeft = The Q-format for the left channel's fixed-point spectral 77 q_formatRight = The Q-format for the right channel's fixed-point spectral 82 for the left channel. 86 for the right channel. 115 This function applies Intensity Stereo, generating data on the right channel 371 * left-channel correlated data 383 * on the right-channel are derived from the values 384 * on the left-channel.
|
pns_corr.cpp | 41 channel for use on the right. 62 q_formatLeft = The Q-format for the left channel's fixed-point spectral 66 q_formatRight = The Q-format for the right channel's fixed-point spectral 71 for the left channel. 75 for the right channel. 100 This function derives noise from the left channel. The PNS tool is assumed 101 to have been used on the same scalefactor band on the left channel. The 279 * Generate noise correlated with the noise on the left channel 321 * PNS was used on the left channel. When PNS is used,
|
pvmp4audiodecoderframe.cpp | 61 Modified to call ltp related routines on the left channel 62 before intensity is called on the right channel. The previous version 63 was causing a problem when IS was used on the right channel and LTP 64 on the left channel for the same scalefactor band. 156 Description: Added support for DSE (Data Streaming Channel). Added 224 Left Channel Right Channel 284 |--DATA ON LEFT CHANNEL MAY BE USED----->| PNS/Intensity Rt | 703 case ID_SCE: /* single channel */ 704 case ID_CPE: /* channel pair * [all...] |