Home
last modified time | relevance | path

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

/system/core/adb/
Dsocket.h117 bool parse_host_service(std::string_view* out_serial, std::string_view* out_command,
Dsocket_test.cpp315 bool result = internal::parse_host_service(&serial, &command, service); \
323 bool result = internal::parse_host_service(&serial, &command, service); \
Dsockets.cpp594 bool parse_host_service(std::string_view* out_serial, std::string_view* out_command, in parse_host_service() function
760 if (!internal::parse_host_service(&serial, &service, service)) { in smart_socket_enqueue()