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

  /hardware/broadcom/libbt/include/
userial_vendor.h 59 #define USERIAL_STOPBITS_1 1
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hci_uart.h 47 #define USERIAL_STOPBITS_1 1
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hci_uart.h 47 #define USERIAL_STOPBITS_1 1
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hci_uart.h 47 #define USERIAL_STOPBITS_1 1
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
hci_uart.h 50 #define USERIAL_STOPBITS_1 1
  /hardware/qcom/bt/sdm845/libbt-vendor/include/
hci_uart.h 49 #define USERIAL_STOPBITS_1 1
  /system/nfc/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 130 uart.m_iStopbits = USERIAL_STOPBITS_1;
137 uart.m_iStopbits = USERIAL_STOPBITS_1;
141 uart.m_iStopbits = USERIAL_STOPBITS_1;
userial_linux.c 1005 if (p_cfg->fmt & USERIAL_STOPBITS_1)
    [all...]
  /hardware/broadcom/libbt/src/
bt_vendor_brcm.c 83 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1),
userial_vendor.c 232 if(p_cfg->fmt & USERIAL_STOPBITS_1)
  /system/nfc/halimpl/bcm2079x/include/
userial.h 77 #define USERIAL_STOPBITS_1 1
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 266 if(p_cfg->fmt & USERIAL_STOPBITS_1)
bt_vendor_qcom.c 91 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1),
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 267 if(p_cfg->fmt & USERIAL_STOPBITS_1)
bt_vendor_qcom.c 75 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1),
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 269 if(p_cfg->fmt & USERIAL_STOPBITS_1)
bt_vendor_qcom.c 97 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1),
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 272 if(p_cfg->fmt & USERIAL_STOPBITS_1)
bt_vendor_qcom.c 84 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1),
    [all...]
  /hardware/qcom/bt/sdm845/libbt-vendor/src/
hci_uart.c 268 if(p_cfg->fmt & USERIAL_STOPBITS_1)
bt_vendor_qcom.c 80 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1),
    [all...]
  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 110 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1);

Completed in 1684 milliseconds