Searched refs:getFdCount (Results 1 - 25 of 30) sorted by last modified time

12

/frameworks/native/include/binder/
H A DParcel.h508 virtual size_t getFdCount() const = 0;
532 virtual size_t getFdCount() const { function in class:android::Parcel::FlattenableHelper
533 return val.getFdCount();
/frameworks/native/include/gui/
H A DBufferItem.h40 size_t getFdCount() const;
H A DFrameTimestamps.h262 size_t getFdCount() const;
322 size_t getFdCount() const;
H A DIGraphicBufferProducer.h359 size_t getFdCount() const;
396 size_t getFdCount() const;
/frameworks/native/include/ui/
H A DFence.h134 size_t getFdCount() const;
H A DFenceTime.h65 size_t getFdCount() const;
H A DGraphicBuffer.h190 size_t getFdCount() const;
/frameworks/native/libs/binder/
H A DParcel.cpp1265 const size_t fd_count = val.getFdCount();
/frameworks/native/libs/binder/include/binder/
H A DParcel.h508 virtual size_t getFdCount() const = 0;
532 virtual size_t getFdCount() const { function in class:android::Parcel::FlattenableHelper
533 return val.getFdCount();
/frameworks/native/libs/binder/tests/
H A DbinderSafeInterfaceTest.cpp87 size_t getFdCount() const { return 0; } function in struct:android::tests::TestFlattenable
117 size_t getFdCount() const { return 0; } function in class:android::tests::TestLightRefBaseFlattenable
/frameworks/native/libs/gui/
H A DBufferItem.cpp108 size_t BufferItem::getFdCount() const { function in class:android::BufferItem
111 count += mGraphicBuffer->getFdCount();
114 count += mFence->getFdCount();
H A DFrameTimestamps.cpp535 size_t FrameEventsDelta::getFdCount() const { function in class:FrameEventsDelta
539 return a + fence->getFdCount();
545 if (size < getFlattenedSize() || count < getFdCount()) {
647 size_t FrameEventHistoryDelta::getFdCount() const {
650 return a + delta.getFdCount();
H A DIGraphicBufferProducer.cpp1034 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const { function in class:android::IGraphicBufferProducer::QueueBufferInput
1035 return fence->getFdCount();
1109 size_t IGraphicBufferProducer::QueueBufferOutput::getFdCount() const { function in class:android::IGraphicBufferProducer::QueueBufferOutput
1110 return frameTimestamps.getFdCount();
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp311 size_t const baseNumFds = l.getFdCount();
542 size_t const baseNumFds = l.getFdCount();
599 inline size_t getFdCount( function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
694 inline size_t getFdCount( function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
696 return getFdCount(t.gpuCompositionDoneFence) +
697 getFdCount(t.displayPresentFence) +
698 getFdCount(t.displayRetireFence) +
699 getFdCount(t.releaseFence);
797 inline size_t getFdCount( function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
801 numFds += getFdCount(
[all...]
/frameworks/native/libs/gui/include/gui/
H A DBufferItem.h40 size_t getFdCount() const;
H A DFrameTimestamps.h262 size_t getFdCount() const;
322 size_t getFdCount() const;
H A DIGraphicBufferProducer.h359 size_t getFdCount() const;
396 size_t getFdCount() const;
/frameworks/native/libs/nativewindow/
H A DAHardwareBuffer.cpp155 size_t fdCount = gBuffer->getFdCount();
/frameworks/native/libs/ui/
H A DFence.cpp138 size_t Fence::getFdCount() const { function in class:android::Fence
143 if (size < getFlattenedSize() || count < getFdCount()) {
148 FlattenableUtils::write(buffer, size, static_cast<uint32_t>(getFdCount()));
H A DFenceTime.cpp223 size_t FenceTime::Snapshot::getFdCount() const { function in class:android::FenceTime::Snapshot
224 return state == State::FENCE ? fence->getFdCount() : 0u;
H A DGraphicBuffer.cpp334 size_t GraphicBuffer::getFdCount() const { function in class:android::GraphicBuffer
342 size_t fdCountNeeded = GraphicBuffer::getFdCount();
/frameworks/native/libs/ui/include/ui/
H A DFence.h134 size_t getFdCount() const;
H A DFenceTime.h65 size_t getFdCount() const;
H A DGraphicBuffer.h190 size_t getFdCount() const;
/frameworks/native/libs/ui/include_vndk/ui/
H A DFence.h134 size_t getFdCount() const;

Completed in 124 milliseconds

12