Home
last modified time | relevance | path

Searched refs:getFenceFdCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/bufferqueue/1.0/
DConversion.cpp340 size_t getFenceFdCount(hidl_handle const& fence) { in getFenceFdCount() function
405 numFds < getFenceFdCount(fence)) { in flattenFence()
411 static_cast<uint32_t>(getFenceFdCount(fence))); in flattenFence()
501 size_t const baseNumFds = getFenceFdCount(t); in convertTo()
565 getFenceFdCount(t.fence) : 0; in getFdCount()
1224 return getFenceFdCount(t.fence); in getFdCount()
DH2BGraphicBufferProducer.cpp216 inline size_t getFenceFdCount(hidl_handle const& fence) { in getFenceFdCount() function
281 numFds < getFenceFdCount(fence)) { in flattenFence()
287 static_cast<uint32_t>(getFenceFdCount(fence))); in flattenFence()
377 size_t const baseNumFds = getFenceFdCount(t); in convertTo()
608 getFenceFdCount(t.fence) : 0; in getFdCount()
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
DConversion.h298 size_t getFenceFdCount(hidl_handle const& fence);