Searched refs:finalError (Results 1 – 2 of 2) sorted by relevance
768 final int finalError = errorCode; in sendCommand()769 if (finalError != SendMessageResult.SUCCESS) { in sendCommand()770 Slog.w(TAG, "Failed to send " + cecMessage + " with errorCode=" + finalError); in sendCommand()779 finalError in sendCommand()782 callback.onSendCompleted(finalError); in sendCommand()
8388 status_t finalError = OK; in setVendorParameters() local8476 if (finalError == OK) { in setVendorParameters()8477 finalError = err; in setVendorParameters()8487 return finalError; in setVendorParameters()