Searched refs:outputsStr (Results 1 – 1 of 1) sorted by relevance
348 String outputsStr = outputs == null ? "null" : (outputs.size() + " surfaces"); in configureOutputs() local349 Log.d(TAG, "configureOutputs with " + outputsStr); in configureOutputs()