Home
last modified time | relevance | path

Searched refs:IDisplayEventConnection (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/gui/
DIDisplayEventConnection.cpp39 class BpDisplayEventConnection : public BpInterface<IDisplayEventConnection>
43 : BpInterface<IDisplayEventConnection>(impl) in BpDisplayEventConnection()
50 data.writeInterfaceToken(IDisplayEventConnection::getInterfaceDescriptor()); in getDataChannel()
57 data.writeInterfaceToken(IDisplayEventConnection::getInterfaceDescriptor()); in setVsyncRate()
64 data.writeInterfaceToken(IDisplayEventConnection::getInterfaceDescriptor()); in requestNextVsync()
78 CHECK_INTERFACE(IDisplayEventConnection, data, reply); in onTransact()
84 CHECK_INTERFACE(IDisplayEventConnection, data, reply); in onTransact()
89 CHECK_INTERFACE(IDisplayEventConnection, data, reply); in onTransact()
DISurfaceComposer.cpp44 class IDisplayEventConnection;
163 virtual sp<IDisplayEventConnection> createDisplayEventConnection() in createDisplayEventConnection()
166 sp<IDisplayEventConnection> result; in createDisplayEventConnection()
180 result = interface_cast<IDisplayEventConnection>(reply.readStrongBinder()); in createDisplayEventConnection()
370 sp<IDisplayEventConnection> connection(createDisplayEventConnection()); in onTransact()
DAndroid.mk21 IDisplayEventConnection.cpp \
/frameworks/native/include/gui/
DIDisplayEventConnection.h33 class IDisplayEventConnection : public IInterface
61 class BnDisplayEventConnection : public BnInterface<IDisplayEventConnection>
DDisplayEventReceiver.h36 class IDisplayEventConnection; variable
130 sp<IDisplayEventConnection> mEventConnection;
DISurfaceComposer.h43 class IDisplayEventConnection; variable
83 virtual sp<IDisplayEventConnection> createDisplayEventConnection() = 0;
/frameworks/native/services/surfaceflinger/
DMessageQueue.h34 class IDisplayEventConnection; variable
84 sp<IDisplayEventConnection> mEvents;
DSurfaceFlinger.h203 virtual sp<IDisplayEventConnection> createDisplayEventConnection();
DSurfaceFlinger.cpp692 sp<IDisplayEventConnection> SurfaceFlinger::createDisplayEventConnection() { in createDisplayEventConnection()