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

1 2 3 4 5 6 7 891011>>

  /system/wlan/ti/sta_dk_4_0_4_32/config/
tiwlan.ini 15 # Each byte correlates to one channel in sequential order. Table 2.4 starts from channel 1, Table 5.0 starts from channel 36.
17 # Bit 6 - Channel is allowed for Active scan
18 # BIt 7 - Channel is allowed
136 FirstConnScanBandB_ChannelList = 1,2,3,4,5,6,7,8,9,10,11,12,13,14 # channel list to scan seperated with comma
144 FirstConnScanBandA_ChannelList = 36,40,44,48,52,56,60,64,100,104,108,112,149,153,157,161 # channel list to scan seperated with comma
  /external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.c 44 /* default channel communication parameters */
117 /* PCM transfer channel parameters initialize function */
122 cpars->channel = SND_PCM_CHANNEL_PLAYBACK;
137 /* See if we can open a nonblocking channel.
281 cstatus.channel = SND_PCM_CHANNEL_PLAYBACK;
363 /* initialize channel transfer parameters to default */
454 /* Make sure channel is setup right one last time */
456 csetup.channel = SND_PCM_CHANNEL_PLAYBACK;
459 SDL_SetError("NTO_OpenAudio(): Unable to setup playback channel\n");
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCmd.c 171 /* copy channel specific scan data to HAL structure */
193 tnetScanParams.basicScanChannelParameters[ i ].channel =
194 pScanVals->channelEntry[ i ].normalChannelEntry.channel;
199 TRACE0(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Channel BSSID MinTime MaxTime ET TxPower probChan\n");
206 TRACE12(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "%06d %02x:%02x:%02x:%02x:%02x:%02x %05d %05d %02d %05d %05d\n",i, pBSSID[5],pBSSID[4],pBSSID[3],pBSSID[2],pBSSID[1],pBSSID[0], chanPtr->scanMinDuration, chanPtr->scanMaxDuration, chanPtr->ETCondCount, chanPtr->txPowerAttenuation, chanPtr->channel);
264 /* copy channel specific scan data to HAL structure */
284 tnetSPSScanParams.scheduledChannelParameters[ i ].channel =
285 pScanVals->channelEntry[ i ].SPSChannelEntry.channel;
290 TRACE0(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Channel BSSID StartTime Duration ET probChan\n");
298 TRACE11(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "%6d %02x:%02x:%02x:%02x:%02x:%02x %5d %5d %2d %5d\n",i, pBSSID[5],pBSSID[4],pBSSID[3],pBSSID[2],pBSSID[1],pBSSID[0], chanPtr->scanStartTime, chanPtr->scanMaxDuration, chanPtr->ETCondCount, chanPtr->channel);
    [all...]
  /external/opencore/protocols/systems/common/include/
tsc.h 50 /* Indicates establishment of an outgoing logical channel by the stack */
54 /* Indicates establishment of an incoming logical channel by the stack */
58 /* Indicates closure of a logical channel by the stack */
63 /* Requests the user to generate Intra content for the specified port/logical channel */
99 /* Channel specific commands */
  /external/quake/quake/src/QW/server/
sv_send.c 341 Channel 0 is an auto-allocate channel, the others override anything
342 allready running on that entity/channel pair.
349 void SV_StartSound (edict_t *entity, int channel, char *sample, int volume,
366 if (channel < 0 || channel > 15)
367 SV_Error ("SV_StartSound: channel = %i", channel);
383 if ((channel & 8) || !sv_phs.value) // no PHS flag
385 if (channel & 8
    [all...]
  /external/speex/include/speex/
speex_echo.h 66 * This holds the state of the echo canceller. You need one per channel.
79 /** Creates a new multi-channel echo canceller state
141 /** Create a state for the channel decorrelation algorithm
142 This is useful for multi-channel echo cancellation only
145 * @param frame_size Size of the frame to process at ones (counting samples *per* channel)
  /external/webkit/WebCore/platform/graphics/filters/
FEGaussianBlur.cpp 80 for (int channel = 3; channel >= 0; --channel) {
85 sum += srcPixelArray->get(line + i * stride + channel);
89 int pixelByteOffset = line + x * stride + channel;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Apple80211.h 36 UInt16 channel; member in struct:WirelessNetworkInfo
105 * channel: CFNumber(kCFNumberSInt32Type)
127 * channel: CFNumber(kCFNumberSInt32Type)
143 * Channel: channel (e.g., 1)
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 103 TI_UINT8 channel; /**< channel on which the AP transmits */ member in struct:__anon8630
138 * Channel List configured in the Scan Policy
145 TI_UINT8 channel; /**< Neighbor AP channel (on which the AP transmits) */ member in struct:__anon8632
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
bssTypes.h 103 TI_UINT8 channel; /**< channel on which the AP transmits */ member in struct:__anon14467
138 * Channel List configured in the Scan Policy
145 TI_UINT8 channel; /**< Neighbor AP channel (on which the AP transmits) */ member in struct:__anon14469
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.h 240 * tracking list because their channel was
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngr.h 240 * tracking list because their channel was
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.1 85 .IP "\fBadd [ --handle=N --channel=N ]\fP" 10
92 You can specify a channel to add the service on
93 using the \fB--channel\fP option.
  /external/bluetooth/hcidump/src/
hcidump.8 91 Sets the PSM value for the Hardcopy Control Channel.
93 .BR -O ", " "\-\^\-obex=" "<channel>"
94 Sets the RFCOMM channel value for the Object Exchange Protocol.
96 .BR -P ", " "\-\^\-ppp=" "<channel>"
97 Sets the RFCOMM channel value for the Point-to-Point Protocol.
  /external/dropbear/
filelist.txt 44 channel.c Channel handling routines - each shell/tcp conn/agent
45 etc is a channel.
  /external/dropbear/libtomcrypt/notes/
tech0002.txt 8 A timing attack is when an attacker can observe a side channel of the device (in this case time). In this tech note
18 learn the key used. However, good cryptography mandates the close scrutiny of any practical side channel.
49 device and performing side-channel cryptanalysis. An attacker over a network might try to use the timing information
  /external/grub/netboot/
timer.c 39 * accuracy's sake we want to keep the overhead on the CTC speaker (channel 2)
53 * Now let's take care of CTC channel 2
55 * Set the Gate high, program CTC channel 2 for mode 0,
  /external/openssl/ssl/
ssl_task.c 76 * char channel;
82 * The channel field designates the virtual data stream this message applies
92 * requesting channel.
96 * you cannot initiate another function on a channel until the previous
148 char channel; /* 'A'-app data. 'R'-remote client 'G'-global */ member in struct:rpc_msg
188 /* Handle operations on the 'G' channel.
298 * Wait for remote end to request data action on A channel.
312 if ( msg.channel != 'A' ) {
313 printf("Error in main loop, unexpected channel: %c\n",
314 msg.channel );
    [all...]
  /external/qemu/android/
hw-control.c 14 * qemud communication channel, which is used by libs/hardware on
64 _hw_control_qemud_connect( void* opaque, QemudService* service, int channel )
68 client = qemud_client_new( service, channel,
  /external/qemu/audio/
coreaudio.c 543 *out++ = src[frame].l; /* left channel */
544 *out++ = src[frame].r; /* right channel */
547 *out++ = src[frame].l * scale; /* left channel */
548 *out++ = src[frame].r * scale; /* right channel */
550 *out++ = src[frame].l / scale; /* left channel */
551 *out++ = src[frame].r / scale; /* right channel */
690 dst[frame].l = *in++; /* left channel */
691 dst[frame].r = *in++; /* right channel */
694 dst[frame].l = *in++ * scale; /* left channel */
695 dst[frame].r = *in++ * scale; /* right channel */
    [all...]
  /external/webkit/WebKit/chromium/src/
WebKit.cpp 100 WTFLogChannel* channel = WebCore::getChannelFromName(name); local
101 if (channel)
102 channel->state = WTFLogChannelOn;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scr.h 64 SCR_CS_PENDING, /**< client is pending to use the channel */
65 SCR_CS_RUNNING, /**< client is using the channel */
67 * client was using the channel, but was aborted,
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scr.h 64 SCR_CS_PENDING, /**< client is pending to use the channel */
65 SCR_CS_RUNNING, /**< client is using the channel */
67 * client was using the channel, but was aborted,
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 121 // Channel APIs
130 PVMFStatus GetOutgoingChannel(TPVChannelId id, H223OutgoingChannelPtr& channel);
131 PVMFStatus GetIncomingChannel(TPVChannelId id, H223IncomingChannelPtr& channel);
199 PVMFStatus FindOutgoingChannel(TPVChannelId id, OsclSharedPtr<H223OutgoingChannel>& channel);
200 PVMFStatus FindIncomingChannel(TPVChannelId id, OsclSharedPtr<H223IncomingChannel>& channel);
208 /* This fn checks if there is more data in the logical channel */
  /frameworks/base/awt/javax/imageio/
ImageTypeSpecifier.java 103 * the parameter indicates if the color channel is pre-multiplied
124 * the parameter indicates if alpha channel is needed.
126 * the parameter indicates if the color channel is pre-multiplied
148 * the parameter indicates a presence of alpha channel.
150 * the parameter indicates whether or not color channel is alpha
184 * the parameter indicates if color channel is pre-multiplied by

Completed in 959 milliseconds

1 2 3 4 5 6 7 891011>>