OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CS_ANY
(Results
1 - 7
of
7
) sorted by null
/bootable/recovery/minadbd/
adb.h
233
** If state is !=
CS_ANY
, only transports in that state are considered.
399
#define
CS_ANY
-1
transport.c
662
if (result && state !=
CS_ANY
&& result->connection_state != state) {
673
} else if (state !=
CS_ANY
&& (serial || !ambiguous)) {
sockets.c
642
s->transport = acquire_one_transport (
CS_ANY
,
/system/core/adb/
adb.h
271
** If state is !=
CS_ANY
, only transports in that state are considered.
460
#define
CS_ANY
-1
adb.c
[
all
...]
transport.c
875
if (result && state !=
CS_ANY
&& result->connection_state != state) {
886
} else if (state !=
CS_ANY
&& (serial || !ambiguous)) {
sockets.c
784
s->transport = acquire_one_transport (
CS_ANY
,
Completed in 44 milliseconds