Searched refs:finalError (Results 1 – 2 of 2) sorted by relevance
630 final int finalError = errorCode; in sendCommand()631 if (finalError != SendMessageResult.SUCCESS) { in sendCommand()632 Slog.w(TAG, "Failed to send " + cecMessage + " with errorCode=" + finalError); in sendCommand()638 callback.onSendCompleted(finalError); in sendCommand()
7835 status_t finalError = OK; in setVendorParameters() local7923 if (finalError == OK) { in setVendorParameters()7924 finalError = err; in setVendorParameters()7934 return finalError; in setVendorParameters()