Searched defs:ContiguousFIFOAggregator (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DContiguousFIFOAggregator.java55 * ContiguousFIFOAggregator is not thread safe.
57 public class ContiguousFIFOAggregator<T> { class
61 private static final String TAG = ContiguousFIFOAggregator.class.getSimpleName();
65 * Create a new ContiguousFIFOAggregator.
76 public ContiguousFIFOAggregator() { method in class:ContiguousFIFOAggregator
109 Log.d(TAG, String.format("ContiguousFIFOAggregator >> tasks: %s", prettyPrint()));
140 Log.d(TAG, String.format("ContiguousFIFOAggregator < tasks: %s", prettyPrint()));
178 Log.d(TAG, String.format("ContiguousFIFOAggregator ++ tasks: %s", prettyPrint()));
211 Log.d(TAG, String.format("ContiguousFIFOAggregator - tasks: %s", prettyPrint()));
234 Log.d(TAG, String.format("ContiguousFIFOAggregator firs
[all...]

Completed in 11 milliseconds