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.cpp43 class IDisplayEventConnection;
157 virtual sp<IDisplayEventConnection> createDisplayEventConnection() in createDisplayEventConnection()
160 sp<IDisplayEventConnection> result; in createDisplayEventConnection()
174 result = interface_cast<IDisplayEventConnection>(reply.readStrongBinder()); in createDisplayEventConnection()
303 sp<IDisplayEventConnection> connection(createDisplayEventConnection()); in onTransact()
DAndroid.mk16 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.h39 class IDisplayEventConnection; variable
71 virtual sp<IDisplayEventConnection> createDisplayEventConnection() = 0;
/frameworks/native/services/surfaceflinger/
DMessageQueue.h34 class IDisplayEventConnection; variable
84 sp<IDisplayEventConnection> mEvents;
DSurfaceFlinger.h201 virtual sp<IDisplayEventConnection> createDisplayEventConnection();
DSurfaceFlinger.cpp732 sp<IDisplayEventConnection> SurfaceFlinger::createDisplayEventConnection() { in createDisplayEventConnection()