OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyStateChange
(Results
1 - 3
of
3
) sorted by null
/system/core/init/
signal_handler.cpp
112
svc->
NotifyStateChange
("stopped");
141
svc->
NotifyStateChange
("restarting");
init.h
96
void
NotifyStateChange
(const char* new_state);
init.cpp
96
void service::
NotifyStateChange
(const char* new_state) {
398
svc->
NotifyStateChange
("running");
424
svc->
NotifyStateChange
("stopping");
426
svc->
NotifyStateChange
("stopped");
[
all
...]
Completed in 198 milliseconds