Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DIDisplayEventConnection.cpp34 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()
DAndroid.bp122 "IDisplayEventConnection.cpp",
DISurfaceComposer.cpp223 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/
DIDisplayEventConnection.h32 class IDisplayEventConnection : public IInterface {
56 class BnDisplayEventConnection : public SafeBnInterface<IDisplayEventConnection> {
59 : SafeBnInterface<IDisplayEventConnection>("BnDisplayEventConnection") {} in BnDisplayEventConnection()
DDisplayEventReceiver.h36 class IDisplayEventConnection; variable
167 sp<IDisplayEventConnection> mEventConnection;
DISurfaceComposer.h62 class IDisplayEventConnection; variable
124 virtual sp<IDisplayEventConnection> createDisplayEventConnection(
/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp108 const sp<IDisplayEventConnection> connection = mScheduler->createDisplayEventConnection(handle); in TEST_F()
133 const sp<IDisplayEventConnection> connection = in TEST_F()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h84 sp<IDisplayEventConnection> createDisplayEventConnection(
DScheduler.cpp296 sp<IDisplayEventConnection> Scheduler::createDisplayEventConnection( in createDisplayEventConnection()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h631 sp<IDisplayEventConnection> createDisplayEventConnection(
DSurfaceFlinger.cpp1684 sp<IDisplayEventConnection> SurfaceFlinger::createDisplayEventConnection( in createDisplayEventConnection()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp689 sp<IDisplayEventConnection> createDisplayEventConnection( in createDisplayEventConnection()