Home
last modified time | relevance | path

Searched refs:outBufferHandles (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/ui/
DGralloc3.cpp366 buffer_handle_t* outBufferHandles, bool importBuffers) const { in allocate() argument
388 &outBufferHandles[i]); in allocate()
391 mMapper.freeBuffer(outBufferHandles[j]); in allocate()
392 outBufferHandles[j] = nullptr; in allocate()
399 outBufferHandles[i] = native_handle_clone( in allocate()
401 if (!outBufferHandles[i]) { in allocate()
404 outBufferHandles[j]); in allocate()
407 outBufferHandles[j] = nullptr; in allocate()
DGralloc2.cpp379 buffer_handle_t* outBufferHandles, bool importBuffers) const { in allocate() argument
405 &outBufferHandles[i]); in allocate()
408 mMapper.freeBuffer(outBufferHandles[j]); in allocate()
409 outBufferHandles[j] = nullptr; in allocate()
416 outBufferHandles[i] = native_handle_clone( in allocate()
418 if (!outBufferHandles[i]) { in allocate()
421 outBufferHandles[j]); in allocate()
424 outBufferHandles[j] = nullptr; in allocate()
DGralloc4.cpp1079 buffer_handle_t* outBufferHandles, bool importBuffers) const { in allocate() argument
1101 &outBufferHandles[i]); in allocate()
1104 mMapper.freeBuffer(outBufferHandles[j]); in allocate()
1105 outBufferHandles[j] = nullptr; in allocate()
1112 outBufferHandles[i] = native_handle_clone( in allocate()
1114 if (!outBufferHandles[i]) { in allocate()
1117 outBufferHandles[j]); in allocate()
1120 outBufferHandles[j] = nullptr; in allocate()
/frameworks/native/libs/ui/tests/mock/
DMockGrallocAllocator.h39 buffer_handle_t* outBufferHandles, bool less),
/frameworks/native/libs/ui/include/ui/
DGralloc3.h86 uint32_t* outStride, buffer_handle_t* outBufferHandles,
DGralloc2.h85 uint32_t* outStride, buffer_handle_t* outBufferHandles,
DGralloc.h272 buffer_handle_t* outBufferHandles,
DGralloc4.h199 uint32_t* outStride, buffer_handle_t* outBufferHandles,