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

<<11121314151617181920>>

  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
se.h 71 #define EVENT_LCBLCSE 0X23000000 /* Uni-Directional and Bi-Directional Logical Channel Signalling Entity */
73 #define EVENT_LCSE 0X02000000 /* Uni-Directional Logical Channel Signalling Entity */
75 #define EVENT_BLCSE 0X03000000 /* Bi-Directional Logical Channel Signalling Entity */
77 #define EVENT_CLCSE 0X04000000 /* Close Logical Channel Signalling Entity */
146 /* Uni-Directional Logical Channel Signalling Entity ( LCSE ) */
147 /* Bi-Directional Logical Channel Signalling Entity ( B-LCSE ) */
160 /* Close Logical Channel Signalling Entity ( CLCSE ) */
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrv.c 458 * has started measurement operation, i.e. switched channel and changed RX filters).\n
485 * has finished measurement operation, i.e. switched channel to serving channel and changed back RX filters).\n
716 * \brief Handles a channel load timer expiry, by requesting channel load
721 * \param requestIndex - index of the channel load request in the request structure.\n
747 /* mark that channel load param CB is pending */
815 * \brief Callback for channel load get param call.\n
836 TRACE1( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Channel load CB called, status:%d\n", status);
840 /* setting Off the Waitng for Channel Load Results Bit *
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrv.c 482 * has started measurement operation, i.e. switched channel and changed RX filters).\n
510 * has finished measurement operation, i.e. switched channel to serving channel and changed back RX filters).\n
750 * \brief Handles a channel load timer expiry, by requesting channel load
755 * \param requestIndex - index of the channel load request in the request structure.\n
782 /* mark that channel load param CB is pending */
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrv.c 458 * has started measurement operation, i.e. switched channel and changed RX filters).\n
485 * has finished measurement operation, i.e. switched channel to serving channel and changed back RX filters).\n
716 * \brief Handles a channel load timer expiry, by requesting channel load
721 * \param requestIndex - index of the channel load request in the request structure.\n
747 /* mark that channel load param CB is pending */
815 * \brief Callback for channel load get param call.\n
836 TRACE1( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Channel load CB called, status:%d\n", status);
840 /* setting Off the Waitng for Channel Load Results Bit *
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.c 390 /* in release mode, no channel expansion is done */
402 int channel; local
404 for (channel = 0; channel < pScanParams->numOfChannels; ++channel)
406 if (pScanParams->channelEntry[channel].normalChannelEntry.maxChannelDwellTime <
407 pScanParams->channelEntry[channel].normalChannelEntry.minChannelDwellTime)
410 ("%s: MaxChannelDwellTime must not be smaller than MinChannelDwellTime on channel %d!\n", __FUNCTION__, channel));
    [all...]
  /external/bluetooth/bluez/compat/
hidd.c 451 uint8_t channel = 0; local
460 &uuid, &channel, name, sizeof(name) - 1);
474 if (epox_presenter(src, dst, channel) < 0) {
481 if (jthree_keyboard(src, dst, channel) < 0) {
488 if (celluon_keyboard(src, dst, channel) < 0) {
498 if (headset_presenter(src, dst, channel) < 0) {
510 perror("Can't create HID control channel");
517 perror("Can't create HID interrupt channel");
789 perror("Can't listen on HID control channel");
796 perror("Can't listen on HID interrupt channel");
    [all...]
dun.c 204 req.channel = sa.rc_channel;
254 printf("rfcomm%d: %s channel %d pppd pid %d\n",
255 di->id, dst, di->channel, pid);
  /external/dropbear/
CHANGES 63 closing a channel, which could cause truncated transfers
90 - Fix channel handling code so that redirecting to /dev/null doesn't use
216 - Fiddle the channel receive window size for possibly better performance
233 - Add circular buffering to the channel code. This should dramatically reduce
237 - Various other related channel-handling fixups.
412 - Fixed up channel close handling, always send close packet in response
442 - More fixes for channel closing
480 - Channel code handles closing more nicely, doesn't sit waiting for an extra
547 - Fixed some invalid assertions in the channel code, fixing the server dying
586 - channel code now closes properly on EOF - scp processes don't hang aroun
    [all...]
Makefile.in 32 cli-authpubkey.o cli-tcpfwd.o cli-channel.o cli-authinteract.o
35 common-channel.o common-chansession.o termcodes.o loginrec.o \
47 debug.h channel.h chansession.h config.h queue.h sshpty.h \
  /external/sonivox/arm-fm-22k/lib_src/
eas_midi.c 234 EAS_U8 channel; local
236 channel = pMIDIStream->status & 0x0f;
243 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
253 VMStartNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
260 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
273 VMControlChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
278 channel, pMIDIStream->d1, pMIDIStream->d2);
287 VMProgramChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1);
294 VMChannelPressure(pSynth, channel, pMIDIStream->d1);
301 VMPitchBend(pSynth, channel, pMIDIStream->d1, pMIDIStream->d2)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_midi.c 234 EAS_U8 channel; local
236 channel = pMIDIStream->status & 0x0f;
243 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
253 VMStartNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
260 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
273 VMControlChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
278 channel, pMIDIStream->d1, pMIDIStream->d2);
287 VMProgramChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1);
294 VMChannelPressure(pSynth, channel, pMIDIStream->d1);
301 VMPitchBend(pSynth, channel, pMIDIStream->d1, pMIDIStream->d2)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_midi.c 234 EAS_U8 channel; local
236 channel = pMIDIStream->status & 0x0f;
243 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
253 VMStartNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
260 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
273 VMControlChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
278 channel, pMIDIStream->d1, pMIDIStream->d2);
287 VMProgramChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1);
294 VMChannelPressure(pSynth, channel, pMIDIStream->d1);
301 VMPitchBend(pSynth, channel, pMIDIStream->d1, pMIDIStream->d2)
    [all...]
  /external/tcpdump/
print-lmp.c 62 { 0x01, "Control Channel Down"},
196 { LMP_MSGTYPE_CHANNEL_STATUS, "Channel Status"},
197 { LMP_MSGTYPE_CHANNEL_STATUS_ACK, "Channel Status ACK"},
198 { LMP_MSGTYPE_CHANNEL_STATUS_REQ, "Channel Status Request"},
199 { LMP_MSGTYPE_CHANNEL_STATUS_RESP, "Channel Status Response"},
245 { LMP_OBJ_CC_ID, "Control Channel ID" },
257 { LMP_OBJ_CHANNEL_STATUS, "Channel Status" },
258 { LMP_OBJ_CHANNEL_STATUS_REQ, "Channel Status Request" },
450 printf("\n\t Control Channel ID: %u (0x%08x)",
711 printf("\n\t\t Channel Status: %s (%u)"
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scr.c 59 {/* Serving channel resource */
70 {/* serving channel resource */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scr.c 59 {/* Serving channel resource */
70 {/* serving channel resource */
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java 310 // force on a read only file channel has no effect.
540 // set the position of the read only file channel to POSITION
544 // reads the content left to readBuffer through read only file channel
573 // set the position of the write only file channel to POSITION
577 // writes to the write only file channel
582 // gets the result of the write only file channel
594 // asserts result of the write only file channel same as expected
943 notes = "Verifies shared channel.",
955 assertSame(readOnlyFileChannel, fileLock.channel());
965 notes = "Verifies that unshared channel."
2445 FileChannel channel = out.getChannel(); local
    [all...]
SourceChannelTest.java 653 SourceChannel channel = local
655 assertNotNull(channel);
656 assertSame(SelectorProvider.provider(),channel.provider());
657 channel = Pipe.open().source();
658 assertNotNull(channel);
659 assertSame(SelectorProvider.provider(),channel.provider());
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
FileChannelImpl.java 47 * The file channel impl class is the bridge between the logical channels
48 * described by the NIO channel framework, and the file system implementation
72 // The object that will track all outstanding locks on this channel.
81 * Create a new file channel implementation class that wraps the given file
92 * Helper method to throw an exception if the channel is already closed.
169 * Non-API method to release a given lock on a file channel. Assumes that
  /external/openssl/crypto/des/
read_pwd.c 267 unsigned short channel = 0; local
326 status = sys$assign(&terminal,&channel,0,0);
329 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
353 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
404 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0
411 status = sys$dassgn(channel);
  /frameworks/base/awt/org/apache/harmony/awt/gl/color/
NativeImageFormat.java 111 // Has the image alpha channel? If has - here its band band offset goes
191 * Alpha channel is handled by caller, not by CMS.
352 * @param hasAlpha - true if there's an alpha channel
450 * @param hasAlpha - true if there's an alpha channel
623 * Calculates byte offset of the alpha channel from the beginning of the pixel data
626 * @return byte offset of the alpha channel
  /frameworks/base/core/jni/
android_bluetooth_BluetoothAudioGateway.cpp 88 static int setup_listening_socket(int dev, int channel);
140 LOGV("HF RFCOMM channel = %d.", nat->hf_ag_rfcomm_channel);
141 LOGV("HS RFCOMM channel = %d.", nat->hs_ag_rfcomm_channel);
217 LOGI("Successful accept() on AG socket %d: new socket %d, address %s, RFCOMM channel %d",
471 static int setup_listening_socket(int dev, int channel) {
495 laddr.rc_channel = channel;
  /external/bluetooth/hcidump/parser/
parser.h 45 uint8_t channel; member in struct:frame
201 void set_proto(uint16_t handle, uint16_t psm, uint8_t channel, uint32_t proto);
202 uint32_t get_proto(uint16_t handle, uint16_t psm, uint8_t channel);
  /external/libpng/contrib/pngminus/
README 77 you can write the alpha-channel into a pgm-file. And when creating an
79 pgm-file containing the alpha-channel. When reading, transparency chunks
80 are converted into an alpha-channel and from there on treated the same
  /external/opencore/codecs_v2/audio/aac/dec/src/
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...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
h245pri.h 150 /* Parameter Definition: Uni-directional Logical Channel */
151 /* : Bi-directional Logical Channel */
184 /* Parameter Definition: Close Logical Channel */

Completed in 754 milliseconds

<<11121314151617181920>>