Home
last modified time | relevance | path

Searched refs:outSlotid (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/nativedisplay/surfacetexture/
DImageConsumer.cpp30 sp<GraphicBuffer> ImageConsumer::dequeueBuffer(int* outSlotid, android_dataspace* outDataspace, in dequeueBuffer() argument
46 *outSlotid = slot; in dequeueBuffer()
124 *outSlotid = slot; in dequeueBuffer()
Dsurface_texture.cpp195 AHardwareBuffer* ASurfaceTexture_dequeueBuffer(ASurfaceTexture* st, int* outSlotid, in ASurfaceTexture_dequeueBuffer() argument
204 buffer = st->consumer->dequeueBuffer(outSlotid, outDataspace, outTransformMatrix, in ASurfaceTexture_dequeueBuffer()
DSurfaceTexture.cpp466 sp<GraphicBuffer> SurfaceTexture::dequeueBuffer(int* outSlotid, android_dataspace* outDataspace, in dequeueBuffer() argument
484 buffer = mImageConsumer.dequeueBuffer(outSlotid, outDataspace, outQueueEmpty, *this, in dequeueBuffer()
/frameworks/native/libs/nativedisplay/include/surfacetexture/
DImageConsumer.h44 sp<GraphicBuffer> dequeueBuffer(int* outSlotid, android_dataspace* outDataspace,
Dsurface_texture_platform.h85 AHardwareBuffer* ASurfaceTexture_dequeueBuffer(ASurfaceTexture* st, int* outSlotid,
DSurfaceTexture.h274 sp<GraphicBuffer> dequeueBuffer(int* outSlotid, android_dataspace* outDataspace,