HomeSort by relevance Sort by last modified time
    Searched refs:getFdCount (Results 1 - 21 of 21) sorted by null

  /frameworks/native/libs/ui/
Fence.cpp 138 size_t Fence::getFdCount() const {
143 if (size < getFlattenedSize() || count < getFdCount()) {
148 FlattenableUtils::write(buffer, size, static_cast<uint32_t>(getFdCount()));
FenceTime.cpp 223 size_t FenceTime::Snapshot::getFdCount() const {
224 return state == State::FENCE ? fence->getFdCount() : 0u;
GraphicBuffer.cpp 334 size_t GraphicBuffer::getFdCount() const {
342 size_t fdCountNeeded = GraphicBuffer::getFdCount();
  /system/core/libutils/include/utils/
Flattenable.h 96 inline size_t getFdCount() const;
120 inline size_t Flattenable<T>::getFdCount() const {
121 return static_cast<T const*>(this)->T::getFdCount();
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
Conversion.h 267 * 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/libs/gui/include/gui/
BufferItem.h 40 size_t getFdCount() const;
FrameTimestamps.h 262 size_t getFdCount() const;
322 size_t getFdCount() const;
IGraphicBufferProducer.h 359 size_t getFdCount() const;
396 size_t getFdCount() const;
  /frameworks/native/libs/ui/include/ui/
Fence.h 134 size_t getFdCount() const;
FenceTime.h 65 size_t getFdCount() const;
GraphicBuffer.h 190 size_t getFdCount() const;
  /frameworks/av/media/libstagefright/bqhelper/
Conversion.cpp 306 * 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(
708 size_t getFdCount(
710 return getFdCount(t.gpuCompositionDoneFence) +
711 getFdCount(t.displayPresentFence) +
712 getFdCount(t.displayRetireFence) +
713 getFdCount(t.releaseFence)
    [all...]
  /frameworks/native/libs/gui/
BufferItem.cpp 108 size_t BufferItem::getFdCount() const {
111 count += mGraphicBuffer->getFdCount();
114 count += mFence->getFdCount();
FrameTimestamps.cpp 535 size_t FrameEventsDelta::getFdCount() const {
539 return a + fence->getFdCount();
545 if (size < getFlattenedSize() || count < getFdCount()) {
647 size_t FrameEventHistoryDelta::getFdCount() const {
650 return a + delta.getFdCount();
IGraphicBufferProducer.cpp     [all...]
  /frameworks/native/libs/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.cpp 311 size_t const baseNumFds = l.getFdCount();
542 size_t const baseNumFds = l.getFdCount();
599 inline size_t getFdCount(
694 inline size_t getFdCount(
696 return getFdCount(t.gpuCompositionDoneFence) +
697 getFdCount(t.displayPresentFence) +
698 getFdCount(t.displayRetireFence) +
699 getFdCount(t.releaseFence);
797 inline size_t getFdCount(
801 numFds += getFdCount(t.deltas[i])
    [all...]
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 70 static int getFdCount() {
111 status, getFdCount());
  /frameworks/native/libs/binder/include/binder/
Parcel.h 508 virtual size_t getFdCount() const = 0;
532 virtual size_t getFdCount() const {
533 return val.getFdCount();
    [all...]
  /frameworks/native/libs/nativewindow/
AHardwareBuffer.cpp 155 size_t fdCount = gBuffer->getFdCount();
  /frameworks/native/libs/binder/tests/
binderSafeInterfaceTest.cpp 87 size_t getFdCount() const { return 0; }
117 size_t getFdCount() const { return 0; }
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp     [all...]

Completed in 349 milliseconds