HomeSort by relevance Sort by last modified time
    Searched refs:dcd (Results 1 - 25 of 33) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/
hdlcdrv.h 44 int dcd; member in struct:hdlcdrv_old_channel_state
50 int dcd; member in struct:hdlcdrv_channel_state
serial.h 96 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
synclink.h 224 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /development/ndk/platforms/android-L/include/linux/
hdlcdrv.h 44 int dcd; member in struct:hdlcdrv_old_channel_state
50 int dcd; member in struct:hdlcdrv_channel_state
serial.h 96 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
synclink.h 224 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /external/kernel-headers/original/uapi/linux/
hdlcdrv.h 31 /* this just makes them send even if DCD is on */
36 int dcd; member in struct:hdlcdrv_old_channel_state
42 int dcd; member in struct:hdlcdrv_channel_state
serial.h 94 * Four lines can interrupt: CTS, DSR, RI, DCD
97 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
synclink.h 213 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
hdlcdrv.h 31 /* this just makes them send even if DCD is on */
36 int dcd; member in struct:hdlcdrv_old_channel_state
42 int dcd; member in struct:hdlcdrv_channel_state
serial.h 172 * Four lines can interrupt: CTS, DSR, RI, DCD
175 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
synclink.h 212 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hdlcdrv.h 31 /* this just makes them send even if DCD is on */
36 int dcd; member in struct:hdlcdrv_old_channel_state
42 int dcd; member in struct:hdlcdrv_channel_state
serial.h 172 * Four lines can interrupt: CTS, DSR, RI, DCD
175 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
synclink.h 212 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
hdlcdrv.h 44 int dcd; member in struct:hdlcdrv_old_channel_state
50 int dcd; member in struct:hdlcdrv_channel_state
serial.h 96 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
hdlcdrv.h 44 int dcd; member in struct:hdlcdrv_old_channel_state
50 int dcd; member in struct:hdlcdrv_channel_state
serial.h 96 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
hdlcdrv.h 44 int dcd; member in struct:hdlcdrv_old_channel_state
50 int dcd; member in struct:hdlcdrv_channel_state
serial.h 96 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 516 const DataContentDescription* dcd = local
520 ASSERT_TRUE(NULL != dcd);
522 EXPECT_NE(vcd->codecs()[0].id, dcd->codecs()[0].id);
523 EXPECT_NE(acd->codecs()[0].id, dcd->codecs()[0].id);
526 EXPECT_EQ(dcd->codecs()[0].name, offered_data_codec.name);
556 const DataContentDescription* dcd = local
560 EXPECT_TRUE(NULL != dcd);
566 ASSERT_CRYPTO(dcd, 1U, CS_AES_CM_128_HMAC_SHA1_80);
567 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), dcd->protocol());
585 const DataContentDescription* dcd local
861 const DataContentDescription* dcd = local
884 DataContentDescription* dcd = const_cast<DataContentDescription*>( local
1085 const DataContentDescription* dcd = local
1254 const DataContentDescription* dcd = local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_apitest.cc 97 signals->dcd = true;
serial_connection_posix.cc 193 // CLOCAL causes the system to disregard the DCD signal state.
211 signals->dcd = (status & TIOCM_CAR) != 0;
serial_connection_win.cc 200 signals->dcd = (status & MS_RLSD_ON) != 0;

Completed in 702 milliseconds

1 2