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

<<21222324252627282930>>

  /external/kernel-headers/original/linux/
wanrouter.h 147 unsigned signalling; /* local in-channel signalling type */
292 /* frame relay in-channel signalling */
365 WAN_UNCONFIGURED, /* link/channel is not configured */
366 WAN_DISCONNECTED, /* link/channel is disconnected */
368 WAN_CONNECTED, /* link/channel is operational */
389 * WAN interface (logical channel) configuration (for ROUTER_IFNEW IOCTL).
410 unsigned char protocol; /* prococol used in this channel (TCPOX25 or X25) */
  /external/openssl/crypto/ui/
ui_openssl.c 289 static unsigned short channel = 0; variable
473 /* Internal functions to open, handle and close a channel to the console. */
513 status = sys$assign(&terminal,&channel,0,0);
516 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
538 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
560 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
572 status = sys$dassgn(channel);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 637 * outgoing connection to this remote device on given channel.
645 * @param channel RFCOMM channel to connect to
651 public BluetoothSocket createRfcommSocket(int channel) throws IOException {
652 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, channel,
664 * determine which channel to connect to.
673 * @param uuid service record uuid to lookup RFCOMM channel
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmdIE.c 226 * channel.
234 TI_STATUS cmdBld_CmdIeEnableTx (TI_HANDLE hCmdBld, TI_UINT8 channel, void *fCb, TI_HANDLE hCb)
239 aEnableTx_buf[0] = channel;
735 pCmd->channel = pSwitchChannelCmd->channelNumber;
818 pCmd->channel = pMeasurementParams->channel;
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Client.java 494 * Tell the client to open a server socket channel and listen for
546 * Ideally, we can do this with a single channel write. If that doesn't
547 * happen, we have to prevent anybody else from writing to the channel
548 * until this packet completes, so we synchronize on the channel.
601 * Read data from our channel.
793 * Close the client socket channel. If there is a debugger associated
796 * Closing a channel automatically unregisters it from the selector.
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCmdIE.c 222 * channel.
230 TI_STATUS cmdBld_CmdIeEnableTx (TI_HANDLE hCmdBld, TI_UINT8 channel, void *fCb, TI_HANDLE hCb)
236 (TI_CHAR *)&channel,
716 pCmd->channel = pSwitchChannelCmd->channelNumber;
799 pCmd->channel = pMeasurementParams->channel;
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
get_ics_info.cpp 63 is shared between the left and right channel. Long term
71 frame and channel should be placed, of data type
77 and channel should be placed, of data type WINDOW_SHAPE,
86 for the current frame and channel will be placed. Data
102 pSecondLTPStatus = pointer to where the right channel of LTP
117 frame and channel
121 for this frame and channel.
135 This function retrieves the individual channel stream (ICS) information
137 frame and channel is:
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
get_ics_info.cpp 63 is shared between the left and right channel. Long term
71 frame and channel should be placed, of data type
77 and channel should be placed, of data type WINDOW_SHAPE,
86 for the current frame and channel will be placed. Data
102 pSecondLTPStatus = pointer to where the right channel of LTP
117 frame and channel
121 for this frame and channel.
135 This function retrieves the individual channel stream (ICS) information
137 frame and channel is:
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_ics_info.cpp 63 is shared between the left and right channel. Long term
71 frame and channel should be placed, of data type
77 and channel should be placed, of data type WINDOW_SHAPE,
86 for the current frame and channel will be placed. Data
102 pSecondLTPStatus = pointer to where the right channel of LTP
117 frame and channel
121 for this frame and channel.
135 This function retrieves the individual channel stream (ICS) information
137 frame and channel is:
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.c 69 * the parameters of BSS (channel, band, SSID etc.).
114 UINT8 channel; /**< Set by AP Connection, SME and Switch Channel modules */ member in struct:_currBSS_t
278 pCurrBSS->channel = 0;
554 * Called when switch channel process is complete in order to reset RSSI calculations
640 siteMgr_updateSite(pCurrBSS->hSiteMgr, bssid, pFrameInfo, pRxAttr->channel, (radioBand_e)pRxAttr->band, FALSE);
687 siteMgr_updateSite(pCurrBSS->hSiteMgr, bssid, pFrameInfo, pRxAttr->channel, (radioBand_e)pRxAttr->band, FALSE);
776 /* Channel */
779 pCurrBSS->currAPInfo.channel = param.content.siteMgrCurrentChannel;
    [all...]
  /external/bluetooth/bluez/audio/
gstsbcutil.c 425 * if channels is 1, we must have channel mode = mono
426 * if channels is 2, we can't have channel mode = mono */
430 "channels (%d) and channel mode (%s)",
  /external/sonivox/arm-wt-22k/lib_src/
jet_data.h 168 #define JET_EVENT_CHAN_MASK 0x0003c000 /* mask for channel */
172 #define JET_EVENT_CHAN_SHIFT 14 /* shift to for MIDI channel */
177 extern void JET_Event (EAS_DATA_HANDLE easHandle, EAS_U32 segTrack, EAS_U8 channel, EAS_U8 controller, EAS_U8 value);
  /external/speex/libspeex/
scal.c 4 Shaped comb-allpass filter for channel decorrelation
36 * J.-M. Valin, Perceptually-Motivated Nonlinear Channel Decorrelation For
71 /* Per-channel stuff */
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.h 55 // to handle the alpha channel, semitransparent text, and transformed form
98 // alpha channel) and composited down. Any areas not drawn into will
188 // Fixes the alpha channel to make the region inside m_transformedRect
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 327 * frequency - Channel frequency in megahertz (MHz) for IBSS
329 * This value is used to configure the initial channel for IBSS (adhoc)
330 * networks, e.g., 2412 = IEEE 802.11b/g channel 1. It is ignored in
  /frameworks/base/awt/javax/imageio/metadata/
IIOStandardMetadataFormatResources.properties 59 BitsPerSample/value=A list of integers, one per channel
61 SignificantBitsPerSample/value=A list of integers, one per channel
63 SampleMSB/value=A list of integers, one per channel
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
cu_wext.c 114 bssidList[index-1].Configuration.Union.channel = iwe->u.freq.m;
215 S32 CuOs_GetCurrentChannel(THandle hCuWext, U32* channel)
226 *channel = pCuWext->req_data.freq.m;
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
cu_wext.c 114 bssidList[index-1].Configuration.Union.channel = iwe->u.freq.m;
215 S32 CuOs_GetCurrentChannel(THandle hCuWext, U32* channel)
226 *channel = pCuWext->req_data.freq.m;
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 81 // A paint that draws the expected path with a tolerance width into the red channel
EmbossMaskFilterTest.java 90 * Ignores alpha channel. Maximum returned value depends on the size of the rectangle.
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 32 // FIXME channel? allocate fix size?
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
Sequencer.java 121 void recordEnable(Track track, int channel);
  /device/htc/dream-sapphire/overlay/frameworks/base/core/res/res/values/
config.xml 24 a surface with an alpha channel, so enable this special mode
  /external/bluetooth/bluez/cups/
main.c 630 uint8_t channel, b[6]; local
724 err = sdp_search_spp(sdp, &channel);
734 err = sdp_search_spp(sdp, &channel);
756 err = spp_print(BDADDR_ANY, &bdaddr, channel,
  /external/bluetooth/bluez/input/
manager.c 110 error("Invalid RFCOMM channel");

Completed in 724 milliseconds

<<21222324252627282930>>