OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CS_OFFLINE
(Results
1 - 5
of
5
) sorted by null
/system/core/adb/
adb.c
249
case
CS_OFFLINE
:
321
t->connection_state =
CS_OFFLINE
;
329
if(t->connection_state !=
CS_OFFLINE
) {
330
t->connection_state =
CS_OFFLINE
;
339
if(t->connection_state !=
CS_OFFLINE
) {
355
if(t->connection_state !=
CS_OFFLINE
) {
367
if(t->connection_state !=
CS_OFFLINE
) {
375
if(t->connection_state !=
CS_OFFLINE
) {
[
all
...]
adb.h
431
#define
CS_OFFLINE
0
transport_local.c
287
t->connection_state =
CS_OFFLINE
;
transport.c
800
if (result && result->connection_state ==
CS_OFFLINE
) {
829
case
CS_OFFLINE
: return "offline";
963
init_usb_transport(t, usb, (writeable ?
CS_OFFLINE
: CS_NOPERM));
sockets.c
759
if(!(s->transport) || (s->transport->connection_state ==
CS_OFFLINE
)) {
Completed in 33 milliseconds