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

12

/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/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DConversion.h267 * functions: `getFlattenedSize()` and `getFdCount()`. `getFlattenedSize()` will
269 * flattening. `getFdCount()` will return the size of the fd buffer that the
272 * The set of these four functions, `getFlattenedSize()`, `getFdCount()`,
389 size_t getFdCount(HGraphicBufferProducer::FenceTimeSnapshot const& t);
444 size_t getFdCount(HGraphicBufferProducer::FrameEventsDelta const& t);
501 size_t getFdCount(
638 size_t getFdCount(
/frameworks/native/include/gui/
H A DBufferItem.h40 size_t getFdCount() const;
H A DIGraphicBufferProducer.h359 size_t getFdCount() const;
396 size_t getFdCount() const;
H A DFrameTimestamps.h262 size_t getFdCount() const;
322 size_t getFdCount() const;
/frameworks/native/libs/gui/include/gui/
H A DBufferItem.h40 size_t getFdCount() const;
H A DIGraphicBufferProducer.h359 size_t getFdCount() const;
396 size_t getFdCount() const;
H A DFrameTimestamps.h262 size_t getFdCount() const;
322 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/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;
H A DFenceTime.h65 size_t getFdCount() const;
H A DGraphicBuffer.h190 size_t getFdCount() const;
/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/av/media/libstagefright/bqhelper/
H A DConversion.cpp306 * functions: `getFlattenedSize()` and `getFdCount()`. `getFlattenedSize()` will
308 * flattening. `getFdCount()` will return the size of the fd buffer that the
311 * The set of these four functions, `getFlattenedSize()`, `getFdCount()`,
454 size_t const baseNumFds = l.getFdCount();
575 size_t getFdCount( function in namespace:android::conversion
708 size_t getFdCount( function in namespace:android::conversion
710 return getFdCount(t.gpuCompositionDoneFence) +
711 getFdCount(t.displayPresentFence) +
712 getFdCount(t.displayRetireFence) +
713 getFdCount(
868 size_t getFdCount( function in namespace:android::conversion
1235 size_t getFdCount( function in namespace:android::conversion
[all...]
/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/base/core/jni/
H A Dandroid_database_CursorWindow.cpp70 static int getFdCount() { function in namespace:android
111 status, getFdCount());

Completed in 177 milliseconds

12