Searched refs:finalError (Results 1 – 2 of 2) sorted by relevance
643 final int finalError = errorCode; in sendCommand()644 if (finalError != SendMessageResult.SUCCESS) { in sendCommand()645 Slog.w(TAG, "Failed to send " + cecMessage + " with errorCode=" + finalError); in sendCommand()651 callback.onSendCompleted(finalError); in sendCommand()
7925 status_t finalError = OK; in setVendorParameters() local8013 if (finalError == OK) { in setVendorParameters()8014 finalError = err; in setVendorParameters()8024 return finalError; in setVendorParameters()