OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CS_OFFLINE
(Results
1 - 9
of
9
) sorted by null
/bootable/recovery/minadbd/
adb.c
299
t->connection_state =
CS_OFFLINE
;
307
if(t->connection_state !=
CS_OFFLINE
) {
308
t->connection_state =
CS_OFFLINE
;
317
if(t->connection_state !=
CS_OFFLINE
) {
333
if(t->connection_state !=
CS_OFFLINE
) {
345
if(t->connection_state !=
CS_OFFLINE
) {
353
if(t->connection_state !=
CS_OFFLINE
) {
adb.h
400
#define
CS_OFFLINE
0
transport.c
656
if (result && result->connection_state ==
CS_OFFLINE
) {
707
init_usb_transport(t, usb, (writeable ?
CS_OFFLINE
: CS_NOPERM));
sockets.c
651
if(!(s->transport) || (s->transport->connection_state ==
CS_OFFLINE
)) {
/system/core/adb/
adb.h
464
#define
CS_OFFLINE
0
adb.c
404
case
CS_OFFLINE
:
512
t->connection_state =
CS_OFFLINE
;
520
if(t->connection_state !=
CS_OFFLINE
) {
521
t->connection_state =
CS_OFFLINE
;
[
all
...]
transport_local.c
412
t->connection_state =
CS_OFFLINE
;
transport.c
861
if (result && result->connection_state ==
CS_OFFLINE
) {
890
case
CS_OFFLINE
: return "offline";
1073
init_usb_transport(t, usb, (writeable ?
CS_OFFLINE
: CS_NOPERM));
sockets.c
794
if(!(s->transport) || (s->transport->connection_state ==
CS_OFFLINE
)) {
Completed in 2167 milliseconds