Searched defs:allocation (Results 1 – 8 of 8) sorted by relevance
60 public static BlockingInputAllocation wrap(Allocation allocation) { in wrap()156 private BlockingInputAllocation(Allocation allocation) { in BlockingInputAllocation()
118 public synchronized void returnToCache(Allocation allocation) { in returnToCache()166 public synchronized void returnToCacheIfNotNull(Allocation allocation) { in returnToCacheIfNotNull()
225 void setInput(Allocation allocation) { in setInput()249 void setOutput(Allocation allocation) { in setOutput()
62 public static AllocationInfo newInstance(Allocation allocation) { in newInstance()
34 Allocation allocation; field in IsObjectTest
33 Allocation allocation; field in SetObjectTest
104 Allocation allocation = Allocation.createTyped(mRS, mIn.getType()); in testclearObjectAllocation() local
107 sp<Allocation> allocation = Allocation::createTyped(mRS, mIn->getType()); in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation() local