Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Djdwp_service.cpp395 struct JdwpTracker : public asocket { struct
399 explicit JdwpTracker(TrackerKind k, bool initial) : kind(k), need_initial(initial) {} in JdwpTracker() function
402 static auto& _jdwp_trackers = *new std::vector<std::unique_ptr<JdwpTracker>>();
445 JdwpTracker* t = (JdwpTracker*)s; in jdwp_tracker_ready()
464 auto t = std::make_unique<JdwpTracker>(kind, true); in create_process_tracker_service_socket()