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
461
#define
CS_OFFLINE
0
adb.c
409
case
CS_OFFLINE
:
517
t->connection_state =
CS_OFFLINE
;
525
if(t->connection_state !=
CS_OFFLINE
) {
526
t->connection_state =
CS_OFFLINE
;
[
all
...]
transport_local.c
415
t->connection_state =
CS_OFFLINE
;
transport.c
869
if (result && result->connection_state ==
CS_OFFLINE
) {
898
case
CS_OFFLINE
: return "offline";
1104
init_usb_transport(t, usb, (writeable ?
CS_OFFLINE
: CS_NOPERM));
sockets.c
794
if(!(s->transport) || (s->transport->connection_state ==
CS_OFFLINE
)) {
Completed in 1163 milliseconds