OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SurfaceTextureLayer
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/services/surfaceflinger/
SurfaceTextureLayer.h
36
class
SurfaceTextureLayer
: public BufferQueue {
39
SurfaceTextureLayer
(const sp<SurfaceFlinger>& flinger);
40
virtual ~
SurfaceTextureLayer
();
SurfaceTextureLayer.cpp
24
#include "
SurfaceTextureLayer
.h"
30
SurfaceTextureLayer
::
SurfaceTextureLayer
(const sp<SurfaceFlinger>& flinger)
34
SurfaceTextureLayer
::~
SurfaceTextureLayer
() {
Android.mk
16
SurfaceTextureLayer
.cpp \
SurfaceFlinger.h
140
friend class
SurfaceTextureLayer
;
Layer.cpp
43
#include "
SurfaceTextureLayer
.h"
117
mBufferQueue = new
SurfaceTextureLayer
(mFlinger);
[
all
...]
Completed in 143 milliseconds