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;
176 virtual sp<IDisplayEventConnection> createDisplayEventConnection() in createDisplayEventConnection()
179 sp<IDisplayEventConnection> result; in createDisplayEventConnection()
193 result = interface_cast<IDisplayEventConnection>(reply.readStrongBinder()); in createDisplayEventConnection()
278 sp<IDisplayEventConnection> connection(createDisplayEventConnection()); in onTransact()
DAndroid.mk8 IDisplayEventConnection.cpp \
/frameworks/native/include/gui/
DIDisplayEventConnection.h33 class IDisplayEventConnection : public IInterface
61 class BnDisplayEventConnection : public BnInterface<IDisplayEventConnection>
DDisplayEventReceiver.h36 class IDisplayEventConnection; variable
123 sp<IDisplayEventConnection> mEventConnection;
DISurfaceComposer.h37 class IDisplayEventConnection; variable
141 virtual sp<IDisplayEventConnection> createDisplayEventConnection() = 0;
/frameworks/native/services/surfaceflinger/
DMessageQueue.h34 class IDisplayEventConnection; variable
82 sp<IDisplayEventConnection> mEvents;
DSurfaceFlinger.h174 virtual sp<IDisplayEventConnection> createDisplayEventConnection();
DSurfaceFlinger.cpp367 sp<IDisplayEventConnection> SurfaceFlinger::createDisplayEventConnection() { in createDisplayEventConnection()
1857 sp<IDisplayEventConnection> events;