Home
last modified time | relevance | path

Searched defs:bufferQueue (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/wilhelm/src/desktop/
H A DSndFile.cpp256 SLBufferQueueItf bufferQueue = &thiz->mBufferQueue.mItf; in SndFile_Realize() local
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestSawtoothBufferQueue.cpp112 SLDataLocator_BufferQueue bufferQueue; in TestPlaySawtoothBufferQueue() local
/aosp12/frameworks/wilhelm/src/itf/
H A DIOutputMixExt.cpp273 IBufferQueue *bufferQueue = &track->mAudioPlayer->mBufferQueue; in IOutputMixExt_FillBuffer() local
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2AllocatorGralloc.cpp860 C2AllocatorGralloc::Impl::Impl(id_t id, bool bufferQueue) in Impl()
930 C2AllocatorGralloc::C2AllocatorGralloc(id_t id, bool bufferQueue) in C2AllocatorGralloc()
/aosp12/frameworks/native/libs/gui/
H A DConsumerBase.cpp58 ConsumerBase::ConsumerBase(const sp<IGraphicBufferConsumer>& bufferQueue, bool controlledByApp) : in ConsumerBase()