Searched refs:bufferHandles (Results 1 – 2 of 2) sorted by relevance
84 std::vector<const native_handle_t*> bufferHandles; in allocate() local85 bufferHandles.reserve(count); in allocate()95 bufferHandles.push_back(importBuffer(tmpBuffers[i]))); in allocate()98 bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()108 bufferHandles.clear(); in allocate()111 return bufferHandles; in allocate()
70 std::vector<const native_handle_t*> bufferHandles; in TEST_F() local72 ASSERT_NO_FATAL_FAILURE(bufferHandles = mGralloc->allocate( in TEST_F()80 for (auto bufferHandle : bufferHandles) { in TEST_F()