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

/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp65 bool processPendingEvents(nsecs_t* outTimestamp, int32_t* id, uint32_t* outCount);
114 processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount);
144 if (processPendingEvents(&vsyncTimestamp, &vsyncDisplayId, &vsyncCount)) {
154 bool NativeDisplayEventReceiver::processPendingEvents( function in class:android::NativeDisplayEventReceiver

Completed in 46 milliseconds