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

  /system/core/include/utils/
Flattenable.h 89 inline size_t getFdCount() const;
113 inline size_t Flattenable<T>::getFdCount() const {
114 return static_cast<T const*>(this)->T::getFdCount();
  /frameworks/native/libs/ui/
Fence.cpp 133 size_t Fence::getFdCount() const {
138 if (size < getFlattenedSize() || count < getFdCount()) {
141 FlattenableUtils::write(buffer, size, getFdCount());
GraphicBuffer.cpp 207 size_t GraphicBuffer::getFdCount() const {
215 size_t fdCountNeeded = GraphicBuffer::getFdCount();
  /frameworks/native/include/binder/
Parcel.h 272 virtual size_t getFdCount() const = 0;
287 virtual size_t getFdCount() const {
288 return val.getFdCount();
  /frameworks/native/libs/gui/
IGraphicBufferConsumer.cpp 82 size_t IGraphicBufferConsumer::BufferItem::getFdCount() const {
85 c += mGraphicBuffer->getFdCount();
88 c += mFence->getFdCount();
IGraphicBufferProducer.cpp 282 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const {
283 return fence->getFdCount();

Completed in 395 milliseconds