HomeSort by relevance Sort by last modified time
    Searched refs:firstError (Results 1 - 4 of 4) sorted by null

  /cts/suite/audio_quality/lib/src/task/
TaskSequential.cpp 49 TaskGeneric::ExecutionResult firstError(TaskGeneric::EResultOK);
61 if ((result != TaskGeneric::EResultOK) && (firstError == TaskGeneric::EResultOK)) {
62 firstError = result;
67 if ((result != TaskGeneric::EResultOK) && (firstError == TaskGeneric::EResultOK)) {
68 firstError = result;
70 switch (firstError) {
74 firstError = TaskGeneric::EResultOK;
89 return firstError;
107 TaskGeneric::ExecutionResult firstError(TaskGeneric::EResultOK);
112 if ((result != TaskGeneric::EResultOK) && (firstError == TaskGeneric::EResultOK))
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
ml_mputest.c 100 inv_error_t firstError = INV_SUCCESS;
114 ERROR_CHECK_FIRST(firstError, result);
118 ERROR_CHECK_FIRST(firstError, result);
122 ERROR_CHECK_FIRST(firstError, result);
125 return firstError;
mldmp.c 259 inv_error_t firstError = INV_SUCCESS;
265 ERROR_CHECK_FIRST(firstError, result);
268 ERROR_CHECK_FIRST(firstError, result);
271 ERROR_CHECK_FIRST(firstError, result);
274 ERROR_CHECK_FIRST(firstError, result);
277 ERROR_CHECK_FIRST(firstError, result);
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 115 milliseconds