OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USERIAL_STOPBITS_1
(Results
1 - 19
of
19
) 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/msmcobalt/libbt-vendor/include/
hci_uart.h
49
#define
USERIAL_STOPBITS_1
1
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp
144
uart.m_iStopbits =
USERIAL_STOPBITS_1
;
153
uart.m_iStopbits =
USERIAL_STOPBITS_1
;
158
uart.m_iStopbits =
USERIAL_STOPBITS_1
;
userial_linux.c
[
all
...]
/hardware/broadcom/libbt/src/
bt_vendor_brcm.c
78
(USERIAL_DATABITS_8 | USERIAL_PARITY_NONE |
USERIAL_STOPBITS_1
),
userial_vendor.c
232
if(p_cfg->fmt &
USERIAL_STOPBITS_1
)
/external/libnfc-nci/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
94
(USERIAL_DATABITS_8 | USERIAL_PARITY_NONE |
USERIAL_STOPBITS_1
),
[
all
...]
/hardware/qcom/bt/msmcobalt/libbt-vendor/src/
hci_uart.c
268
if(p_cfg->fmt &
USERIAL_STOPBITS_1
)
bt_vendor_qcom.c
79
(USERIAL_DATABITS_8 | USERIAL_PARITY_NONE |
USERIAL_STOPBITS_1
),
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c
115
open_cfg.fmt = (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE |
USERIAL_STOPBITS_1
);
Completed in 7454 milliseconds