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

1 2 3 4 56 7 8 91011>>

  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
SwitchChannel.c 45 /* according to AP command. The object responsibles for switching channel after*/
46 /* the requires time and quieting the channel for the required duration */
179 static void switchChannel_recvCmd4Debug(TI_HANDLE hSwitchChannel, dot11_CHANNEL_SWITCH_t *channelSwitch, TI_BOOL BeaconPacket, TI_UINT8 channel);
339 /* register to Switch Channel Complete event in HAL */
456 Beacon, Probe Response or Action with Switch Channel command,
459 - Initializes the switching channel procedure.
464 until the scheduled channel switch.
465 newChannelNum - indicates the number of the new channel.
467 the scheduled channel switch should accure.
475 void switchChannel_recvCmd(TI_HANDLE hSwitchChannel, dot11_CHANNEL_SWITCH_t *channelSwitch, TI_UINT8 channel)
    [all...]
  /external/bluetooth/bluez/compat/
dund.c 77 static int channel; variable
83 int channel; member in struct:__anon890
117 if (!channel)
118 channel = DUN_DEFAULT_CHANNEL;
121 dun_sdp_register(&src_addr, channel, type);
124 syslog(LOG_INFO, "Waiting for mRouter callback on channel %d", channel);
135 sa.rc_channel = channel;
195 sprintf(ch, "%d", channel);
224 if (use_cache && cache.valid && cache.channel) {
    [all...]
  /external/qemu/docs/
ANDROID-QEMUD.TXT 8 communication channel between the emulated system and the emulator program
70 source channel
76 Where each client gets a 'channel' number allocated by the daemon
80 through the qemud channel. This is intentional; for large data
87 Channel 0 is reserved for control messages between the daemon and the
96 giving the allocated channel index for the client.
113 corresponding numbered channel.
116 send through channel 0 this message to the emulator:
121 a client, the emulator will send to the daemon (on channel 0):
185 'channel' and 'length' in the header
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
se.cpp     [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 193 def __init__ (self, track, channel, name, empty):
195 self.channel = channel
199 return "['%s', '%s', '%s']" % (self.track, self.channel, self.name)
320 def __init__ (self, channel, exclude=True):
321 self.channel = channel
325 if event.channel in self.channel:
367 status = msg + self.channel
    [all...]
  /development/simulator/app/
LocalBiChannel.h 4 // Create or attach to a named bi-directional channel on the local machine.
42 * Attach to a channel created by somebody else. Returns pipes.
  /external/bluetooth/bluez/cups/
cups.h 34 int sdp_search_spp(sdp_session_t *sdp, uint8_t *channel);
37 int spp_print(bdaddr_t *src, bdaddr_t *dst, uint8_t channel, int fd, int copies, const char *cups_class);
  /external/bluetooth/bluez/test/
rctest.1 48 .BI -P\ channel
  /external/sonivox/arm-wt-22k/lib_src/
dls2.h 34 #define CONN_SRC_CHANNELPRESSURE 0x0008 /* Channel Pressure */
48 /* Audio Channel Output Destinations */
49 #define CONN_DST_LEFT 0x0010 /* Left Channel Send */
50 #define CONN_DST_RIGHT 0x0011 /* Right Channel Send */
51 #define CONN_DST_CENTER 0x0012 /* Center Channel Send */
52 #define CONN_DST_LEFTREAR 0x0013 /* Left Rear Channel Send */
53 #define CONN_DST_RIGHTREAR 0x0014 /* Right Rear Channel Send */
54 #define CONN_DST_LFE_CHANNEL 0x0015 /* LFE Channel Send */
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEDisplacementMap.cpp 118 for (unsigned channel = 0; channel < 4; ++channel) {
120 imageData->data()->set(dstIndex + channel, static_cast<unsigned char>(0));
122 unsigned char pixelValue = srcPixelArrayA->get(srcY * stride + srcX * 4 + channel);
123 imageData->data()->set(dstIndex + channel, pixelValue);
160 << " [x channel selector=" << m_xChannelSelector << "]"
161 << " [y channel selector=" << m_yChannelSelector << "]";
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);
  /dalvik/libcore/luni/src/main/java/java/io/
FileInputStream.java 44 // The unique file channel associated with this FileInputStream (lazily
46 private FileChannel channel; field in class:FileInputStream
85 // channel = FileChannelFactory.getFileChannel(this, fd.descriptor,
115 // channel = FileChannelFactory.getFileChannel(this, fd.descriptor,
179 if (channel != null && channel.isOpen()) {
180 channel.close();
181 channel = null;
206 * The file channel is read-only and has an initial position within the file
208 * All changes made to the underlying file descriptor state via the channel
    [all...]
FileOutputStream.java 49 // The unique file channel associated with this FileInputStream (lazily
51 private FileChannel channel; field in class:FileOutputStream
100 channel = FileChannelFactory.getFileChannel(this, fd.descriptor,
129 channel = FileChannelFactory.getFileChannel(this, fd.descriptor,
186 if (channel != null) {
187 synchronized (channel) {
188 if (channel.isOpen() && fd.descriptor >= 0) {
189 channel.close();
217 * The file channel is write-only and has an initial position within the
220 * channel are visible by the output stream and vice versa
    [all...]
  /external/qemu/android/
hw-qemud.h 42 /* set an explicit CharDriverState object for a given qemud communication channel. this
43 * is used to attach the channel to an external char driver device (e.g. one
50 /* list of known qemud channel names */
88 /* Enable framing on a given client channel.
105 typedef QemudClient* (*QemudServiceConnect)( void* opaque, QemudService* service, int channel );
  /external/qemu/hw/
pc.h 65 void pit_set_gate(PITState *pit, int channel, int val);
66 int pit_get_gate(PITState *pit, int channel);
67 int pit_get_initial_count(PITState *pit, int channel);
68 int pit_get_mode(PITState *pit, int channel);
69 int pit_get_out(PITState *pit, int channel, int64_t current_time);
  /external/webkit/WebCore/dom/
MessagePortChannel.h 56 // MessagePortChannel is a platform-independent interface to the remote side of a message channel.
62 // Creates a new wrapper for the passed channel.
65 // Entangles the channel with a port (called when a port has been cloned, after the clone has been marshaled to its new owning thread and is ready to receive messages).
69 // Disentangles the channel from a given port so it no longer forwards messages to the port. Called when the port is being cloned and no new owning thread has yet been established.
105 PlatformMessagePortChannel* channel() const { return m_channel.get(); } function in class:WebCore::MessagePortChannel
  /external/webkit/WebKit/chromium/src/
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/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 193 * on each channel when SG is enabled (that is
199 * channel when SG is enabled
257 * \brief Verifies if a certain channel is allowed according to the given bitmap.\n
262 * \return TRUE if the channel is allowed, FALSE otherwise.\n
264 BOOLEAN scanConcentrator_isChannelAllowed( UINT8 channel, UINT8* pChannelBitmap );
269 * \brief Extracts channel indexes from the bitmap to the list.
272 * \param band - the band at which the scan is to be performed (to limit max channel number)
273 * \param pChannelBitmap - the channel bitmap (input).\n
274 * \param pChannelBitmap - the channel list (output).\n
275 * \param pNumOfChannels - the number of channels (input - size of channel list, output - actual number of channels).\
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_commands.h 245 Params: Channel Number - this field indicates the radio channel on which to
246 receive data. This parameter also sets the channel on
247 which to transmit. The last channel number used,
249 ENABLE_TX commands are issued, is the channel number
262 Params: Channel Number - this field indicates the radio channel on which to
263 transmit data. This parameter also sets the channel on
264 which to receive. The last channel number used,
266 ENABLE_TX commands are issued, is the channel number
557 Channel_e channel; \/* Channel number to scan, valid range 0-255 *\/ member in struct:__anon13714
1073 uint8 channel; \/*channel number*\/ member in struct:PERTxCfg_t
1093 Channel_e channel; \/*Channel number*\/ member in struct:__anon13729
1153 uint8 channel; member in struct:PltRxCalibrationRequest_t
1306 Channel_e channel; \/* Channel number on which the measurement is performed,*\/ member in struct:__anon13736
1446 Channel_e channel; \/* The new serving channel.*\/ member in struct:__anon13740
1630 Channel_e channel; \/* Channel number to scan, valid range 0-255 *\/ member in struct:__anon13743
    [all...]
  /external/dropbear/
cli-tcpfwd.c 29 #include "channel.h"
35 static int newtcpforwarded(struct Channel * channel);
165 static int newtcpforwarded(struct Channel * channel) {
207 channel->writefd = sock;
208 channel->initconn = 1;
svr-tcpfwd.c 42 static int newtcpdirect(struct Channel * channel);
226 /* Called upon creating a new direct tcp channel (ie we connect out to an
228 static int newtcpdirect(struct Channel * channel) {
278 channel->writefd = sock;
279 channel->initconn = 1;
  /frameworks/base/media/java/android/media/
AudioFormat.java 21 * channel configuration constants. They are for instance used
39 /** Invalid audio channel configuration */
42 /** Default audio channel configuration */
48 /** Stereo (2 channel) audio configuration */
52 /** Invalid audio channel mask */
54 /** Default audio channel mask */
57 // Channel mask definitions must be kept in sync with native values in include/media/AudioSystem.h
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
ShortMessage.java 75 * channel change from 0 up to 15
199 public void setMessage(int command, int channel, int data1, int data2)
215 * value of variable channel is more or equals 0 and less or equals 15
217 if ((channel < 0) || (channel > 15)) {
218 // sound.06=channel out of range: {0}
219 throw new InvalidMidiDataException(Messages.getString("sound.06", channel)); //$NON-NLS-1$
238 super.setMessage(new byte[] {(byte) (tcom + channel), (byte) data1}, 2);
240 super.setMessage(new byte[] {(byte) (tcom + channel), (byte) data1,
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/
AddressUtil.java 27 import java.nio.channels.Channel;
62 //public static int getChannelAddress(Channel channel);
  /external/bluetooth/bluez/tools/
bccmd.8 81 .BI singlechan\ <channel>
82 Lock radio on specific channel
85 Revert to channel hopping

Completed in 805 milliseconds

1 2 3 4 56 7 8 91011>>