Searched defs:timeStamp (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventRepairDriver.cpp48 dispatchScrollWheelEvent( AbsoluteTime timeStamp, SInt32 deltaAxis1, SInt32 deltaAxis2 __unused, SInt32 deltaAxis3 __unused, IOOptionBits options) argument
H A DAppleEmbeddedKeyboard.cpp100 dispatchKeyboardEvent( AbsoluteTime timeStamp, UInt32 usagePage, UInt32 usage, UInt32 value, IOOptionBits options) argument
H A DIOHIDConsumer.cpp97 dispatchConsumerEvent( IOHIDKeyboard * sendingkeyboardNub, AbsoluteTime timeStamp, UInt32 usagePage, UInt32 usage, UInt32 value, IOOptionBits options) argument
H A DIOHIDEventSystem.cpp38 AbsoluteTime timeStamp; member in struct:_HIDEventArgs
256 handleHIDEvent( void * refCon, AbsoluteTime timeStamp, UInt32 eventCount, IOHIDEvent * events, IOOptionBits options) argument
H A DAppleEmbeddedHIDEventService.cpp155 void AppleEmbeddedHIDEventService::dispatchVendorDefinedEvent(AbsoluteTime timeStamp, UInt32 usagePage, UInt32 usage, UInt32 version, UInt8 * data, UInt32 length, IOOptionBits options) argument
168 void AppleEmbeddedHIDEventService::dispatchBiometricEvent(AbsoluteTime timeStamp, IOFixed level, IOHIDBiometricEventType eventType, IOOptionBits options) argument
H A DIOHIDKeyboard.cpp207 dispatchKeyboardEvent( AbsoluteTime timeStamp, UInt32 usagePage, UInt32 usage, bool keyDown, IOOptionBits options) argument
H A DIOHIDPointing.cpp102 dispatchAbsolutePointerEvent( AbsoluteTime timeStamp, IOGPoint * newLoc, IOGBounds * bounds, UInt32 buttonState, bool inRange, SInt32 tipPressure, SInt32 tipPressureMin, SInt32 tipPressureMax, IOOptionBits options) argument
138 dispatchRelativePointerEvent( AbsoluteTime timeStamp, SInt32 dx, SInt32 dy, UInt32 buttonState, IOOptionBits options) argument
164 dispatchScrollWheelEvent( AbsoluteTime timeStamp, SInt32 deltaAxis1, SInt32 deltaAxis2, UInt32 deltaAxis3, IOOptionBits options) argument
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDPrivate.cpp32 AbsoluteTime timeStamp; local
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DCachedPage.h50 double timeStamp() const { return m_timeStamp; } function in class:WebCore::CachedPage
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.h29 UInt32 timeStamp; // timestamp of the log entry - in microseconds member in struct:IrDAEventDesc
H A DIrDALog.c65 void IrDALogAdd( UInt16 eventIndex, UInt16 data1, UInt16 data2, EventTraceCauseDesc * desc, Boolean timeStamp) argument
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DGetEntry.h28 UInt32 timeStamp; // timestamp of the log entry - in microseconds member in struct:IrDAEventDesc
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODMAController.cpp94 void IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp) argument
H A DIODMAEventSource.cpp190 void IODMAEventSource::notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp) argument
/macosx-10.9.5/cddafs-252/
H A DAIFFSupport.h96 uint32_t timeStamp; member in struct:FormatVersionChunk
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSCatalog.c114 UInt32 timeStamp; local
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Common/
H A DXTrace.h25 UInt32 timeStamp; // timestamp of the log entry - in microseconds member in struct:__anon77
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDValue.c47 uint64_t timeStamp; member in struct:__IOHIDValue
157 IOHIDValueRef IOHIDValueCreateWithIntegerValue(CFAllocatorRef allocator, IOHIDElementRef element, uint64_t timeStamp, CFIndex value) argument
183 IOHIDValueRef IOHIDValueCreateWithBytes(CFAllocatorRef allocator, IOHIDElementRef element, uint64_t timeStamp, const uint8_t * bytes, CFIndex byteLength) argument
206 IOHIDValueRef IOHIDValueCreateWithBytesNoCopy(CFAllocatorRef allocator, IOHIDElementRef element, uint64_t timeStamp, cons argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DConsole.cpp231 void Console::timeStamp(PassRefPtr<ScriptArguments> arguments) function in class:WebCore::Console
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTMovieVisualContext.cpp121 QTPixelBuffer QTMovieVisualContextPriv::imageForTime(const QTCVTimeStamp* timeStamp) argument
165 void QTMovieVisualContextPriv::imageAvailableCallback(QTVisualContextRef visualContext, const CVTimeStamp *timeStamp, void *refCon) argument
196 QTPixelBuffer QTMovieVisualContext::imageForTime(const QTCVTimeStamp* timeStamp) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMEventsClasses.h246 virtual HRESULT STDMETHODCALLTYPE timeStamp( function in class:DOMUIEvent
355 virtual HRESULT STDMETHODCALLTYPE timeStamp( function in class:DOMKeyboardEvent
503 virtual HRESULT STDMETHODCALLTYPE timeStamp( function in class:DOMMouseEvent
678 virtual HRESULT STDMETHODCALLTYPE timeStamp( function in class:DOMMutationEvent
778 virtual HRESULT STDMETHODCALLTYPE timeStamp( function in class:DOMOverflowEvent
862 virtual HRESULT STDMETHODCALLTYPE timeStamp( function in class:DOMWheelEvent
[all...]
H A DDOMEventsClasses.cpp188 HRESULT STDMETHODCALLTYPE DOMEvent::timeStamp( function in class:DOMEvent
/macosx-10.9.5/configd-596.15/Plugins/KernelEventMonitor/
H A Dev_dlil.c222 CFDateRef timeStamp; local
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEvent.h109 DOMTimeStamp timeStamp() const { return m_createTime; } function in class:WebCore::Event
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedImage.cpp473 double timeStamp = FrameView::currentPaintTimeStamp(); local

Completed in 3082 milliseconds

12