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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp366 static CachedMouseEventStruct * GetCachedMouseEventForService(OSArray *events, OSObject *service, UInt32 * index = 0) function
412 if ( events && GetCachedMouseEventForService(events, service, &index) )
1227 if ((cachedMouseEvent = GetCachedMouseEventForService(self->cachedButtonStates, service)) &&
3312 CachedMouseEventStruct *cachedMouseEvent = GetCachedMouseEventForService(cachedButtonStates, sender);
3569 CachedMouseEventStruct *cachedMouseEvent = GetCachedMouseEventForService(cachedButtonStates, sender);
4252 if ((cachedMouseEvent = GetCachedMouseEventForService(cachedButtonStates, sender)) &&
4322 if ((cachedMouseEvent = GetCachedMouseEventForService(cachedButtonStates, sender)) &&
5144 cachedMouseEvent = GetCachedMouseEventForService(cachedButtonStates, sender);
5201 (NULL != (cachedMouseEvent = GetCachedMouseEventForService(cachedButtonStates, sender)))) {
5573 if (sender && (cachedMouseEvent = GetCachedMouseEventForService(cachedButtonState
[all...]

Completed in 144 milliseconds