Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Drestart_service.h22 void restart_root_service(unique_fd fd);
Drestart_service.cpp31 void restart_root_service(unique_fd fd) { in restart_root_service() function
Dservices.cpp262 return create_service_thread("root", restart_root_service); in daemon_service_to_fd()