Searched refs:IDisplayEventConnection (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/libs/gui/ |
D | IDisplayEventConnection.cpp | 34 class BpDisplayEventConnection : public SafeBpInterface<IDisplayEventConnection> { 37 : SafeBpInterface<IDisplayEventConnection>(impl, "BpDisplayEventConnection") {} in BpDisplayEventConnection() 43 &IDisplayEventConnection::stealReceiveChannel)>(Tag::STEAL_RECEIVE_CHANNEL, in stealReceiveChannel() 48 return callRemote<decltype(&IDisplayEventConnection::setVsyncRate)>(Tag::SET_VSYNC_RATE, in setVsyncRate() 53 callRemoteAsync<decltype(&IDisplayEventConnection::requestNextVsync)>( in requestNextVsync() 72 return callLocal(data, reply, &IDisplayEventConnection::stealReceiveChannel); in onTransact() 74 return callLocal(data, reply, &IDisplayEventConnection::setVsyncRate); in onTransact() 76 return callLocalAsync(data, reply, &IDisplayEventConnection::requestNextVsync); in onTransact()
|
D | Android.bp | 122 "IDisplayEventConnection.cpp",
|
D | ISurfaceComposer.cpp | 223 sp<IDisplayEventConnection> createDisplayEventConnection( in createDisplayEventConnection() 226 sp<IDisplayEventConnection> result; in createDisplayEventConnection() 242 result = interface_cast<IDisplayEventConnection>(reply.readStrongBinder()); in createDisplayEventConnection() 1379 sp<IDisplayEventConnection> connection( in onTransact()
|
/frameworks/native/libs/gui/include/gui/ |
D | IDisplayEventConnection.h | 32 class IDisplayEventConnection : public IInterface { 56 class BnDisplayEventConnection : public SafeBnInterface<IDisplayEventConnection> { 59 : SafeBnInterface<IDisplayEventConnection>("BnDisplayEventConnection") {} in BnDisplayEventConnection()
|
D | DisplayEventReceiver.h | 36 class IDisplayEventConnection; variable 167 sp<IDisplayEventConnection> mEventConnection;
|
D | ISurfaceComposer.h | 62 class IDisplayEventConnection; variable 124 virtual sp<IDisplayEventConnection> createDisplayEventConnection(
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SchedulerTest.cpp | 108 const sp<IDisplayEventConnection> connection = mScheduler->createDisplayEventConnection(handle); in TEST_F() 133 const sp<IDisplayEventConnection> connection = in TEST_F()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.h | 84 sp<IDisplayEventConnection> createDisplayEventConnection(
|
D | Scheduler.cpp | 296 sp<IDisplayEventConnection> Scheduler::createDisplayEventConnection( in createDisplayEventConnection()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 631 sp<IDisplayEventConnection> createDisplayEventConnection(
|
D | SurfaceFlinger.cpp | 1684 sp<IDisplayEventConnection> SurfaceFlinger::createDisplayEventConnection( in createDisplayEventConnection()
|
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 689 sp<IDisplayEventConnection> createDisplayEventConnection( in createDisplayEventConnection()
|