Lines Matching defs:header
158 int32_t header[4]; // id 0 - no of types - id 0x10 - ExecutionResult
159 if (!read((char*)header, sizeof(header))) {
163 if (header[0] != 0) {
167 if (header[2] != EExecutionResult) {
171 if (header[3] == TaskGeneric::EResultError) {
172 LOGE("script returned error %d", header[3]);
173 return (TaskGeneric::ExecutionResult)header[3];
175 if ((header[1] - 1) != nOutputs) {
238 return (TaskGeneric::ExecutionResult)header[3];