Home
last modified time | relevance | path

Searched refs:IEventThreadCallback (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.h139 struct IEventThreadCallback { struct
140 virtual ~IEventThreadCallback() = default;
153 frametimeline::TokenManager*, IEventThreadCallback& callback,
226 IEventThreadCallback& mCallback;
DScheduler.h85 class Scheduler : public IEventThreadCallback, android::impl::MessageQueue {
DEventThread.cpp277 IEventThreadCallback& callback, std::chrono::nanoseconds workDuration, in EventThread()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp63 class EventThreadTest : public testing::Test, public IEventThreadCallback {