/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
D | Conversion.h | 385 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/ |
D | Fence.cpp | 138 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()
|
D | FenceTime.cpp | 211 size_t FenceTime::Snapshot::getFdCount() const { in getFdCount() function in android::FenceTime::Snapshot 212 return state == State::FENCE ? fence->getFdCount() : 0u; in getFdCount()
|
D | GraphicBuffer.cpp | 386 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/ |
D | Conversion.cpp | 454 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 …]
|
D | H2BGraphicBufferProducer.cpp | 316 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/ |
D | BufferItem.cpp | 108 size_t BufferItem::getFdCount() const { in getFdCount() function in android::BufferItem 111 count += mGraphicBuffer->getFdCount(); in getFdCount() 114 count += mFence->getFdCount(); in getFdCount()
|
D | FrameTimestamps.cpp | 543 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()
|
D | IGraphicBufferProducer.cpp | 1081 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/ |
D | BufferItem.h | 40 size_t getFdCount() const;
|
D | IGraphicBufferProducer.h | 368 size_t getFdCount() const; 404 size_t getFdCount() const;
|
D | FrameTimestamps.h | 263 size_t getFdCount() const; 323 size_t getFdCount() const;
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Fence.h | 140 size_t getFdCount() const;
|
D | FenceTime.h | 66 size_t getFdCount() const;
|
D | GraphicBuffer.h | 218 size_t getFdCount() const;
|
/frameworks/native/libs/ui/include/ui/ |
D | Fence.h | 140 size_t getFdCount() const;
|
D | FenceTime.h | 66 size_t getFdCount() const;
|
D | GraphicBuffer.h | 218 size_t getFdCount() const;
|
/frameworks/native/libs/ui/tests/ |
D | GraphicBuffer_test.cpp | 103 size_t fdCount = gb1->getFdCount(); in TEST_F()
|
/frameworks/base/core/jni/ |
D | android_database_CursorWindow.cpp | 70 static int getFdCount() { in getFdCount() function 115 status, getFdCount()); in nativeCreateFromParcel()
|
/frameworks/native/libs/binder/tests/ |
D | binderSafeInterfaceTest.cpp | 87 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/ |
D | Parcel.h | 635 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/ |
D | Parcel.h | 635 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/ |
D | AHardwareBuffer.cpp | 246 size_t fdCount = gBuffer->getFdCount(); in AHardwareBuffer_sendHandleToUnixSocket()
|
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 1318 const size_t fd_count = val.getFdCount(); in write()
|