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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDEventSystemPlugIns/
H A DIOHIDEventSystemStatistics.h29 void handlePendingStats();
77 static void handlePendingStats(void * self);
H A DIOHIDEventSystemStatistics.cpp288 dispatch_source_set_event_handler_f(_pending_source, IOHIDEventSystemStatistics::handlePendingStats);
317 // IOHIDEventSystemStatistics::handlePendingStats
319 void IOHIDEventSystemStatistics::handlePendingStats(void * self) function in class:IOHIDEventSystemStatistics
321 return static_cast<IOHIDEventSystemStatistics *>(self)->handlePendingStats();
324 void IOHIDEventSystemStatistics::handlePendingStats() function in class:IOHIDEventSystemStatistics

Completed in 62 milliseconds