ReactOS
0.4.15-dev-4569-g032c50f
|
Go to the source code of this file.
Classes | |
struct | KSIDEFAULTCLOCK |
struct | KSICLOCK |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct KSIDEFAULTCLOCK * | PKSIDEFAULTCLOCK |
typedef struct KSICLOCK * | PKSICLOCK |
Variables | |
KSPROPERTY_SET | ClockPropertySet [] |
static KSDISPATCH_TABLE | DispatchTable |
typedef struct KSIDEFAULTCLOCK * PKSIDEFAULTCLOCK |
LONGLONG FASTCALL ClockGetCorrelatedPhysicalTime | ( | IN PFILE_OBJECT | FileObject, |
OUT PLONGLONG | SystemTime | ||
) |
Definition at line 91 of file clocks.c.
Referenced by ClockPropertyCorrelatedPhysicalTime(), and ClockPropertyFunctionTable().
Definition at line 72 of file clocks.c.
Referenced by ClockPropertyCorrelatedTime(), and ClockPropertyFunctionTable().
LONGLONG FASTCALL ClockGetPhysicalTime | ( | IN PFILE_OBJECT | FileObject | ) |
Definition at line 63 of file clocks.c.
Referenced by ClockPropertyFunctionTable(), and ClockPropertyPhysicalTime().
LONGLONG FASTCALL ClockGetTime | ( | IN PFILE_OBJECT | FileObject | ) |
Definition at line 82 of file clocks.c.
Referenced by ClockPropertyFunctionTable(), and ClockPropertyTime().
NTSTATUS NTAPI ClockPropertyCorrelatedPhysicalTime | ( | IN PIRP | Irp, |
IN PKSIDENTIFIER | Request, | ||
IN OUT PVOID | Data | ||
) |
Definition at line 155 of file clocks.c.
NTSTATUS NTAPI ClockPropertyCorrelatedTime | ( | IN PIRP | Irp, |
IN PKSIDENTIFIER | Request, | ||
IN OUT PVOID | Data | ||
) |
Definition at line 137 of file clocks.c.
NTSTATUS NTAPI ClockPropertyFunctionTable | ( | IN PIRP | Irp, |
IN PKSIDENTIFIER | Request, | ||
IN OUT PVOID | Data | ||
) |
Definition at line 238 of file clocks.c.
NTSTATUS NTAPI ClockPropertyPhysicalTime | ( | IN PIRP | Irp, |
IN PKSIDENTIFIER | Request, | ||
IN OUT PVOID | Data | ||
) |
Definition at line 119 of file clocks.c.
Definition at line 173 of file clocks.c.
Definition at line 206 of file clocks.c.
Definition at line 101 of file clocks.c.
DEFINE_KSPROPERTY_CLOCKSET | ( | ClockPropertyTable | , |
ClockPropertyTime | , | ||
ClockPropertyPhysicalTime | , | ||
ClockPropertyCorrelatedTime | , | ||
ClockPropertyCorrelatedPhysicalTime | , | ||
ClockPropertyResolution | , | ||
ClockPropertyState | , | ||
ClockPropertyFunctionTable | |||
) |
Definition at line 351 of file clocks.c.
Definition at line 312 of file clocks.c.
KSDDKAPI NTSTATUS NTAPI KsAllocateDefaultClock | ( | OUT PKSDEFAULTCLOCK * | DefaultClock | ) |
Definition at line 434 of file clocks.c.
KSDDKAPI NTSTATUS NTAPI KsAllocateDefaultClockEx | ( | OUT PKSDEFAULTCLOCK * | DefaultClock, |
IN PVOID Context | OPTIONAL, | ||
IN PFNKSSETTIMER SetTimer | OPTIONAL, | ||
IN PFNKSCANCELTIMER CancelTimer | OPTIONAL, | ||
IN PFNKSCORRELATEDTIME CorrelatedTime | OPTIONAL, | ||
IN const KSRESOLUTION *Resolution | OPTIONAL, | ||
IN ULONG | Flags | ||
) |
Definition at line 446 of file clocks.c.
Referenced by IKsPin_DispatchCreateClock(), and KsAllocateDefaultClock().
KSDDKAPI NTSTATUS NTAPI KsCreateClock | ( | IN HANDLE | ConnectionHandle, |
IN PKSCLOCK_CREATE | ClockCreate, | ||
OUT PHANDLE | ClockHandle | ||
) |
Definition at line 260 of file clocks.c.
Definition at line 383 of file clocks.c.
Referenced by IKsPin_DispatchCreateClock().
KSDDKAPI VOID NTAPI KsFreeDefaultClock | ( | IN PKSDEFAULTCLOCK | DefaultClock | ) |
Definition at line 498 of file clocks.c.
KSDDKAPI KSSTATE NTAPI KsGetDefaultClockState | ( | IN PKSDEFAULTCLOCK | DefaultClock | ) |
Definition at line 518 of file clocks.c.
KSDDKAPI LONGLONG NTAPI KsGetDefaultClockTime | ( | IN PKSDEFAULTCLOCK | DefaultClock | ) |
Definition at line 551 of file clocks.c.
Definition at line 568 of file clocks.c.
KSDDKAPI NTSTATUS NTAPI KsValidateClockCreateRequest | ( | IN PIRP | Irp, |
OUT PKSCLOCK_CREATE * | OutClockCreate | ||
) |
Definition at line 279 of file clocks.c.
Referenced by KsCreateDefaultClock().
KSPROPERTY_SET ClockPropertySet[] |
Definition at line 50 of file clocks.c.
Referenced by IKsClock_DispatchDeviceIoControl().
|
static |