Home
last modified time | relevance | path

Searched refs:getFdCount (Results 1 – 25 of 25) sorted by relevance

/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
DConversion.h385 size_t getFdCount(HGraphicBufferProducer::FenceTimeSnapshot const& t);
440 size_t getFdCount(HGraphicBufferProducer::FrameEventsDelta const& t);
497 size_t getFdCount(
634 size_t getFdCount(
/frameworks/native/libs/ui/
DFence.cpp138 size_t Fence::getFdCount() const { in getFdCount() function in android::Fence
143 if (size < getFlattenedSize() || count < getFdCount()) { in flatten()
148 FlattenableUtils::write(buffer, size, static_cast<uint32_t>(getFdCount())); in flatten()
DFenceTime.cpp211 size_t FenceTime::Snapshot::getFdCount() const { in getFdCount() function in android::FenceTime::Snapshot
212 return state == State::FENCE ? fence->getFdCount() : 0u; in getFdCount()
DGraphicBuffer.cpp386 size_t GraphicBuffer::getFdCount() const { in getFdCount() function in android::GraphicBuffer
404 size_t fdCountNeeded = GraphicBuffer::getFdCount(); in flatten()
/frameworks/native/libs/gui/bufferqueue/1.0/
DConversion.cpp454 size_t const baseNumFds = l.getFdCount(); in wrapAs()
575 size_t getFdCount( in getFdCount() function
708 size_t getFdCount( in getFdCount() function
710 return getFdCount(t.gpuCompositionDoneFence) + in getFdCount()
711 getFdCount(t.displayPresentFence) + in getFdCount()
712 getFdCount(t.displayRetireFence) + in getFdCount()
713 getFdCount(t.releaseFence); in getFdCount()
868 size_t getFdCount( in getFdCount() function
872 numFds += getFdCount(t.deltas[i]); in getFdCount()
980 size_t const baseNumFds = l.getFdCount(); in wrapAs()
[all …]
DH2BGraphicBufferProducer.cpp316 size_t const baseNumFds = l.getFdCount(); in wrapAs()
547 size_t const baseNumFds = l.getFdCount(); in wrapAs()
604 inline size_t getFdCount( in getFdCount() function
699 inline size_t getFdCount( in getFdCount() function
701 return getFdCount(t.gpuCompositionDoneFence) + in getFdCount()
702 getFdCount(t.displayPresentFence) + in getFdCount()
703 getFdCount(t.displayRetireFence) + in getFdCount()
704 getFdCount(t.releaseFence); in getFdCount()
802 inline size_t getFdCount( in getFdCount() function
806 numFds += getFdCount(t.deltas[i]); in getFdCount()
[all …]
/frameworks/native/libs/gui/
DBufferItem.cpp108 size_t BufferItem::getFdCount() const { in getFdCount() function in android::BufferItem
111 count += mGraphicBuffer->getFdCount(); in getFdCount()
114 count += mFence->getFdCount(); in getFdCount()
DFrameTimestamps.cpp543 size_t FrameEventsDelta::getFdCount() const { in getFdCount() function in android::FrameEventsDelta
547 return a + fence->getFdCount(); in getFdCount()
553 if (size < getFlattenedSize() || count < getFdCount()) { in flatten()
655 size_t FrameEventHistoryDelta::getFdCount() const { in getFdCount() function in android::FrameEventHistoryDelta
658 return a + delta.getFdCount(); in getFdCount()
DIGraphicBufferProducer.cpp1081 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const { in getFdCount() function in android::IGraphicBufferProducer::QueueBufferInput
1082 return fence->getFdCount(); in getFdCount()
1156 size_t IGraphicBufferProducer::QueueBufferOutput::getFdCount() const { in getFdCount() function in android::IGraphicBufferProducer::QueueBufferOutput
1157 return frameTimestamps.getFdCount(); in getFdCount()
/frameworks/native/libs/gui/include/gui/
DBufferItem.h40 size_t getFdCount() const;
DIGraphicBufferProducer.h368 size_t getFdCount() const;
404 size_t getFdCount() const;
DFrameTimestamps.h263 size_t getFdCount() const;
323 size_t getFdCount() const;
/frameworks/native/libs/ui/include_vndk/ui/
DFence.h140 size_t getFdCount() const;
DFenceTime.h66 size_t getFdCount() const;
DGraphicBuffer.h218 size_t getFdCount() const;
/frameworks/native/libs/ui/include/ui/
DFence.h140 size_t getFdCount() const;
DFenceTime.h66 size_t getFdCount() const;
DGraphicBuffer.h218 size_t getFdCount() const;
/frameworks/native/libs/ui/tests/
DGraphicBuffer_test.cpp103 size_t fdCount = gb1->getFdCount(); in TEST_F()
/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp70 static int getFdCount() { in getFdCount() function
115 status, getFdCount()); in nativeCreateFromParcel()
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp87 size_t getFdCount() const { return 0; } in getFdCount() function
117 size_t getFdCount() const { return 0; } in getFdCount() function in android::tests::TestLightRefBaseFlattenable
/frameworks/native/include/binder/
DParcel.h635 virtual size_t getFdCount() const = 0;
659 virtual size_t getFdCount() const { in getFdCount() function
660 return val.getFdCount(); in getFdCount()
/frameworks/native/libs/binder/include/binder/
DParcel.h635 virtual size_t getFdCount() const = 0;
659 virtual size_t getFdCount() const { in getFdCount() function
660 return val.getFdCount(); in getFdCount()
/frameworks/native/libs/nativewindow/
DAHardwareBuffer.cpp246 size_t fdCount = gBuffer->getFdCount(); in AHardwareBuffer_sendHandleToUnixSocket()
/frameworks/native/libs/binder/
DParcel.cpp1318 const size_t fd_count = val.getFdCount(); in write()