OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:A_CLSE
(Results
1 - 6
of
6
) sorted by null
/development/samples/USB/AdbTest/src/com/android/adb/
AdbDevice.java
176
case AdbMessage.
A_CLSE
:
AdbMessage.java
32
public static final int
A_CLSE
= 0x45534c43;
/system/core/adb/
adb.h
39
#define
A_CLSE
0x45534c43
adb.cpp
133
case
A_CLSE
: tag = "CLSE"; break;
175
p->msg.command =
A_CLSE
;
403
// to send
A_CLSE
back to device to close the service on device.
409
case
A_CLSE
: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */
423
D("Invalid
A_CLSE
(0, %u) from transport %s, expected transport %s",
[
all
...]
sockets.cpp
475
p->msg.command =
A_CLSE
;
/development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp
41
#define
A_CLSE
0x45534c43
Completed in 1201 milliseconds