Searched defs:getFdCount (Results 1 - 5 of 5) sorted by relevance

/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/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/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();

Completed in 3924 milliseconds