HomeSort by relevance Sort by last modified time
    Searched refs:processPendingEvents (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 65 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(
  /external/lldb/utils/vim-lldb/python-vim-lldb/
lldb_controller.py 126 self.processPendingEvents(self.eventDelayStep, True)
165 self.processPendingEvents(self.eventDelayLaunch)
194 self.processPendingEvents(self.eventDelayLaunch)
239 self.processPendingEvents(self.eventDelayContinue)
272 status = self.processPendingEvents()
317 def processPendingEvents(self, wait_seconds=0, goto_file=True):

Completed in 122 milliseconds