Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DIDisplayEventConnection.cpp35 class BpDisplayEventConnection : public SafeBpInterface<IDisplayEventConnection> {
38 : SafeBpInterface<IDisplayEventConnection>(impl, "BpDisplayEventConnection") {} in BpDisplayEventConnection()
44 &IDisplayEventConnection::stealReceiveChannel)>(Tag::STEAL_RECEIVE_CHANNEL, in stealReceiveChannel()
49 return callRemote<decltype(&IDisplayEventConnection::setVsyncRate)>(Tag::SET_VSYNC_RATE, in setVsyncRate()
54 callRemoteAsync<decltype(&IDisplayEventConnection::requestNextVsync)>( in requestNextVsync()
59 callRemoteAsync<decltype(&IDisplayEventConnection::requestLatestConfig)>( in requestLatestConfig()
78 return callLocal(data, reply, &IDisplayEventConnection::stealReceiveChannel); in onTransact()
80 return callLocal(data, reply, &IDisplayEventConnection::setVsyncRate); in onTransact()
82 return callLocalAsync(data, reply, &IDisplayEventConnection::requestNextVsync); in onTransact()
84 return callLocalAsync(data, reply, &IDisplayEventConnection::requestLatestConfig); in onTransact()
DAndroid.bp60 "IDisplayEventConnection.cpp",
DISurfaceComposer.cpp284 virtual sp<IDisplayEventConnection> createDisplayEventConnection(VsyncSource vsyncSource, in createDisplayEventConnection()
287 sp<IDisplayEventConnection> result; in createDisplayEventConnection()
303 result = interface_cast<IDisplayEventConnection>(reply.readStrongBinder()); in createDisplayEventConnection()
1401 sp<IDisplayEventConnection> connection( in onTransact()
/frameworks/native/libs/gui/include/gui/
DIDisplayEventConnection.h32 class IDisplayEventConnection : public IInterface {
61 class BnDisplayEventConnection : public SafeBnInterface<IDisplayEventConnection> {
64 : SafeBnInterface<IDisplayEventConnection>("BnDisplayEventConnection") {} in BnDisplayEventConnection()
DDisplayEventReceiver.h36 class IDisplayEventConnection; variable
156 sp<IDisplayEventConnection> mEventConnection;
DISurfaceComposer.h58 class IDisplayEventConnection; variable
113 virtual sp<IDisplayEventConnection> createDisplayEventConnection(
/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp114 sp<IDisplayEventConnection> connection; in TEST_F()
142 sp<IDisplayEventConnection> connection; in TEST_F()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h89 sp<IDisplayEventConnection> createDisplayEventConnection(ConnectionHandle,
DScheduler.cpp204 sp<IDisplayEventConnection> Scheduler::createDisplayEventConnection( in createDisplayEventConnection()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h427 sp<IDisplayEventConnection> createDisplayEventConnection(
DSurfaceFlinger.cpp1544 sp<IDisplayEventConnection> SurfaceFlinger::createDisplayEventConnection( in createDisplayEventConnection()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp676 sp<IDisplayEventConnection> createDisplayEventConnection( in createDisplayEventConnection()