/frameworks/base/core/java/android/bluetooth/ |
BluetoothSocket.java | 95 private int mPort; /* RFCOMM channel or L2CAP psm */ 122 throw new IOException("Invalid RFCOMM channel: " + port); 346 private int channel; field in class:BluetoothSocket.SdpHelper 355 * Returns the RFCOMM channel for the UUID, or throws IOException 360 channel = -1; 377 if (channel < 1) throw new IOException("Service discovery failed"); 379 return channel; 385 channel = -1; 389 public synchronized void onRfcommChannelFound(int channel) { 391 this.channel = channel [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/channels/spi/ |
SelectorProvider.java | 24 import java.nio.channels.Channel; 56 private static Channel inheritedChannel; 194 * @return the new channel. 221 * @return the new channel. 231 * @return the new channel. 238 * Returns the channel inherited from the instance that created this 241 * @return the channel. 248 public Channel inheritedChannel() throws IOException {
|
/external/bluetooth/bluez/include/bluetooth/ |
rfcomm.h | 74 uint8_t channel; member in struct:rfcomm_dev_req 87 uint8_t channel; member in struct:rfcomm_dev_info
|
/external/bluetooth/bluez/input/ |
device.h | 38 uint8_t ch; /* RFCOMM channel number */ 46 const char *uuid, uint8_t channel);
|
/external/dropbear/ |
Android.mk | 14 common-channel.c common-chansession.c termcodes.c \ 21 cli-authpubkey.c cli-tcpfwd.c cli-channel.c cli-authinteract.c
|
session.h | 34 #include "channel.h" 154 /* Channel related */ 155 struct Channel ** channels; /* these pointers may be null */ 156 unsigned int chansize; /* the number of Channel*s allocated for channels */ 157 unsigned int chancount; /* the number of Channel*s in use */ 158 const struct ChanType **chantypes; /* The valid channel types */ 177 struct ChildPid * childpids; /* array of mappings childpid<->channel */
|
/external/kernel-headers/original/linux/ |
videodev.h | 51 int channel; member in struct:video_channel 55 #define VIDEO_VC_TUNER 1 /* Channel has a tuner */ 56 #define VIDEO_VC_AUDIO 2 /* Channel has audio */ 60 __u16 norm; /* Norm set by channel */ 116 int audio; /* Audio channel */ 249 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel) /* Get channel info (sources) */ 250 #define VIDIOCSCHAN _IOW('v',3,struct video_channel) /* Set channel */ 252 #define VIDIOCSTUNER _IOW('v',5,struct video_tuner) /* Tune the tuner for the current channel */
|
dmaengine.h | 84 * @device: ptr to the dma device who supplies this channel, always !%NULL 86 * @chan_id: channel ID for sysfs 89 * @slow_ref: indicates that the DMA channel is free 90 * @rcu: the DMA channel's RCU head 170 * @device_free_chan_resources: release DMA channel's resources 213 * @chan: DMA channel to offload copy to 236 * @chan: DMA channel to offload copy to 261 * @chan: DMA channel to offload copy to 288 * @chan: target DMA channel 300 * @chan: DMA channel [all...] |
/external/tcpdump/ |
ieee802_11_radio.h | 181 /* Channel flags. */ 182 #define IEEE80211_CHAN_TURBO 0x0010 /* Turbo channel */ 183 #define IEEE80211_CHAN_CCK 0x0020 /* CCK channel */ 184 #define IEEE80211_CHAN_OFDM 0x0040 /* OFDM channel */ 185 #define IEEE80211_CHAN_2GHZ 0x0080 /* 2 GHz spectrum channel. */ 186 #define IEEE80211_CHAN_5GHZ 0x0100 /* 5 GHz spectrum channel */ 188 #define IEEE80211_CHAN_DYN 0x0400 /* Dynamic CCK-OFDM channel */ 189 #define IEEE80211_CHAN_GFSK 0x0800 /* GFSK channel (FHSS PHY) */
|
/external/webkit/WebCore/platform/gtk/ |
LoggingGtk.cpp | 53 if (WTFLogChannel* channel = getChannelFromName(logv[i])) 54 channel->state = WTFLogChannelOn;
|
/external/webkit/WebCore/platform/qt/ |
LoggingQt.cpp | 46 if (WTFLogChannel* channel = getChannelFromName(channels.at(i))) 47 channel->state = WTFLogChannelOn;
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
radiotap.h | 204 /* Channel flags. */ 205 #define IEEE80211_CHAN_TURBO 0x0010 /* Turbo channel */ 206 #define IEEE80211_CHAN_CCK 0x0020 /* CCK channel */ 207 #define IEEE80211_CHAN_OFDM 0x0040 /* OFDM channel */ 208 #define IEEE80211_CHAN_2GHZ 0x0080 /* 2 GHz spectrum channel. */ 209 #define IEEE80211_CHAN_5GHZ 0x0100 /* 5 GHz spectrum channel */ 211 #define IEEE80211_CHAN_DYN 0x0400 /* Dynamic CCK-OFDM channel */ 212 #define IEEE80211_CHAN_GFSK 0x0800 /* GFSK channel (FHSS PHY) */
|
/frameworks/base/core/java/android/content/ |
ServiceConnection.java | 31 * the {@link android.os.IBinder} of the communication channel to the 37 * @param service The IBinder of the Service's communication channel,
|
/external/webkit/WebCore/dom/default/ |
PlatformMessagePortChannel.cpp | 45 PassOwnPtr<MessagePortChannel> MessagePortChannel::create(PassRefPtr<PlatformMessagePortChannel> channel) 47 return new MessagePortChannel(channel); 50 MessagePortChannel::MessagePortChannel(PassRefPtr<PlatformMessagePortChannel> channel) 51 : m_channel(channel) 57 // Make sure we close our platform channel when the base is freed, to keep the channel objects from leaking.
|
/external/webkit/WebCore/platform/graphics/filters/ |
FEBlend.cpp | 130 for (unsigned channel = 0; channel < 3; ++channel) { 131 unsigned char colorA = srcPixelArrayA->get(pixelOffset + channel); 132 unsigned char colorB = srcPixelArrayB->get(pixelOffset + channel); 135 imageData->data()->set(pixelOffset + channel, result);
|
FEComposite.cpp | 110 for (unsigned channel = 0; channel < 4; ++channel) { 111 unsigned char i1 = srcPixelArrayA->get(pixelOffset + channel); 112 unsigned char i2 = srcPixelArrayB->get(pixelOffset + channel); 115 srcPixelArrayB->set(pixelOffset + channel, result);
|
/external/bluetooth/bluez/compat/ |
fakehid.c | 145 static int rfcomm_connect(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel) 171 addr.rc_channel = channel; 285 int epox_presenter(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel) 294 sk = rfcomm_connect(src, dst, channel); 306 printf("Connected to %s on channel %d\n", addr, channel); 355 int headset_presenter(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel) 386 int jthree_keyboard(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel) 395 sk = rfcomm_connect(src, dst, channel); 407 printf("Connected to %s on channel %d\n", addr, channel) [all...] |
/external/bluetooth/hcidump/parser/ |
sdp.c | 269 static inline void print_int(uint8_t de_type, int level, int n, struct frame *frm, uint16_t *psm, uint8_t *channel) 288 if (channel && de_type == SDP_DE_UINT) 289 if (*channel == 0) 290 *channel = val; 321 static inline void print_uuid(int n, struct frame *frm, uint16_t *psm, uint8_t *channel) 358 if (channel && *channel > 0 && *channel != 0xff) { 359 set_proto(frm->handle, *psm, *channel, uuid); 360 *channel = 0xff 518 uint8_t channel; local [all...] |
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/ |
SelectorImpl.java | 103 * selecting, the first element is always the mock channel's file 130 * A mock channel is used to signal wakeups. Whenever the selector should 175 protected SelectionKey register(AbstractSelectableChannel channel, 177 if (!provider().equals(channel.provider())) { 183 channel, operations, attachment, this); 242 int readableKeysCount = 1; // first is always the mock channel 307 // populate the FDs, including the mock channel 314 readableFDs[r] = ((FileDescriptorHandler) key.channel()).getFD(); 319 writableFDs[w] = ((FileDescriptorHandler) key.channel()).getFD(); 331 // if the mock channel is selected, read the content [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/ |
AbstractSelectableChannelTest.java | 178 assertSame(sc, acceptKey.channel()); 186 SocketChannel channel = SocketChannel.open(); local 187 channel.configureBlocking(false); 189 channel.register(selector, 0); 191 channel.close(); 286 // if channel closed 390 AbstractSelectableChannel channel = local 392 channel.configureBlocking(false); 393 channel.register(SelectorProvider.provider().openSelector(), 396 channel.configureBlocking(true) [all...] |
/external/bluetooth/glib/tests/ |
gio-test.c | 20 /* A test program for the main loop and IO channel code. 65 GIOChannel *channel, 81 error = g_io_channel_read (channel, bufp, left, &nb); 114 recv_message (GIOChannel *channel, 118 gint fd = g_io_channel_unix_get_fd (channel); 143 error = read_all (fd, channel, (gchar *) &seq, sizeof (seq), &nb); 170 error = read_all (fd, channel, (gchar *) &nbytes, sizeof (nbytes), &nb); 198 error = read_all (fd, channel, buf, nbytes, &nb); 230 recv_windows_message (GIOChannel *channel, 240 error = g_io_channel_read (channel, &msg, sizeof (MSG), &nb) [all...] |
/external/kernel-headers/original/asm-x86/ |
dma_32.h | 4 * High DMA channel support & info by Hannu Savolainen 31 * - channel 4 is not used - cascades 1 into 2. 85 #define DMA1_MASK_REG 0x0A /* single-channel mask (w) */ 96 #define DMA2_MASK_REG 0xD4 /* single-channel mask (w) */ 151 /* enable/disable a specific DMA channel */ 183 /* set mode (above) for a specific DMA channel */ 225 /* Set transfer address & page bits for specific DMA channel. 242 * a specific DMA channel. 265 * If called before the channel has been used, it may return 1. 286 extern int request_dma(unsigned int dmanr, const char * device_id); /* reserve a DMA channel */ [all...] |
/packages/apps/IM/src/com/android/im/imps/ |
ImpsConnection.java | 130 // If we can resume from the data channel, which means the 139 // Failed to resume the data channel which means the 313 // SMS data channel was used if it's set to send authentication 314 // over SMS. Switch to the config data channel after authentication 324 // This should not happen since only http data channel which 395 // Shutdown the CIR channel first. 492 throw new ImException("Unsupported data channel binding"); 498 // No CIR channel is needed, do nothing. 522 "Unsupported CIR channel binding"); 534 public PrimitiveDispatcherThread(DataChannel channel) [all...] |
/external/bluetooth/bluez/tools/ |
sdptool.c | 131 { "Channel/Port" }, 1032 printf(" Channel: %d\n", p->val.uint8); 1141 uint8_t channel; member in struct:__anon1148 1165 uint8_t u8 = si->channel ? si->channel : 1; 1166 sdp_data_t *channel; local 1238 sdp_data_t *channel; local 1300 sdp_data_t *channel; local 1359 sdp_data_t *channel; local 1419 sdp_data_t *channel; local 1482 sdp_data_t *channel, *features; local 1552 sdp_data_t *channel, *features; local 1621 sdp_data_t *channel, *features; local 1691 sdp_data_t *channel, *features; local 1756 sdp_data_t *channel; local 1833 sdp_data_t *channel; local 1907 sdp_data_t *channel; local 1972 sdp_data_t *channel; local 2947 uint8_t channel = si->channel ? si->channel: 18; local 2988 uint8_t channel = si->channel ? si->channel: 19; local 3067 uint8_t channel = si->channel ? si->channel: 15; local 3112 uint8_t channel = si->channel ? si->channel: 21; local 3154 uint8_t channel = si->channel ? si->channel: 22; local 3261 uint8_t channel = si->channel ? si->channel: 14; local 3348 uint8_t channel = si->channel ? si->channel : 16; local [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
FileLockTest.java | 46 protected MockFileLock(FileChannel channel, long position, long size, 48 super(channel, position, size, shared); 87 assertNull(fileLock1.channel()); 111 * @tests java.nio.channels.FileLock#channel() 116 method = "channel", 120 assertSame(readWriteChannel, mockLock.channel()); 122 assertNull(lock.channel());
|