Searched refs:bq (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/hwui/surfacetexture/ |
D | SurfaceTexture.h | 87 SurfaceTexture(const sp<IGraphicBufferConsumer>& bq, uint32_t tex, uint32_t texureTarget, 90 SurfaceTexture(const sp<IGraphicBufferConsumer>& bq, uint32_t texureTarget, bool useFenceSync,
|
D | SurfaceTexture.cpp | 38 SurfaceTexture::SurfaceTexture(const sp<IGraphicBufferConsumer>& bq, uint32_t tex, in SurfaceTexture() argument 40 : ConsumerBase(bq, isControlledByApp) in SurfaceTexture() 63 SurfaceTexture::SurfaceTexture(const sp<IGraphicBufferConsumer>& bq, uint32_t texTarget, in SurfaceTexture() argument 65 : ConsumerBase(bq, isControlledByApp) in SurfaceTexture()
|
/frameworks/base/media/jni/ |
D | android_media_ImageWriter.cpp | 161 void JNIImageWriterContext::BufferDetacher::detach(wp<Surface> bq) { in detach() argument 167 mThread->detach(bq); in detach() 170 void JNIImageWriterContext::BufferDetacher::DetachThread::detach(wp<Surface> bq) { in detach() argument 172 mQueue.push_back(bq); in detach() 196 sp<Surface> bq = wbq.promote(); in threadLoop() local 197 if (bq != nullptr) { in threadLoop() 202 bq->detachNextBuffer(&buffer, &fence); in threadLoop()
|
/frameworks/native/libs/gui/include/gui/ |
D | GLConsumer.h | 85 GLConsumer(const sp<IGraphicBufferConsumer>& bq, 89 GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texureTarget,
|
D | CpuConsumer.h | 94 CpuConsumer(const sp<IGraphicBufferConsumer>& bq,
|
/frameworks/native/libs/gui/ |
D | CpuConsumer.cpp | 34 CpuConsumer::CpuConsumer(const sp<IGraphicBufferConsumer>& bq, in CpuConsumer() argument 36 ConsumerBase(bq, controlledByApp), in CpuConsumer()
|
D | GLConsumer.cpp | 104 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t tex, in GLConsumer() argument 106 ConsumerBase(bq, isControlledByApp), in GLConsumer() 133 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texTarget, in GLConsumer() argument 135 ConsumerBase(bq, isControlledByApp), in GLConsumer()
|
/frameworks/base/cmds/bootanimation/ |
D | audioplay.cpp | 85 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, void *context) { in bqPlayerCallback() argument 86 (void)bq; in bqPlayerCallback()
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayerConsumer.h | 77 BufferLayerConsumer(const sp<IGraphicBufferConsumer>& bq, renderengine::RenderEngine& engine,
|
D | BufferLayerConsumer.cpp | 56 BufferLayerConsumer::BufferLayerConsumer(const sp<IGraphicBufferConsumer>& bq, in BufferLayerConsumer() argument 59 : ConsumerBase(bq, false), in BufferLayerConsumer()
|