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

<<21222324252627282930>>

  /external/bluetooth/bluez/src/
hcid.conf.5.in 184 \fBpscan enable\fP: makes the bluetooth device "connectable to" by enabling the use of the "page scan" channel.
203 hold: this mode is related to synchronous communications (SCO voice channel for example).
  /external/bluetooth/glib/gio/
gunixvolume.c 334 eject_mount_read_error (GIOChannel *channel,
346 status = g_io_channel_read_chars (channel, buf, sizeof (buf), &bytes_read, &error);
  /external/bluetooth/hcidump/parser/
rfcomm.c 270 frm->channel = head->addr.server_chn;
272 proto = get_proto(frm->handle, RFCOMM_PSM, frm->channel);
  /external/icu4c/samples/ufortune/resources/
root.txt 54 "7:30, Channel 5: The Bionic Dog (Action/Adventure)
58 "7:30, Channel 5: The Bionic Dog (Action/Adventure)
  /external/opencore/codecs_v2/utilities/pv_config_parser/src/
pv_audio_config_parser.cpp 133 // do not supoprt multi-channel
189 // do not supoprt multi-channel
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
logicalchannel.h 224 //Set the audio/video MIO latencies for the respective channel
301 // Functions to pause and resume the output of data from the logical channel to the mux
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 261 struct channel pppoe_channel;
428 struct channel pppoe_channel = {
  /external/qemu/
charpipe.c 25 /* we want to implement a bi-directionnal communication channel
29 * each half of the channel has its own object and buffer, and
  /external/qemu/hw/
bt-l2cap.c 39 /* Signalling channel timers. They exist per-request but we can make
76 /* The channel state machine states map as following:
410 /* See what the channel is to be used for.. */
426 /* Does it feel like opening yet another channel though? */
495 /* Use all default channel options and terminate negotiation. */
    [all...]
  /external/quake/quake/src/QW/client/
protocol.h 203 // a sound with no channel is a local only sound
204 // the sound field has bits 0-2: channel, 3-12: entity
snd_mix.c 253 CHANNEL MIXING
319 { // channel just stopped
  /external/quake/quake/src/WinQuake/
snd_mix.cpp 261 CHANNEL MIXING
327 { // channel just stopped
  /external/speex/libspeex/
stereo.c 46 spx_word32_t smooth_left; /**< Smoothed left channel gain */
47 spx_word32_t smooth_right; /**< Smoothed right channel gain */
  /external/webkit/WebKit/chromium/src/
WebWorkerClientImpl.cpp 183 (*channels)[i]->channel()->webChannelRelease();
333 webChannels[i] = (*channels)[i]->channel()->webChannelRelease();
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_defs.h 532 /* Secondary channel offset element */
543 /* body of Recommended Transmit Channel Width action frame */
  /frameworks/base/docs/html/resources/articles/
glsurfaceview.jd 226 an Alpha channel in order to render translucent data. <code>GLSurfaceView</code>
236 as many bits-per-channel as specified in the constructor.</dd>
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 52 * returns the output channel nask
122 /** return input channel mask */
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.h 78 TI_STATUS cmdBld_CmdSwitchChannelCancel (TI_HANDLE hCmdBld, TI_UINT8 channel, void *fCb, TI_HANDLE hCb);
79 TI_STATUS cmdBld_CmdEnableTx (TI_HANDLE hCmdBld, TI_UINT8 channel, void *fCb, TI_HANDLE hCb);
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_descriptors.h 250 uint8 channel; /* The received channel*/ member in struct:__anon8241
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/
ResourcesDescriptors.java 74 "A @color@ value specifies an RGB value with an alpha channel, which can be used in various places such as specifying a solid color for a Drawable or the color to use for text. It always begins with a # character and then is followed by the alpha-red-green-blue information in one of the following formats: #RGB, #ARGB, #RRGGBB or #AARRGGBB.",
145 "A @drawable@ defines a rectangle of color. Android accepts color values written in various web-style formats -- a hexadecimal constant in any of the following forms: #RGB, #ARGB, #RRGGBB, #AARRGGBB. Zero in the alpha channel means transparent. The default value is opaque.",
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwCtrl.h 126 extern int whal_hwCtrl_EnableTx (HwCtrl_T *pHwCtrl, int channel);
171 extern int whal_hwCtrl_switchChannel (HwCtrl_T *pHwCtrl, UINT8 channel);
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBld.h 78 TI_STATUS cmdBld_CmdSwitchChannelCancel (TI_HANDLE hCmdBld, TI_UINT8 channel, void *fCb, TI_HANDLE hCb);
79 TI_STATUS cmdBld_CmdEnableTx (TI_HANDLE hCmdBld, TI_UINT8 channel, void *fCb, TI_HANDLE hCb);
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.c 68 * the parameters of BSS (channel, band, SSID etc.).
277 pCurrBSS->channel = 0;
583 * Called when switch channel process is complete in order to reset RSSI calculations
668 siteMgr_updateSite(pCurrBSS->hSiteMgr, bssid, pFrameInfo, pRxAttr->channel, (ERadioBand)pRxAttr->band, TI_FALSE);
719 siteMgr_updateSite(pCurrBSS->hSiteMgr, bssid, pFrameInfo, pRxAttr->channel, (ERadioBand)pRxAttr->band, TI_FALSE);
726 pFrameInfo, pRxAttr->channel, (ERadioBand)pRxAttr->band);
785 /* Channel */
788 pCurrBSS->currAPInfo.channel = pParam->content.siteMgrCurrentChannel;
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 228 DatagramChannel channel = local
230 assertNotNull(channel);
231 assertSame(SelectorProvider.provider(),channel.provider());
232 channel = DatagramChannel.open();
233 assertNotNull(channel);
234 assertSame(SelectorProvider.provider(), channel.provider());
4684 DatagramChannel channel = DatagramChannel.open(); local
4706 DatagramChannel channel = DatagramChannel.open(); local
4727 DatagramChannel channel = DatagramChannel.open(); local
4793 DatagramChannel channel = DatagramChannel.open(); local
    [all...]
  /bionic/libc/bionic/
logd_write.c 55 /* logger handles writing to object, pointed by log channel id */

Completed in 1144 milliseconds

<<21222324252627282930>>