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 | 54 "IDisplayEventConnection.cpp",
|
D | ISurfaceComposer.cpp | 281 virtual sp<IDisplayEventConnection> createDisplayEventConnection(VsyncSource vsyncSource, in createDisplayEventConnection() 284 sp<IDisplayEventConnection> result; in createDisplayEventConnection() 300 result = interface_cast<IDisplayEventConnection>(reply.readStrongBinder()); in createDisplayEventConnection() 1162 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 148 sp<IDisplayEventConnection> mEventConnection;
|
D | ISurfaceComposer.h | 55 class IDisplayEventConnection; variable 101 virtual sp<IDisplayEventConnection> createDisplayEventConnection(
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SchedulerTest.cpp | 112 sp<IDisplayEventConnection> returnedValue; in TEST_F() 135 sp<IDisplayEventConnection> returnedValue; in TEST_F() 166 sp<IDisplayEventConnection> returnedValue; in TEST_F()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.h | 92 sp<IDisplayEventConnection> createDisplayEventConnection(
|
D | Scheduler.cpp | 169 sp<IDisplayEventConnection> Scheduler::createDisplayEventConnection( in createDisplayEventConnection()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 414 sp<IDisplayEventConnection> createDisplayEventConnection(
|
D | SurfaceFlinger.cpp | 1355 sp<IDisplayEventConnection> SurfaceFlinger::createDisplayEventConnection( in createDisplayEventConnection()
|
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 677 sp<IDisplayEventConnection> createDisplayEventConnection( in createDisplayEventConnection()
|