Home
last modified time | relevance | path

Searched refs:AdbConnectionClientContext (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/libs/adbconnection/include/adbconnection/
Dclient.h26 struct AdbConnectionClientContext;
51 AdbConnectionClientContext* adbconnection_client_new(
54 void adbconnection_client_destroy(AdbConnectionClientContext* ctx);
58 int adbconnection_client_pollfd(AdbConnectionClientContext* ctx);
62 int adbconnection_client_receive_jdwp_fd(AdbConnectionClientContext* ctx);
/system/core/adb/libs/adbconnection/
Dadbconnection_client.cpp38 struct AdbConnectionClientContext { struct
59 AdbConnectionClientContext* adbconnection_client_new( in adbconnection_client_new() argument
61 auto ctx = std::make_unique<AdbConnectionClientContext>(); in adbconnection_client_new()
168 void adbconnection_client_destroy(AdbConnectionClientContext* ctx) { in adbconnection_client_destroy()
172 int adbconnection_client_pollfd(AdbConnectionClientContext* ctx) { in adbconnection_client_pollfd()
176 int adbconnection_client_receive_jdwp_fd(AdbConnectionClientContext* ctx) { in adbconnection_client_receive_jdwp_fd()