Home
last modified time | relevance | path

Searched defs:queueBuffers (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/libs/gui/
H A DBatchBufferOps.cpp88 status_t IGraphicBufferProducer::queueBuffers( in queueBuffers() function in android::IGraphicBufferProducer
H A DIGraphicBufferProducer.cpp378 virtual status_t queueBuffers(const std::vector<QueueBufferInput>& inputs, in queueBuffers() function in android::BpGraphicBufferProducer
876 status_t queueBuffers(const std::vector<QueueBufferInput>& inputs, in queueBuffers() function in android::HpGraphicBufferProducer
H A DSurface.cpp1258 int Surface::queueBuffers(const std::vector<BatchQueuedBuffer>& buffers, in queueBuffers() function in android::Surface
1368 int Surface::queueBuffers(const std::vector<BatchQueuedBuffer>& buffers) { in queueBuffers() function in android::Surface
/aosp_15_r20/cts/tests/tests/media/audio/jni/
H A Daudio-record-native.cpp379 status_t queueBuffers() { in queueBuffers() function in AudioRecordNative