Searched refs:getFdCount (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/libs/ui/
H A DFence.cpp136 size_t Fence::getFdCount() const { function in class:android::Fence
141 if (size < getFlattenedSize() || count < getFdCount()) {
146 FlattenableUtils::write(buffer, size, static_cast<uint32_t>(getFdCount()));
H A DGraphicBuffer.cpp286 size_t GraphicBuffer::getFdCount() const { function in class:android::GraphicBuffer
294 size_t fdCountNeeded = GraphicBuffer::getFdCount();
/frameworks/native/include/gui/
H A DBufferItem.h40 size_t getFdCount() const;
H A DIGraphicBufferProducer.h332 size_t getFdCount() const;
/frameworks/native/include/ui/
H A DFence.h98 size_t getFdCount() const;
H A DGraphicBuffer.h131 size_t getFdCount() const;
/frameworks/native/libs/gui/
H A DBufferItem.cpp87 size_t BufferItem::getFdCount() const { function in class:android::BufferItem
90 count += mGraphicBuffer->getFdCount();
93 count += mFence->getFdCount();
H A DIGraphicBufferProducer.cpp718 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const { function in class:android::IGraphicBufferProducer::QueueBufferInput
719 return fence->getFdCount();
/frameworks/native/include/binder/
H A DParcel.h457 virtual size_t getFdCount() const = 0;
472 virtual size_t getFdCount() const { function in class:android::Parcel::FlattenableHelper
473 return val.getFdCount();
/frameworks/native/libs/binder/
H A DParcel.cpp1272 const size_t fd_count = val.getFdCount();

Completed in 8785 milliseconds