Searched refs:execute_section (Results 1 – 2 of 2) sorted by relevance
277 status_t execute_section(const Section* section, IncidentMetadata* metadata,
639 if (execute_section(*section, &metadata, reportByteSize) != NO_ERROR) { in runReport()645 if (execute_section(section, &metadata, reportByteSize) != NO_ERROR) { in runReport()705 status_t Reporter::execute_section(const Section* section, IncidentMetadata* metadata, in execute_section() function in android::os::incidentd::Reporter