OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_SERIAL_PORT
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/hci/src/
userial_mct.c
57
#define
MAX_SERIAL_PORT
(USERIAL_PORT_3 + 1)
269
if (port >=
MAX_SERIAL_PORT
)
271
ALOGE("Port >
MAX_SERIAL_PORT
");
userial.c
60
#define
MAX_SERIAL_PORT
(USERIAL_PORT_3 + 1)
353
if (port >=
MAX_SERIAL_PORT
)
355
ALOGE("Port >
MAX_SERIAL_PORT
");
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c
136
#define
MAX_SERIAL_PORT
(USERIAL_PORT_15 + 1)
158
static tLINUX_CB linux_cb; /* case of multipel port support use array : [
MAX_SERIAL_PORT
] */
954
if (uart_port >=
MAX_SERIAL_PORT
)
956
ALOGD( "Port >
MAX_SERIAL_PORT
\n");
[
all
...]
Completed in 86 milliseconds