Home
last modified time | relevance | path

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

/cts/tests/tests/jni/libjnitest/
Dhelper.c66 char *newResult; in runJniTests() local
67 asprintf(&newResult, "%s%s: %s\n", in runJniTests()
71 if (newResult == NULL) { in runJniTests()
76 result = newResult; in runJniTests()
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h439 int32_t newResult = RESULT_OK; in analyze() local
451 newResult = ERROR_CONFIDENCE; in analyze()
468 setResult(newResult); in analyze()