HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 451 - 475 of 811) sorted by null

<<11121314151617181920>>

  /device/samsung/crespo/libaudio/
AudioHardware.h 90 virtual status_t setMode(int mode);
113 int mode() { return mMode; } function in class:android::AudioHardware
  /external/blktrace/
blkiomon.c 528 int mode, vbuf_size; local
535 mode = _IOLBF;
540 mode = _IOFBF;
547 if (setvbuf(out->fp, out->buf, mode, vbuf_size))
  /external/bluetooth/bluez/input/
device.c 226 static int mode = UPDOWN_ENABLED, gain = 0; local
233 mode = ~mode;
246 key = (mode == UPDOWN_ENABLED ? KEY_UP : KEY_PAGEUP);
248 key = (mode == UPDOWN_ENABLED ? KEY_DOWN : KEY_PAGEDOWN);
  /external/bluetooth/bluez/lib/bluetooth/
l2cap.h 53 uint8_t mode; member in struct:l2cap_options
  /external/bluetooth/bluez/sbc/
sbc.c 65 } mode; member in struct:sbc_frame
168 if (frame->mode == MONO || frame->mode == DUAL_CHANNEL) {
250 } else if (frame->mode == STEREO || frame->mode == JOINT_STEREO) {
416 frame->mode = (data[1] >> 2) & 0x03;
417 switch (frame->mode) {
435 if ((frame->mode == MONO || frame->mode == DUAL_CHANNEL) &&
439 if ((frame->mode == STEREO || frame->mode == JOINT_STEREO) &
    [all...]
  /external/bluetooth/bluez/src/
btio.c 60 uint8_t mode; member in struct:set_opts
479 uint8_t mode, int master, GError **err)
481 if (imtu || omtu || mode) {
497 if (mode)
498 l2o.mode = mode;
635 opts->mode = L2CAP_MODE_BASIC;
686 opts->mode = va_arg(args, int);
1098 opts.mode, opts.master, err);
1152 opts->mode, opts->master, err)
    [all...]
dbus-hci.c 1005 uint8_t mode; local
1024 if (hci_read_simple_pairing_mode(dd, &mode,
1026 error("Can't read simple pairing mode for %s: %s(%d)",
1034 adapter_update_ssp_mode(adapter, mode);
1074 DBG("Allowing no bonding in non-bondable mode");
1089 /* This is the non bondable mode case */
  /external/bluetooth/bluez/test/
avtest.c 779 int opt, mode = MODE_NONE, sk, invalid = 0, preconf = 0, fragment = 0; local
796 mode = MODE_REJECT;
805 mode = MODE_SEND;
836 avctp = mode;
837 mode = MODE_SEND;
840 switch (mode) {
864 fprintf(stderr, "No operating mode specified!\n");
l2test.c 231 opts.mode = rfcmode;
267 /* Set link mode */
281 syslog(LOG_ERR, "Can't set L2CAP link mode: %s (%d)",
319 "mode %d, handle %d, class 0x%02x%02x%02x]",
320 opts.imtu, opts.omtu, opts.flush_to, opts.mode, conn.hci_handle,
362 /* Set link mode */
376 syslog(LOG_ERR, "Can't set L2CAP link mode: %s (%d)",
395 opts.mode = rfcmode;
489 "mode %d, handle %d, class 0x%02x%02x%02x]",
490 ba, opts.imtu, opts.omtu, opts.flush_to, opts.mode, conn.hci_handle
1091 int opt, sk, mode = RECV, need_addr = 0; local
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 62 guint32 mode; member in struct:StructureItem
75 /* filename link file_type create_flags mode | handle_special | extra_flags */
228 if ((item.mode > 0) && (posix_compat))
233 item.mode,
295 guint32 mode; local
309 /* unix::mode */
310 if ((item.mode > 0) && (posix_compat))
312 mode =
315 g_assert_cmpint (mode, ==, item.mode);
    [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 86 static int mode = PARSE; variable
184 if (mode == SERVER)
219 if (mode == SERVER) {
269 if (mode == SERVER) {
320 switch (mode) {
473 static int open_file(char *file, int mode, unsigned long flags)
479 if (mode == WRITE || mode == PPPDUMP || mode == AUDIO) {
493 if (mode == READ)
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_linux_unittest.cc 52 const char *mode, *autoconfig_url, member in struct:net::__anon2519::GConfValues
127 ENTRY("proxy/mode", mode);
375 "none", // mode
394 "auto", // mode
413 "auto", // mode
432 "auto", // mode
451 "manual", // mode
470 "manual", // mode
489 "manual", // mode
    [all...]
  /external/chromium/third_party/icu/source/common/
rbbi.cpp 905 // are. The state machine only fetches user input while in the RUN mode.
927 RBBIRunMode mode; local
965 mode = RBBI_RUN;
968 mode = RBBI_START;
977 if (mode == RBBI_END) {
1139 RBBIRunMode mode; local
    [all...]
uniset_props.cpp 474 // mode: 0=before [, 1=between [...], 2=after ]
476 int8_t lastItem = 0, mode = 0; local
484 while (mode != 2 && !chars.atEnd()) {
517 if (mode == 1) {
522 mode = 1;
605 if (mode == 0) {
608 mode = 2;
630 if (mode == 0) {
657 mode = 2;
671 mode = 2
    [all...]
  /external/freetype/src/autofit/
afcjk.c 608 FT_Render_Mode mode; local
623 /* compute flags depending on render mode, etc. */
624 mode = metrics->root.scaler.render_mode;
627 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V )
628 metrics->root.scaler.render_mode = mode = FT_RENDER_MODE_NORMAL;
638 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD )
645 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V
    [all...]
  /external/grub/netboot/
lance.c 55 unsigned short mode; member in struct:lance_init_block
159 #define DMA1_MODE_REG 0x0B /* mode register (w) */
170 #define DMA2_MODE_REG 0xD6 /* mode register (w) */
178 #define DMA_MODE_READ 0x44 /* I/O to memory, no autoinit, increment, single mode */
179 #define DMA_MODE_WRITE 0x48 /* memory to I/O, no autoinit, increment, single mode */
199 /* set mode (above) for a specific DMA channel */
200 static void set_dma_mode(unsigned int dmanr, char mode)
203 outb_p(mode | dmanr, DMA1_MODE_REG);
205 outb_p(mode | (dmanr&3), DMA2_MODE_REG);
272 lp->init_block.mode = 0x0; /* enable Rx and Tx *
    [all...]
  /external/icu4c/common/
rbbi.cpp 907 // are. The state machine only fetches user input while in the RUN mode.
929 RBBIRunMode mode; local
967 mode = RBBI_RUN;
1141 RBBIRunMode mode; local
    [all...]
  /external/ipsec-tools/src/libipsec/
pfkey.c 377 pfkey_send_getspi(so, satype, mode, src, dst, min, max, reqid, seq)
379 u_int satype, mode;
441 p = pfkey_setsadbxsa2(p, ep, mode, reqid);
546 pfkey_send_delete(so, satype, mode, src, dst, spi)
548 u_int satype, mode;
553 if ((len = pfkey_send_x2(so, SADB_DELETE, satype, mode, src, dst, spi)) < 0)
570 pfkey_send_delete_all(so, satype, mode, src, dst)
572 u_int satype, mode;
652 pfkey_send_get(so, satype, mode, src, dst, spi)
654 u_int satype, mode;
2349 u_int8_t mode = mode0 & 0xff; local
    [all...]
  /external/kernel-headers/original/linux/mtd/
mtd.h 64 * MTD_OOB_RAW: mode to read raw data+oob in one chunk. The oob data
76 * @mode: operation mode
88 * mode = MTD_OOB_PLACE)
93 mtd_oob_mode_t mode; member in struct:mtd_oob_ops
201 struct notifier_block reboot_notifier; /* default mode before reboot */
  /external/kernel-headers/original/linux/
qic117.h 112 unused, mode, motion, report enumerator in enum:__anon4836
128 /* 0*/ {NULL, 0x00, 0x00, mode, 0, discretional},\
133 /* 5*/ {"alternate command timeout", 0x00, 0x00, mode, 0, required},\
143 /*15*/ {"enter format mode", 0x1f, 0x05, mode, 0, required},\
145 /*17*/ {"enter verify mode", 0x37, 0x25, mode, 0, required},\
151 /*23*/ {"soft select", 0x00, 0x00, mode, 0, discretional},\
152 /*24*/ {"soft deselect", 0x00, 0x00, mode, 0, discretional},\
155 /*27*/ {"select rate or format", 0x03, 0x01, mode, 0, required /* [ccs2] */},
    [all...]
  /external/libpcap/
pcap-dos.c 647 /* Some devices need this to operate in promiscous mode
675 * Set receive mode back to default mode.
1065 PKT_RX_MODE mode; local
1068 mode = PDRX_ALL_PACKETS;
1069 else mode = PDRX_BROADCAST;
1071 if (!PktInitDriver(mode))
    [all...]
  /external/libvpx/vp8/encoder/
bitstream.c 927 const MB_PREDICTION_MODE mode = mi->mode; local
954 write_ymode(w, mode, pc->fc.ymode_prob);
956 if (mode == B_PRED)
961 write_bmode(w, m->bmi[j].mode, pc->fc.bmode_prob);
991 accum_mv_refs(mode, ct);
1000 write_mv_ref(w, mode, mv_ref_p);
1002 switch (mode) /* new, split require MVs */
1037 write_sub_mv_ref(w, b->mode, vp8_sub_mv_ref_prob2 [mv_contz]); //pc->fc.sub_mv_ref_prob);
1039 if (b->mode == NEW4X4
    [all...]
encodeframe.c 449 y_modes[xd->mbmi.mode] ++;
457 inter_y_modes[xd->mbmi.mode] ++;
459 if (xd->mbmi.mode == SPLITMV)
465 inter_b_modes[x->partition->bmi[b].mode] ++;
472 if ((xd->mode_info_context->mbmi.mode == ZEROMV) && (xd->mode_info_context->mbmi.ref_frame == LAST_FRAME))
476 // If cyclic update enabled then copy xd->mbmi.segment_id; (which may have been updated based on mode
487 else if ((xd->mode_info_context->mbmi.mode == ZEROMV) && (xd->mode_info_context->mbmi.ref_frame == LAST_FRAME))
614 // reset intra mode contexts
667 xd->mode_info_context->mbmi.mode = DC_PRED;
1108 MB_PREDICTION_MODE mode, best_mode = DC_PRED; local
    [all...]
pickinter.c 177 B_PREDICTION_MODE mode; local
194 for (mode = B_DC_PRED; mode <= B_HE_PRED /*B_HU_PRED*/; mode++)
198 rate = mode_costs[mode];
199 vp8_predict_intra4x4(b, mode, b->predictor);
208 *best_mode = mode;
212 b->bmi.mode = (B_PREDICTION_MODE)(*best_mode);
213 vp8_encode_intra4x4block(rtcd, x, be, b, b->bmi.mode);
223 int error = RD_ESTIMATE(mb->rdmult, mb->rddiv, cost, 0); // Rd estimate for the cost of the block prediction mode
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
joyos2.h 140 USHORT mode; /* see consts above */ member in struct:__anon5887

Completed in 2766 milliseconds

<<11121314151617181920>>