HomeSort by relevance Sort by last modified time
    Searched full:idisplayeventconnection (Results 1 - 13 of 13) sorted by null

  /frameworks/native/libs/gui/
IDisplayEventConnection.cpp 27 #include <gui/IDisplayEventConnection.h>
39 class BpDisplayEventConnection : public BpInterface<IDisplayEventConnection>
43 : BpInterface<IDisplayEventConnection>(impl)
50 data.writeInterfaceToken(IDisplayEventConnection::getInterfaceDescriptor());
57 data.writeInterfaceToken(IDisplayEventConnection::getInterfaceDescriptor());
64 data.writeInterfaceToken(IDisplayEventConnection::getInterfaceDescriptor());
78 CHECK_INTERFACE(IDisplayEventConnection, data, reply);
84 CHECK_INTERFACE(IDisplayEventConnection, data, reply);
89 CHECK_INTERFACE(IDisplayEventConnection, data, reply);
Android.mk 9 IDisplayEventConnection.cpp \
ISurfaceComposer.cpp 29 #include <gui/IDisplayEventConnection.h>
43 class IDisplayEventConnection;
161 virtual sp<IDisplayEventConnection> createDisplayEventConnection()
164 sp<IDisplayEventConnection> result;
178 result = interface_cast<IDisplayEventConnection>(reply.readStrongBinder());
298 sp<IDisplayEventConnection> connection(createDisplayEventConnection());
DisplayEventReceiver.cpp 23 #include <gui/IDisplayEventConnection.h>
  /frameworks/native/include/gui/
IDisplayEventConnection.h 33 class IDisplayEventConnection : public IInterface
61 class BnDisplayEventConnection : public BnInterface<IDisplayEventConnection>
ISurfaceComposer.h 39 class IDisplayEventConnection;
66 /* return an IDisplayEventConnection */
67 virtual sp<IDisplayEventConnection> createDisplayEventConnection() = 0;
DisplayEventReceiver.h 36 class IDisplayEventConnection;
130 sp<IDisplayEventConnection> mEventConnection;
  /frameworks/native/services/surfaceflinger/
MessageQueue.h 34 class IDisplayEventConnection;
82 sp<IDisplayEventConnection> mEvents;
EventThread.h 24 #include <gui/IDisplayEventConnection.h>
MessageQueue.cpp 27 #include <gui/IDisplayEventConnection.h>
EventThread.cpp 25 #include <gui/IDisplayEventConnection.h>
SurfaceFlinger.h 199 virtual sp<IDisplayEventConnection> createDisplayEventConnection();
SurfaceFlinger.cpp 41 #include <gui/IDisplayEventConnection.h>
682 sp<IDisplayEventConnection> SurfaceFlinger::createDisplayEventConnection() {
    [all...]

Completed in 82 milliseconds