Home | History | Annotate | Download | only in gui

Lines Matching defs:setBufferCount

577     return setBufferCount(static_cast<int32_t>(bufferCount));
797 int Surface::setBufferCount(int bufferCount)
800 ALOGV("Surface::setBufferCount");
803 status_t err = mGraphicBufferProducer->setBufferCount(bufferCount);
804 ALOGE_IF(err, "IGraphicBufferProducer::setBufferCount(%d) returned %s",