HomeSort by relevance Sort by last modified time
    Searched defs:Channel (Results 1 - 11 of 11) sorted by null

  /dalvik/libcore/nio/src/main/java/java/nio/channels/
Channel.java 23 * A channel is a conduit to I/O services covering such items as files, sockets,
26 * Channels are open upon creation, and can be closed explicitly. Once a channel
28 * on the closed channel result in a <code>ClosedChannelException</code>.
30 * Particular implementations or sub-interfaces of {@code Channel} dictate
33 public interface Channel extends Closeable {
36 * Returns whether this channel is open or not.
38 * @return true if the channel is open, otherwise returns false.
43 * Closes an open channel. If the channel is already closed then this method
44 * has no effect. If there is a problem with closing the channel then th
    [all...]
  /external/dropbear/
channel.h 32 /* channel->type values */
60 struct Channel {
62 unsigned int index; /* the local channel index */
80 int initconn; /* used for TCP forwarding, whether the channel has been
84 for this channel (and are awaiting a confirmation
95 int sepfds; /* Whether this channel has seperate pipes for in/out or not */
97 int (*inithandler)(struct Channel*);
98 int (*check_close)(struct Channel*);
99 void (*reqhandler)(struct Channel*);
100 void (*closehandler)(struct Channel*);
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 292 final Channel[] mChannelInfo = new Channel[mChannelCount];
321 mChannelInfo[0] = new Channel(Channel.ID_ALPHA, length);
322 mChannelInfo[1] = new Channel(Channel.ID_RED, length);
323 mChannelInfo[2] = new Channel(Channel.ID_GREEN, length);
324 mChannelInfo[3] = new Channel(Channel.ID_BLUE, length)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h 169 /* Channel number */
306 /* Channel 18 index in the FW is channel number J8 in the RS */
309 /* Channel 19 index in the FW is channel number J12 in the RS */
312 /* Channel 20 index in the FW is channel number J16 in the RS */
321 /* Channel 21 index in the FW is channel number J34 in the RS */
324 /* Channel 22 index in the FW is channel number 36 in the RS *
596 uint8 channel; member in struct:__anon8350
822 uint8 channel; \/*channel number*\/ member in struct:PERTxCfg_t
1697 Channel_e channel; member in struct:RadioTune_t
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_radio.h 168 /* Channel number */
305 /* Channel 18 index in the FW is channel number J8 in the RS */
308 /* Channel 19 index in the FW is channel number J12 in the RS */
311 /* Channel 20 index in the FW is channel number J16 in the RS */
320 /* Channel 21 index in the FW is channel number J34 in the RS */
323 /* Channel 22 index in the FW is channel number 36 in the RS *
593 uint8 channel; member in struct:__anon14195
817 uint8 channel; \/*channel number*\/ member in struct:PERTxCfg_t
1605 Channel_e channel; member in struct:RadioTune_t
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 129 milliseconds