Searched refs:IDisplayEventConnection (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/libs/gui/
H A DIDisplayEventConnection.cpp27 #include <gui/IDisplayEventConnection.h>
39 class BpDisplayEventConnection : public BpInterface<IDisplayEventConnection>
43 : BpInterface<IDisplayEventConnection>(impl)
52 data.writeInterfaceToken(IDisplayEventConnection::getInterfaceDescriptor());
59 data.writeInterfaceToken(IDisplayEventConnection::getInterfaceDescriptor());
66 data.writeInterfaceToken(IDisplayEventConnection::getInterfaceDescriptor());
84 CHECK_INTERFACE(IDisplayEventConnection, data, reply);
90 CHECK_INTERFACE(IDisplayEventConnection, data, reply);
95 CHECK_INTERFACE(IDisplayEventConnection, data, reply);
H A DDisplayEventReceiver.cpp23 #include <gui/IDisplayEventConnection.h>
H A DISurfaceComposer.cpp29 #include <gui/IDisplayEventConnection.h>
45 class IDisplayEventConnection;
159 virtual sp<IDisplayEventConnection> createDisplayEventConnection()
162 sp<IDisplayEventConnection> result;
176 result = interface_cast<IDisplayEventConnection>(reply.readStrongBinder());
405 sp<IDisplayEventConnection> connection(createDisplayEventConnection());
H A DAndroid.mk58 IDisplayEventConnection.cpp \
/frameworks/native/include/gui/
H A DIDisplayEventConnection.h33 class IDisplayEventConnection : public IInterface class in namespace:android
61 class BnDisplayEventConnection : public BnInterface<IDisplayEventConnection>
H A DDisplayEventReceiver.h36 class IDisplayEventConnection;
130 sp<IDisplayEventConnection> mEventConnection;
H A DISurfaceComposer.h43 class IDisplayEventConnection;
82 /* return an IDisplayEventConnection */
83 virtual sp<IDisplayEventConnection> createDisplayEventConnection() = 0;
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.h34 class IDisplayEventConnection;
83 sp<IDisplayEventConnection> mEvents;
H A DEventThread.h24 #include <gui/IDisplayEventConnection.h>
H A DMessageQueue.cpp27 #include <gui/IDisplayEventConnection.h>
H A DEventThread.cpp25 #include <gui/IDisplayEventConnection.h>
H A DSurfaceFlinger.h210 virtual sp<IDisplayEventConnection> createDisplayEventConnection();
H A DSurfaceFlinger.cpp44 #include <gui/IDisplayEventConnection.h>
745 sp<IDisplayEventConnection> SurfaceFlinger::createDisplayEventConnection() {
H A DSurfaceFlinger_hwc1.cpp43 #include <gui/IDisplayEventConnection.h>
765 sp<IDisplayEventConnection> SurfaceFlinger::createDisplayEventConnection() {

Completed in 136 milliseconds