OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USERIAL_PARITY_NONE
(Results
1 - 16
of
16
) sorted by null
/hardware/broadcom/libbt/include/
userial_vendor.h
64
#define
USERIAL_PARITY_NONE
(1<<3)
/hardware/qcom/bt/msm8909/libbt-vendor/include/
hci_uart.h
52
#define
USERIAL_PARITY_NONE
(1<<3)
/hardware/qcom/bt/msm8992/libbt-vendor/include/
hci_uart.h
52
#define
USERIAL_PARITY_NONE
(1<<3)
/hardware/qcom/bt/msm8996/libbt-vendor/include/
hci_uart.h
52
#define
USERIAL_PARITY_NONE
(1<<3)
/hardware/broadcom/libbt/src/
bt_vendor_brcm.c
78
(USERIAL_DATABITS_8 |
USERIAL_PARITY_NONE
| USERIAL_STOPBITS_1),
userial_vendor.c
220
if(p_cfg->fmt &
USERIAL_PARITY_NONE
)
/external/libnfc-nci/halimpl/bcm2079x/include/
userial.h
82
#define
USERIAL_PARITY_NONE
(1<<3)
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp
136
uart.m_iParity =
USERIAL_PARITY_NONE
;
139
uart.m_iParity =
USERIAL_PARITY_NONE
;
userial_linux.c
[
all
...]
/hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c
254
if(p_cfg->fmt &
USERIAL_PARITY_NONE
)
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
255
if(p_cfg->fmt &
USERIAL_PARITY_NONE
)
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
257
if(p_cfg->fmt &
USERIAL_PARITY_NONE
)
bt_vendor_qcom.c
94
(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 117 milliseconds