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

/frameworks/native/libs/gui/
H A DBufferItem.cpp85 size_t BufferItem::getFdCount() const { function in class:android::BufferItem
88 c += mGraphicBuffer->getFdCount();
91 c += mFence->getFdCount();
H A DIGraphicBufferConsumer.cpp77 size_t IGraphicBufferConsumer::BufferItem::getFdCount() const { function in class:android::IGraphicBufferConsumer::BufferItem
80 c += mGraphicBuffer->getFdCount();
83 c += mFence->getFdCount();
H A DIGraphicBufferProducer.cpp443 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const { function in class:android::IGraphicBufferProducer::QueueBufferInput
444 return fence->getFdCount();
/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, (uint32_t)getFdCount());
H A DGraphicBuffer.cpp262 size_t GraphicBuffer::getFdCount() const { function in class:android::GraphicBuffer
270 size_t fdCountNeeded = GraphicBuffer::getFdCount();
/frameworks/native/include/binder/
H A DParcel.h294 virtual size_t getFdCount() const = 0;
309 virtual size_t getFdCount() const { function in class:android::Parcel::FlattenableHelper
310 return val.getFdCount();

Completed in 1406 milliseconds