Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp61 static pid_t fork_execute_incident_helper(const int id, Fpipe* p2cPipe, Fpipe* c2pPipe) { in fork_execute_incident_helper() function
117 pid_t pid = fork_execute_incident_helper(this->id, &p2cPipe, &c2pPipe); in Execute()
408 pid_t ihPid = fork_execute_incident_helper(this->id, &cmdPipe, &ihPipe); in Execute()