OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_STATE_CLOSED
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/rfcomm/
port_api.c
259
if (!p_port->in_use || (p_port->state ==
PORT_STATE_CLOSED
))
298
if (!p_port->in_use || (p_port->state ==
PORT_STATE_CLOSED
))
340
if (!p_port->in_use || (p_port->state ==
PORT_STATE_CLOSED
))
403
if (!p_port->in_use || (p_port->state ==
PORT_STATE_CLOSED
))
439
if (!p_port->in_use || (p_port->state ==
PORT_STATE_CLOSED
))
473
if (!p_port->in_use || (p_port->state ==
PORT_STATE_CLOSED
))
509
if (!p_port->in_use || (p_port->state ==
PORT_STATE_CLOSED
))
612
if (!p_port->in_use || (p_port->state ==
PORT_STATE_CLOSED
))
660
if (!p_port->in_use || (p_port->state ==
PORT_STATE_CLOSED
))
704
if (!p_port->in_use || (p_port->state ==
PORT_STATE_CLOSED
))
[
all
...]
port_int.h
150
#define
PORT_STATE_CLOSED
0
port_utils.c
229
p_port->state =
PORT_STATE_CLOSED
;
port_rfc.c
[
all
...]
Completed in 618 milliseconds