Home | History | Annotate | Download | only in lib_src

Lines Matching refs:reportResult

468     EAS_RESULT result, reportResult;
479 reportResult = EAS_SUCCESS;
487 reportResult = result;
496 if (reportResult == EAS_SUCCESS)
497 reportResult = result;
504 if (reportResult == EAS_SUCCESS)
505 reportResult = result;
516 if (reportResult == EAS_SUCCESS)
517 reportResult = result;
532 if (reportResult == EAS_SUCCESS)
533 reportResult = result;
548 if (reportResult == EAS_SUCCESS)
549 reportResult = result;
553 return reportResult;