Searched refs:ihStatus (Results 1 – 1 of 1) sorted by relevance
136 status_t ihStatus = wait_child(pid); in Execute() local137 if (ihStatus != NO_ERROR) { in Execute()138 ALOGW("[%s] abnormal child process: %s", this->name.string(), strerror(-ihStatus)); in Execute()393 status_t ihStatus = wait_child(ihPid); in Execute() local394 if (cmdStatus != NO_ERROR || ihStatus != NO_ERROR) { in Execute()396 this->name.string(), strerror(-cmdStatus), strerror(-ihStatus)); in Execute()