Searched refs:DisplayEventDispatcher (Results 1 – 5 of 5) sorted by relevance
36 DisplayEventDispatcher::DisplayEventDispatcher(const sp<Looper>& looper, in DisplayEventDispatcher() function in android::DisplayEventDispatcher42 status_t DisplayEventDispatcher::initialize() { in initialize()57 void DisplayEventDispatcher::dispose() { in dispose()65 status_t DisplayEventDispatcher::scheduleVsync() { in scheduleVsync()89 int DisplayEventDispatcher::handleEvent(int, int events, void*) { in handleEvent()116 bool DisplayEventDispatcher::processPendingEvents( in processPendingEvents()
66 "DisplayEventDispatcher.cpp",
23 class DisplayEventDispatcher : public LooperCallback {25 DisplayEventDispatcher(const sp<Looper>& looper,33 virtual ~DisplayEventDispatcher() = default;
47 class NativeDisplayEventReceiver : public DisplayEventDispatcher {69 DisplayEventDispatcher(messageQueue->getLooper(), in NativeDisplayEventReceiver()84 DisplayEventDispatcher::dispose(); in dispose()
50 class Choreographer : public DisplayEventDispatcher, public MessageHandler {104 DisplayEventDispatcher(looper), mLooper(looper), mThreadId(std::this_thread::get_id()) { in Choreographer()