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

  /bionic/libc/kernel/uapi/linux/
hdlcdrv.h 39 int dcd; member in struct:hdlcdrv_old_channel_state
44 int dcd; member in struct:hdlcdrv_channel_state
serial.h 86 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
synclink.h 182 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /external/kernel-headers/original/uapi/linux/
hdlcdrv.h 32 /* this just makes them send even if DCD is on */
37 int dcd; member in struct:hdlcdrv_old_channel_state
43 int dcd; member in struct:hdlcdrv_channel_state
serial.h 100 * Four lines can interrupt: CTS, DSR, RI, DCD
103 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
synclink.h 214 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /external/webrtc/talk/session/media/
mediasession_unittest.cc 558 const DataContentDescription* dcd = local
562 ASSERT_TRUE(NULL != dcd);
564 EXPECT_NE(vcd->codecs()[0].id, dcd->codecs()[0].id);
565 EXPECT_NE(acd->codecs()[0].id, dcd->codecs()[0].id);
568 EXPECT_EQ(dcd->codecs()[0].name, offered_data_codec.name);
598 const DataContentDescription* dcd = local
602 EXPECT_TRUE(NULL != dcd);
608 ASSERT_CRYPTO(dcd, 1U, CS_AES_CM_128_HMAC_SHA1_80);
609 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), dcd->protocol());
628 const DataContentDescription* dcd local
1021 const DataContentDescription* dcd = local
1044 DataContentDescription* dcd = const_cast<DataContentDescription*>( local
1245 const DataContentDescription* dcd = local
1414 const DataContentDescription* dcd = local
    [all...]
  /external/u-boot/arch/arm/include/asm/mach-imx/
hab.h 34 uint32_t dcd; /* Absolute address of the image DCD */ member in struct:ivt
87 HAB_INV_DCD = 0x27, /* Invalid dcd */
115 HAB_CTX_COMMAND = 0xc0, /* Event logged executing csf/dcd command */
  /external/u-boot/tools/
mxsimage.h 98 uint32_t dcd; member in struct:sb_ivt_header
mxsimage.c 57 * DCD block
99 struct sb_dcd_ctx *dcd; member in struct:sb_dcd_ctx
103 /* The DCD block. */
105 /* Size of the whole DCD block. */
108 /* Pointer to previous DCD command block. */
552 /* Assemble and update the HAB DCD header. */
576 /* Read DCD block number. */
579 fprintf(stderr, "#%i ERR: DCD block without number!\n",
585 /* Parse the DCD block number. */
588 fprintf(stderr, "#%i ERR: Malformed DCD block number!\n"
625 uint32_t *dcd; local
871 uint32_t dest, dcd = 0; local
    [all...]
  /external/u-boot/arch/arm/mach-imx/
hab.c 562 /* Verify if IVT DCD pointer is NULL */
563 if (ivt->dcd)
564 puts("Warning: DCD pointer should be NULL\n");
586 printf("ivt entry = 0x%08x, dcd = 0x%08x, csf = 0x%08x\n", ivt->entry,
587 ivt->dcd, ivt->csf);
  /external/elfutils/tests/
run-readelf-zp.sh 162 [ dcd] __INT_LEAST32_MAX__ 2147483647
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/
ExceptionSupport.asm 194 dcd AsmCommonExceptionEntry
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DebugAgentException.asm 173 dcd AsmCommonExceptionEntry
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
ExceptionSupport.ARMv6.asm 171 dcd 0x12345678
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 2315 DataContentDescription* dcd = static_cast<DataContentDescription*>( local
    [all...]

Completed in 443 milliseconds