Searched refs:finalError (Results 1 – 2 of 2) sorted by relevance
608 final int finalError = errorCode; in sendCommand()609 if (finalError != SendMessageResult.SUCCESS) { in sendCommand()610 Slog.w(TAG, "Failed to send " + cecMessage + " with errorCode=" + finalError); in sendCommand()616 callback.onSendCompleted(finalError); in sendCommand()
7579 status_t finalError = OK; in setVendorParameters() local7667 if (finalError == OK) { in setVendorParameters()7668 finalError = err; in setVendorParameters()7678 return finalError; in setVendorParameters()