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

  /frameworks/native/include/gui/
IGraphicBufferProducer.h 108 struct QueueBufferInput : public Flattenable<QueueBufferInput> {
109 friend class Flattenable<QueueBufferInput>;
110 inline QueueBufferInput(const Parcel& parcel);
111 inline QueueBufferInput(int64_t timestamp, bool isAutoTimestamp,
172 const QueueBufferInput& input, QueueBufferOutput* output) = 0;
BufferQueue.h 165 // Additional data is provided in the QueueBufferInput struct. Notably,
179 const QueueBufferInput& input, QueueBufferOutput* output);
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 106 const QueueBufferInput& input, QueueBufferOutput* output) {
218 QueueBufferInput input(data);
268 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) {
272 size_t IGraphicBufferProducer::QueueBufferInput::getFlattenedSize() const {
282 size_t IGraphicBufferProducer::QueueBufferInput::getFdCount() const {
286 status_t IGraphicBufferProducer::QueueBufferInput::flatten(
301 status_t IGraphicBufferProducer::QueueBufferInput::unflatten(
BufferQueue.cpp 470 const QueueBufferInput& input, QueueBufferOutput* output) {
    [all...]
Surface.cpp 286 IGraphicBufferProducer::QueueBufferInput input(timestamp, isAutoTimestamp,
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 73 IGraphicBufferProducer::QueueBufferInput qbi(0, false, Rect(0, 0, 1, 1),
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h 102 const QueueBufferInput& input, QueueBufferOutput* output);
VirtualDisplaySurface.cpp 232 QueueBufferInput(
367 const QueueBufferInput& input, QueueBufferOutput* output) {

Completed in 333 milliseconds