OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CS_DEVICE
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
services.c
552
sinfo->state =
CS_DEVICE
;
555
sinfo->state =
CS_DEVICE
;
558
sinfo->state =
CS_DEVICE
;
adb.h
433
#define
CS_DEVICE
2
adb.c
247
case
CS_DEVICE
:
289
D("setting connection_state to
CS_DEVICE
\n");
290
t->connection_state =
CS_DEVICE
;
[
all
...]
transport.c
831
case
CS_DEVICE
: return "device";
Completed in 266 milliseconds