Searched defs:SurfaceTextureLayer (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceTextureLayer.h32 // SurfaceTextureLayer is now a BufferQueue since SurfaceTexture has been
34 class SurfaceTextureLayer : public BufferQueue class in namespace:android
37 SurfaceTextureLayer();
38 ~SurfaceTextureLayer();
H A DSurfaceTextureLayer.cpp24 #include "SurfaceTextureLayer.h"
30 SurfaceTextureLayer::SurfaceTextureLayer() function in class:android::SurfaceTextureLayer
34 SurfaceTextureLayer::~SurfaceTextureLayer() {
37 status_t SurfaceTextureLayer::connect(int api, QueueBufferOutput* output) {

Completed in 75 milliseconds