Searched refs:mBufferNotifier (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java83 OnBufferAvailableListener mBufferNotifier; field in class:Allocation
1862 mBufferNotifier = callback;
1870 if ((a != null) && (a.mBufferNotifier != null)) {
1871 a.mBufferNotifier.onBufferAvailable(a);

Completed in 34 milliseconds