HomeSort by relevance Sort by last modified time
    Searched refs:service_stop (Results 1 - 6 of 6) sorted by null

  /system/core/fastbootd/
utils.h 49 int service_stop(const char *service_name);
utils.c 245 int service_stop(const char *service_name) function
  /system/core/init/
init.h 135 void service_stop(struct service *svc);
builtins.c 227 service_for_each_class(args[1], service_stop);
649 service_stop(svc);
init.c 409 void service_stop(struct service *svc) function
487 service_stop(svc);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 312 ? R.string.service_manage : R.string.service_stop));

Completed in 213 milliseconds