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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDEventSystemPlugIns/
H A DIOHIDEventSystemStatistics.cpp2 * IOHIDEventSystemStatistics.cpp
30 #include "IOHIDEventSystemStatistics.h"
68 void *p = CFAllocatorAllocate(kCFAllocatorDefault, sizeof(IOHIDEventSystemStatistics), 0);
69 return new(p) IOHIDEventSystemStatistics(kIOHIDEventSystemStatisticsFactory);
75 // The IOHIDEventSystemStatistics function table.
76 IOHIDSessionFilterPlugInInterface IOHIDEventSystemStatistics::sIOHIDEventSystemStatisticsFtbl =
81 IOHIDEventSystemStatistics::QueryInterface,
82 IOHIDEventSystemStatistics::AddRef,
83 IOHIDEventSystemStatistics::Release,
85 IOHIDEventSystemStatistics
104 IOHIDEventSystemStatistics::IOHIDEventSystemStatistics(CFUUIDRef factoryID) function in class:IOHIDEventSystemStatistics
[all...]
H A DIOHIDEventSystemStatistics.h2 * IOHIDEventSystemStatistics.h
16 class IOHIDEventSystemStatistics class
19 IOHIDEventSystemStatistics(CFUUIDRef factoryID);
20 ~IOHIDEventSystemStatistics();
80 IOHIDEventSystemStatistics();
81 IOHIDEventSystemStatistics(const IOHIDEventSystemStatistics &);
82 IOHIDEventSystemStatistics &operator=(const IOHIDEventSystemStatistics &);

Completed in 126 milliseconds