Searched refs:finalError (Results 1 – 2 of 2) sorted by relevance
641 final int finalError = errorCode; in sendCommand()642 if (finalError != SendMessageResult.SUCCESS) { in sendCommand()643 Slog.w(TAG, "Failed to send " + cecMessage + " with errorCode=" + finalError); in sendCommand()652 finalError in sendCommand()655 callback.onSendCompleted(finalError); in sendCommand()
8157 status_t finalError = OK; in setVendorParameters() local8245 if (finalError == OK) { in setVendorParameters()8246 finalError = err; in setVendorParameters()8256 return finalError; in setVendorParameters()