Searched refs:processPendingEvents (Results 1 – 1 of 1) sorted by relevance
70 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