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

  /hardware/broadcom/libbt/include/
userial_vendor.h 100 } tUSERIAL_CFG;
139 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hci_uart.h 105 } tUSERIAL_CFG;
190 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
hci_uart.h 109 } tUSERIAL_CFG;
194 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hci_uart.h 105 } tUSERIAL_CFG;
190 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hci_uart.h 105 } tUSERIAL_CFG;
190 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
hci_uart.h 110 } tUSERIAL_CFG;
195 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
  /hardware/broadcom/libbt/src/
bt_vendor_brcm.c 81 static const tUSERIAL_CFG userial_init_cfg =
183 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg);
userial_vendor.c 193 int userial_vendor_open(tUSERIAL_CFG *p_cfg)
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
bt_vendor_qcom.c 89 static const tUSERIAL_CFG userial_init_cfg =
754 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg);
783 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg);
    [all...]
hci_uart.c 226 int userial_vendor_open(tUSERIAL_CFG *p_cfg)
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
bt_vendor_qcom.c 73 static const tUSERIAL_CFG userial_init_cfg =
735 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg);
759 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg);
    [all...]
hci_uart.c 227 int userial_vendor_open(tUSERIAL_CFG *p_cfg)
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
bt_vendor_qcom.c 95 static const tUSERIAL_CFG userial_init_cfg =
782 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg);
811 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg);
    [all...]
hci_uart.c 230 int userial_vendor_open(tUSERIAL_CFG *p_cfg)
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 228 int userial_vendor_open(tUSERIAL_CFG *p_cfg)
bt_vendor_qcom.c 78 static const tUSERIAL_CFG userial_init_cfg =
887 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg);
916 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg);
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 232 int userial_vendor_open(tUSERIAL_CFG *p_cfg)
bt_vendor_qcom.c 82 static const tUSERIAL_CFG userial_init_cfg =
851 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg);
880 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg);
    [all...]

Completed in 95 milliseconds