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

/frameworks/native/libs/ui/
H A DFence.cpp133 size_t Fence::getFdCount() const { function in class:android::Fence
138 if (size < getFlattenedSize() || count < getFdCount()) {
141 FlattenableUtils::write(buffer, size, getFdCount());
H A DGraphicBuffer.cpp207 size_t GraphicBuffer::getFdCount() const { function in class:android::GraphicBuffer
215 size_t fdCountNeeded = GraphicBuffer::getFdCount();
/frameworks/native/include/ui/
H A DFence.h98 size_t getFdCount() const;
H A DGraphicBuffer.h108 size_t getFdCount() const;
/frameworks/native/include/gui/
H A DIGraphicBufferConsumer.h46 size_t getFdCount() const;
H A DIGraphicBufferProducer.h131 size_t getFdCount() const;
/frameworks/native/include/binder/
H A DParcel.h272 virtual size_t getFdCount() const = 0;
287 virtual size_t getFdCount() const { function in class:android::Parcel::FlattenableHelper
288 return val.getFdCount();
/frameworks/native/libs/gui/
H A DIGraphicBufferConsumer.cpp82 size_t IGraphicBufferConsumer::BufferItem::getFdCount() const { function in class:android::IGraphicBufferConsumer::BufferItem
85 c += mGraphicBuffer->getFdCount();
88 c += mFence->getFdCount();
H A DIGraphicBufferProducer.cpp282 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const { function in class:android::IGraphicBufferProducer::QueueBufferInput
283 return fence->getFdCount();
/frameworks/native/libs/binder/
H A DParcel.cpp817 const size_t fd_count = val.getFdCount();

Completed in 87 milliseconds