HomeSort by relevance Sort by last modified time
    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 42 #define A_CLSE 0x45534c43
adb.cpp 161 case A_CLSE: tag = "CLSE"; break;
203 p->msg.command = A_CLSE;
433 // to send A_CLSE back to device to close the service on device.
439 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */
454 D("Invalid A_CLSE(0, %u) from transport %s, expected transport %s",
    [all...]
sockets.cpp 430 p->msg.command = A_CLSE;
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 41 #define A_CLSE 0x45534c43

Completed in 630 milliseconds