Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp70 bool processPendingEvents(nsecs_t* outTimestamp, int32_t* id, uint32_t* outCount);
119 processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount); in scheduleVsync()
149 if (processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount)) { in handleEvent()
159 bool NativeDisplayEventReceiver::processPendingEvents( in processPendingEvents() function in android::NativeDisplayEventReceiver