OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SurfaceFlinger
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp
54
#include "
SurfaceFlinger
.h"
59
#include <private/
surfaceflinger
/SharedBufferStack.h>
82
SurfaceFlinger
::
SurfaceFlinger
()
107
void
SurfaceFlinger
::init()
109
LOGI("
SurfaceFlinger
is starting");
131
SurfaceFlinger
::~
SurfaceFlinger
()
136
sp<IMemoryHeap>
SurfaceFlinger
::getCblk() const
141
sp<ISurfaceComposerClient>
SurfaceFlinger
::createConnection(
[
all
...]
SurfaceFlinger.h
34
#include <
surfaceflinger
/IGraphicBufferAlloc.h>
35
#include <
surfaceflinger
/ISurfaceComposer.h>
36
#include <
surfaceflinger
/ISurfaceComposerClient.h>
62
Client(const sp<
SurfaceFlinger
>& flinger);
67
// protected by
SurfaceFlinger
::mStateLock
83
sp<
SurfaceFlinger
> mFlinger;
147
class
SurfaceFlinger
:
148
public BinderService<
SurfaceFlinger
>,
154
static char const* getServiceName() { return "
SurfaceFlinger
"; }
156
SurfaceFlinger
();
[
all
...]
Completed in 163 milliseconds