OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CS_DEVICE
(Results
1 - 6
of
6
) sorted by null
/system/core/adb/
services.c
541
sinfo->state =
CS_DEVICE
;
544
sinfo->state =
CS_DEVICE
;
547
sinfo->state =
CS_DEVICE
;
adb.h
466
#define
CS_DEVICE
2
adb.c
402
case
CS_DEVICE
:
473
D("setting connection_state to
CS_DEVICE
\n");
474
t->connection_state =
CS_DEVICE
;
[
all
...]
transport.c
892
case
CS_DEVICE
: return "device";
/bootable/recovery/minadbd/
adb.h
402
#define
CS_DEVICE
2
adb.c
260
D("setting connection_state to
CS_DEVICE
\n");
261
t->connection_state =
CS_DEVICE
;
Completed in 3952 milliseconds