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

<<11121314151617181920>>

  /dalvik/libcore/nio/src/main/java/java/nio/channels/
NotYetConnectedException.java 20 * A {@code NotYetConnectedException} is thrown if the socket channel is not
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
ServerSocketChannelImpl.java 149 // continue to accept if the channel is in blocking
169 // it uses INetworkSystem.select. Whether a channel is blocking can be
222 * If the channel is in non-blocking mode and there is no connection
266 * getting internal channel.
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/nls/
messages.properties 26 nio.09=Unknown file channel type: {0}
  /external/bluetooth/bluez/doc/
serial-api.txt 22 RFCOMM channel as string, 1-30
  /external/bluetooth/bluez/rfcomm/
kword.c 43 { "channel", K_CHANNEL },
kword.h 40 int channel; member in struct:rfcomm_opts
  /external/bluetooth/glib/tests/
mainloop-test.c 58 read_all (GIOChannel *channel, char *buf, gsize len)
66 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count);
82 write_all (GIOChannel *channel, char *buf, gsize len)
90 err = g_io_channel_write (channel, buf + bytes_written, len - bytes_written, &count);
  /external/dropbear/
agentfwd.h 30 #include "channel.h"
x11fwd.h 30 #include "channel.h"
  /external/kernel-headers/original/linux/
if_ppp.h 145 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */
146 #define PPPIOCDISCONN _IO('t', 57) /* disconnect channel */
147 #define PPPIOCATTCHAN _IOW('t', 56, int) /* attach to ppp channel */
148 #define PPPIOCGCHAN _IOR('t', 55, int) /* get ppp channel number */
  /external/ppp/pppd/
pppox.c 29 static struct channel pppox_channel = {
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv_c.h 39 PgVideoChannel_t* channel; member in struct:private_yuvhwdata
  /external/webkit/JavaScriptCore/wtf/
Assertions.cpp 181 void WTFLog(WTFLogChannel* channel, const char* format, ...)
183 if (channel->state != WTFLogChannelOn)
194 void WTFLogVerbose(const char* file, int line, const char* function, WTFLogChannel* channel, const char* format, ...)
196 if (channel->state != WTFLogChannelOn)
  /frameworks/base/cmds/dumpstate/
dumpstate.h 44 /* Displays a blocked processes in-kernel wait channel */
  /hardware/ti/wlan/wl1271/CUDK/os/linux/inc/
cu_os.h 49 S32 CuOs_GetCurrentChannel(THandle hCuWext, U32* channel);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 47 * This class listens on OPUSH channel for incoming connection
80 public BluetoothOppRfcommListener(BluetoothAdapter adapter, int channel) {
81 mBtOppRfcommChannel = channel;
151 Log.i(TAG, "Accept thread started on channel " + mBtOppRfcommChannel);
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
bssTypes.h 88 UINT8 channel; /**< channel on which the AP transmits */ member in struct:__anon13153
114 UINT8 channel; /**< the channel on which the AP transmits */ member in struct:__anon13155
scanMngrTypes.h 90 UINT32 maxChannelDwellTime; /**< Maximum time to spend on each channel */
92 * Minimum time to spend on each channel
111 * one channel at a time.
125 UINT32 scanDuration; /**< Time to spend on each channel (in usec) */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnOidSM.h 196 * \param maxDwellTime - maximum dwell time value to be used for each channel.\n
197 * \param minDwellTime - minimum dwell time value to be used for each channel.\n
198 * \param ETCondition - early termination condition value to be used for each channel.\n
199 * \param ETFrameNumber - early termination frame number value to be used for each channel.\n
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/
cu_os.h 49 S32 CuOs_GetCurrentChannel(THandle hCuWext, U32* channel);
  /external/openssl/crypto/bio/
bss_rtcp.c 79 char channel; /* 'A'-app data. 'R'-remote client 'G'-global */ member in struct:rpc_msg
190 * Requst more data from R channel.
192 ctx->msg.channel = 'R';
205 if ( ctx->msg.channel != 'R' || ctx->msg.function != 'C' ) {
232 ctx->msg.channel = 'R';
241 if ( (ctx->msg.channel != 'R') || (ctx->msg.function != 'C') ) {
243 ctx->msg.channel, ctx->msg.function );
  /packages/apps/IM/src/com/android/im/imps/
ImpsConnectionConfig.java 200 * Gets the type of protocol binding for data channel.
202 * @return the type of protocol binding for data channel.
209 * Gets the type of protocol binding for CIR channel.
211 * @return the type of protocol binding for CIR channel.
417 * Represents the type of protocol binding for data channel.
431 * Represents the type of protocol binding for CIR channel.
467 * No CIR channel
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Debugger.java 129 * Accept a new connection from the specified listen channel. This
194 // TODO: ?? add a finalizer that verifies the channel was closed
197 * Read data from our channel.
284 * "mClient" will never be null, though it's possible that the channel
322 * Ideally, we can do this with a single channel write. If that doesn't
323 * happen, we have to prevent anybody else from writing to the channel
324 * until this packet completes, so we synchronize on the channel.
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FileInputStreamTest.java 196 FileChannel channel; local
204 channel = fis.getChannel();
205 assertNotNull(channel);
206 assertTrue("Channel is closed.", channel.isOpen());
208 // Check that the channel is associated with the input stream.
209 channel.position(offset);
215 assertTrue("Channel is not associated with this stream.", equal);
218 assertFalse("Channel has not been closed.", channel.isOpen())
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.c 392 /* Mix the channel order in the 1 Shot Scan channel array */
488 /* Mix the channel order in the Periodic Scan channel array */
    [all...]

Completed in 545 milliseconds

<<11121314151617181920>>