Searched defs:ASurfaceTexture (Results 1 – 3 of 3) sorted by relevance
60 typedef struct ASurfaceTexture ASurfaceTexture; typedef
34 struct ASurfaceTexture { struct35 android::sp<android::SurfaceTexture> consumer;36 android::sp<android::IGraphicBufferProducer> producer;
41 , mSurfaceTexture(nullptr, [](ASurfaceTexture*) {}) in DeferredLayerUpdater() argument