Searched refs:errorCodes (Results 1 – 2 of 2) sorted by relevance
/hardware/google/graphics/zuma/libhwc2.1/libdevice/ |
D | HistogramController.cpp | 110 std::array<HistogramErrorCode, kOPRConfigsCount> errorCodes; in getOPRVals() local 136 errorCodes[i] = HistogramErrorCode::NONE; in getOPRVals() 137 requestBlobIdData(moduleDisplayInterface, &errorCodes[i], channelId, blobId, blobIdData); in getOPRVals() 143 if (errorCodes[i] != HistogramErrorCode::NONE) continue; in getOPRVals() 152 receiveBlobIdData(moduleDisplayInterface, &histogramBuffer[i], &errorCodes[i], in getOPRVals() 158 checkQueryResult(&histogramBuffer[i], &errorCodes[i], channelIds[i], blobIds[i], in getOPRVals() 163 for (auto& error : errorCodes) in getOPRVals() 167 errorCodes[i] = calculateOPRVal(mPreemptConfigs[i].name, histogramBuffer[i], blobIds[i], in getOPRVals() 169 if (errorCodes[i] != HistogramErrorCode::NONE) return errorCodes[i]; in getOPRVals()
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | fingerprint.sysprop | 79 # valid errorCodes are listed in README.md file
|