HomeSort by relevance Sort by last modified time
    Searched refs:channel (Results 101 - 125 of 531) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/sonivox/jet_tools/JetCreator/
midifile.py 193 def __init__ (self, track, channel, name, empty):
195 self.channel = channel
199 return "['%s', '%s', '%s']" % (self.track, self.channel, self.name)
320 def __init__ (self, channel, exclude=True):
321 self.channel = channel
325 if event.channel in self.channel:
367 status = msg + self.channel
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
MockAbstractSelector.java 36 SelectableChannel channel; field in class:MockAbstractSelector.MockSelectionKey
40 channel = chan;
44 public SelectableChannel channel() { method in class:MockAbstractSelector.MockSelectionKey
45 return channel;
  /external/bluetooth/hcidump/parser/
bpa.c 48 uint8_t id, status, channel; local
58 channel = get_u8(frm);
61 printf("BPA: id %d num %d status 0x%02x time %d channel %d\n",
62 id, num, status, time, channel);
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...]
  /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...]
svr-chansession.c 30 #include "channel.h"
43 static int sessioncommand(struct Channel *channel, struct ChanSess *chansess,
47 static int noptycommand(struct Channel *channel, struct ChanSess *chansess);
48 static int ptycommand(struct Channel *channel, struct ChanSess *chansess);
53 static void closechansess(struct Channel *channel);
54 static int newchansess(struct Channel *channel)
    [all...]
  /external/webkit/WebCore/platform/graphics/filters/
FEComponentTransfer.cpp 167 for (unsigned channel = 0; channel < 4; channel++)
168 (*callEffect[transferFunction[channel].type])(tables[channel], transferFunction[channel]);
175 for (unsigned channel = 0; channel < 4; ++channel) {
176 unsigned char c = srcPixelArray->get(pixelOffset + channel);
    [all...]
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);
  /device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c 96 N_("Channel 9"),
97 N_("Channel 10"),
98 N_("Channel 11"),
99 N_("Channel 12"),
100 N_("Channel 13"),
101 N_("Channel 14"),
102 N_("Channel 15"),
103 N_("Channel 16")
131 static void generate_sine(uint8_t *frames, int channel, int count, double *_phase) {
159 if (chn==channel) {
985 int channel=chn; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 223 static errcode_t nt_open(const char *name, int flags, io_channel *channel);
224 static errcode_t nt_close(io_channel channel);
225 static errcode_t nt_set_blksize(io_channel channel, int blksize);
226 static errcode_t nt_read_blk(io_channel channel, unsigned long block,
228 static errcode_t nt_write_blk(io_channel channel, unsigned long block,
230 static errcode_t nt_flush(io_channel channel);
1076 nt_open(const char *name, int flags, io_channel *channel)
1094 // Allocate channel handle
1180 *channel = io;
1230 nt_close(io_channel channel)
    [all...]
  /external/bluetooth/bluez/test/
attest.c 101 static int open_socket(bdaddr_t *bdaddr, uint8_t channel)
127 addr.rc_channel = channel;
141 printf("Usage:\n\tattest <device> | <bdaddr> [channel]\n");
149 uint8_t channel; local
154 channel = 1;
158 channel = atoi(argv[2]);
166 printf("Connecting to %s on channel %d\n", argv[1], channel);
167 fd = open_socket(&bdaddr, channel);
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 4 * CREATIVE LABS CHANNEL-files
186 "-I, --separate-channels one file for each channel\n"
188 " --disable-channels disable automatic channel conversions\n"
1462 unsigned int channel; local
1470 unsigned int channel; local
1554 unsigned int channel; local
2377 unsigned int channel; local
2428 unsigned int channel; local
2464 unsigned int channel; local
2517 unsigned int channel; local
    [all...]
  /sdk/emulator/qemud/
qemud.c 32 * - the special channel index 0 is used by the emulator and qemud only.
33 * other channel numbers correspond to clients. More specifically,
42 * internal unique channel number > 0, then sends a connection
43 * initiation request to the emulator (i.e. through channel 0):
48 * number corresponding to the channel number.
50 * * in case of success, the emulator responds through channel 0
59 * send the following through channel 0:
71 * * any command sent through channel 0 to the emulator that is
299 #define MAX_EVENTS (MAX_CHANNELS+1) /* each channel + the serial fd */
642 int channel; member in struct:Packet
1225 int channel; member in struct:Client
1434 int channel = hex2int(p->data+11, 2); local
1450 int channel = hex2int(p->data+11, 2); local
1461 int channel = hex2int(p->data+11, 2); local
1540 int len, channel; local
    [all...]
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 68 channel = MockRpcChannel()
116 channel = MockRpcChannel()
117 stub = unittest_pb2.TestService_Stub(channel)
130 self.assertEqual(request, channel.request)
131 self.assertEqual(rpc_controller, channel.controller)
132 self.assertEqual(stub.GetDescriptor().methods[0], channel.method)
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEDisplacementMap.cpp 118 for (unsigned channel = 0; channel < 4; ++channel) {
120 imageData->data()->set(dstIndex + channel, static_cast<unsigned char>(0));
122 unsigned char pixelValue = srcPixelArrayA->get(srcY * stride + srcX * 4 + channel);
123 imageData->data()->set(dstIndex + channel, pixelValue);
160 << " [x channel selector=" << m_xChannelSelector << "]"
161 << " [y channel selector=" << m_yChannelSelector << "]";
  /external/ppp/pppd/
pppox.c 29 static struct channel pppox_channel = {
  /hardware/libhardware_legacy/
qemu.h 29 * QEMU communication channel, either through a qemud socket or
44 /* try to open a qemu communication channel.
48 * 'channel' must be a QemuChannel structure that is empty
50 * time to re-open the channel using the same 'channel'
53 extern int qemu_channel_open( QemuChannel* channel,
70 /* directly sends a command through the 'hw-control' channel.
71 * this will open the channel, send the formatted command, then
72 * close the channel automatically.
77 /* sends a question to the hw-control channel, then receive an answer i
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 20 * A {@code SelectionKey} represents the relationship between a channel and a
21 * selector for which the channel is registered.
24 * set represent categories of operations for a key's channel: Accepting socket
29 * {@link SelectableChannel channel} is interested in performing.
32 * {@code channel} is ready to execute.
107 * Gets the channel of this key.
109 * @return the channel of this key.
111 public abstract SelectableChannel channel(); method in class:SelectionKey
115 * only those bits set that are valid for this key's channel.
132 * key's channel
    [all...]
  /external/qemu/android/
hw-qemud.c 56 * channel between clients running in the emulated system and 'services'
68 * unframe messages (i.e. extract payload length + channel id from header,
146 * It parses the header to extract the channel id and payload length,
183 typedef void (*QemudSerialReceive)( void* opaque, int channel, uint8_t* msg, int msglen);
281 /* extract payload length + channel id */
293 D("%s: ignoring huge serial packet: length=%d channel=%1",
310 D("%s: channel=%2d len=%3d '%s'", __FUNCTION__,
333 * <length><channel><payload>
337 * <channel><length><payload>
339 * where <channel> is a 2-hexchar string, and <length> a 4-hexcha
493 int channel; member in struct:QemudClient
917 int channel, ret; local
980 int channel; local
    [all...]
  /external/webkit/WebKit/chromium/src/
PlatformMessagePortChannel.cpp 47 PassOwnPtr<MessagePortChannel> MessagePortChannel::create(PassRefPtr<PlatformMessagePortChannel> channel)
49 return new MessagePortChannel(channel);
57 MessagePortChannel::MessagePortChannel(PassRefPtr<PlatformMessagePortChannel> channel)
58 : m_channel(channel)
64 // Make sure we close our platform channel when the base is freed, to keep the channel objects from leaking.
116 WebMessagePortChannel* channel)
118 return adoptRef(new PlatformMessagePortChannel(channel));
130 PlatformMessagePortChannel::PlatformMessagePortChannel(WebMessagePortChannel* channel)
132 , m_webChannel(channel)
    [all...]
  /external/bluetooth/bluez/compat/
dund.c 77 static int channel; variable
83 int channel; member in struct:__anon1671
117 if (!channel)
118 channel = DUN_DEFAULT_CHANNEL;
121 dun_sdp_register(&src_addr, channel, type);
124 syslog(LOG_INFO, "Waiting for mRouter callback on channel %d", channel);
135 sa.rc_channel = channel;
195 snprintf(ch, sizeof(ch), "%d", channel);
224 if (use_cache && cache.valid && cache.channel) {
    [all...]
  /device/samsung/crespo/alsa-utils/seq/aseqdump/
aseqdump.c 138 ev->data.note.channel, ev->data.note.note, ev->data.note.velocity);
141 ev->data.note.channel, ev->data.note.note);
145 ev->data.note.channel, ev->data.note.note, ev->data.note.velocity);
149 ev->data.note.channel, ev->data.note.note, ev->data.note.velocity);
153 ev->data.control.channel, ev->data.control.param, ev->data.control.value);
157 ev->data.control.channel, ev->data.control.value);
160 printf("Channel aftertouch %2d, value %d\n",
161 ev->data.control.channel, ev->data.control.value);
165 ev->data.control.channel, ev->data.control.value);
169 ev->data.control.channel, ev->data.control.param, ev->data.control.value)
    [all...]
  /external/bluetooth/bluez/serial/
port.c 77 uint8_t channel; /* RFCOMM channel */ member in struct:serial_port
81 GIOChannel *io; /* BtIO channel */
105 int channel; local
108 channel = strtol(pattern, &endptr, 10);
118 if (endptr && *endptr == '\0' && port->channel == channel)
344 req.channel = port->channel;
411 reply = failed(port->msg, "Invalid channel");
504 int channel; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 366 * 3.1) Try a few times to do SDP query for target device OPUSH channel
507 int channel = BluetoothOppPreference.getInstance(mContext).getChannel( local
509 if (channel != -1) {
510 if (D) Log.d(TAG, "Get OPUSH channel " + channel + " from cache for " +
513 mSessionHandler.obtainMessage(SDP_RESULT, channel, -1, mBatch.mDestination)
526 int channel; local
527 channel = mBatch.mDestination.getServiceChannel(BluetoothUuid.ObexObjectPush);
528 if (channel != -1) {
529 if (D) Log.d(TAG, "Get OPUSH channel " + channel + " from SDP for
587 private final int channel; field in class:BluetoothOppTransfer.SocketConnectThread
    [all...]

Completed in 950 milliseconds

1 2 3 45 6 7 8 91011>>