OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISurfaceComposerClient
(Results
1 - 16
of
16
) sorted by null
/frameworks/native/libs/gui/
ISurfaceComposerClient.cpp
33
#include <gui/
ISurfaceComposerClient
.h>
45
class BpSurfaceComposerClient : public BpInterface<
ISurfaceComposerClient
>
49
: BpInterface<
ISurfaceComposerClient
>(impl) {
57
data.writeInterfaceToken(
ISurfaceComposerClient
::getInterfaceDescriptor());
71
data.writeInterfaceToken(
ISurfaceComposerClient
::getInterfaceDescriptor());
78
IMPLEMENT_META_INTERFACE(SurfaceComposerClient, "android.ui.
ISurfaceComposerClient
");
87
CHECK_INTERFACE(
ISurfaceComposerClient
, data, reply);
103
CHECK_INTERFACE(
ISurfaceComposerClient
, data, reply);
Android.mk
22
ISurfaceComposerClient
.cpp \
LayerState.cpp
19
#include <gui/
ISurfaceComposerClient
.h>
71
client = interface_cast<
ISurfaceComposerClient
>(input.readStrongBinder());
ISurfaceComposer.cpp
53
virtual sp<
ISurfaceComposerClient
> createConnection()
59
return interface_cast<
ISurfaceComposerClient
>(reply.readStrongBinder());
SurfaceComposerClient.cpp
37
#include <gui/
ISurfaceComposerClient
.h>
434
sp<
ISurfaceComposerClient
> conn = sm->createConnection();
463
sp<
ISurfaceComposerClient
> client;
/frameworks/native/include/gui/
ISurfaceComposerClient.h
35
class
ISurfaceComposerClient
: public IInterface
72
class BnSurfaceComposerClient: public BnInterface<
ISurfaceComposerClient
> {
ISurfaceComposer.h
31
#include <gui/
ISurfaceComposerClient
.h>
64
virtual sp<
ISurfaceComposerClient
> createConnection() = 0;
SurfaceComposerClient.h
42
class
ISurfaceComposerClient
;
154
sp<
ISurfaceComposerClient
> mClient;
SurfaceControl.h
30
#include <gui/
ISurfaceComposerClient
.h>
/frameworks/native/include/private/gui/
LayerState.h
31
class
ISurfaceComposerClient
;
91
sp<
ISurfaceComposerClient
> client;
/frameworks/native/services/surfaceflinger/
Client.h
27
#include <gui/
ISurfaceComposerClient
.h>
54
//
ISurfaceComposerClient
interface
SurfaceFlinger.h
43
#include <gui/
ISurfaceComposerClient
.h>
191
virtual sp<
ISurfaceComposerClient
> createConnection();
282
//
ISurfaceComposerClient
::destroySurface()
Layer.h
34
#include <gui/
ISurfaceComposerClient
.h>
Layer.cpp
88
if (flags &
ISurfaceComposerClient
::eHidden)
91
if (flags &
ISurfaceComposerClient
::eNonPremultiplied)
190
mSecure = (flags &
ISurfaceComposerClient
::eSecure) ? true : false;
191
mProtectedByApp = (flags &
ISurfaceComposerClient
::eProtectedByApp) ? true : false;
192
mOpaqueLayer = (flags &
ISurfaceComposerClient
::eOpaque);
[
all
...]
SurfaceFlinger.cpp
203
sp<
ISurfaceComposerClient
> SurfaceFlinger::createConnection()
205
sp<
ISurfaceComposerClient
> bclient;
[
all
...]
/frameworks/base/services/input/
SpriteController.cpp
374
ISurfaceComposerClient
::eHidden);
Completed in 184 milliseconds