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
562
sinfo->state =
CS_DEVICE
;
565
sinfo->state =
CS_DEVICE
;
568
sinfo->state =
CS_DEVICE
;
adb.h
463
#define
CS_DEVICE
2
adb.c
403
case
CS_DEVICE
:
478
D("setting connection_state to
CS_DEVICE
\n");
479
t->connection_state =
CS_DEVICE
;
[
all
...]
transport.c
900
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 31 milliseconds