ReactOS 0.4.16-dev-311-g9382aa2
|
Go to the source code of this file.
Classes | |
struct | HID_COLLECTION_CONTEXT |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct HID_COLLECTION_CONTEXT * | PHID_COLLECTION_CONTEXT |
Functions | |
ULONG | HidParser_CalculateCollectionSize (IN PHID_COLLECTION Collection) |
ULONG | HidParser_CalculateContextSize (IN PHID_COLLECTION Collection) |
ULONG | HidParser_StoreCollection (IN PHID_COLLECTION Collection, IN PHID_COLLECTION_CONTEXT CollectionContext, IN ULONG CurrentOffset) |
NTSTATUS | HidParser_BuildCollectionContext (IN PHID_COLLECTION RootCollection, IN PVOID Context, IN ULONG ContextSize) |
PHID_REPORT | HidParser_SearchReportInCollection (IN PHID_COLLECTION_CONTEXT CollectionContext, IN PHID_COLLECTION Collection, IN UCHAR ReportType) |
PHID_REPORT | HidParser_GetReportInCollection (IN PVOID Context, IN UCHAR ReportType) |
PHID_COLLECTION | HidParser_GetCollectionFromContext (IN PVOID Context) |
ULONG | HidParser_GetCollectionCount (IN PHID_COLLECTION_CONTEXT CollectionContext, IN PHID_COLLECTION Collection) |
ULONG | HidParser_GetTotalCollectionCount (IN PVOID Context) |
NTSTATUS HidParser_BuildCollectionContext | ( | IN PHID_COLLECTION | RootCollection, |
IN PVOID | Context, | ||
IN ULONG | ContextSize | ||
) |
Definition at line 185 of file context.c.
Referenced by HidParser_BuildContext().
ULONG HidParser_CalculateCollectionSize | ( | IN PHID_COLLECTION | Collection | ) |
Definition at line 26 of file context.c.
Referenced by HidParser_CalculateCollectionSize(), and HidParser_CalculateContextSize().
ULONG HidParser_CalculateContextSize | ( | IN PHID_COLLECTION | Collection | ) |
Definition at line 65 of file context.c.
Referenced by HidParser_GetContextSize().
ULONG HidParser_GetCollectionCount | ( | IN PHID_COLLECTION_CONTEXT | CollectionContext, |
IN PHID_COLLECTION | Collection | ||
) |
Definition at line 302 of file context.c.
Referenced by HidParser_GetCollectionCount(), and HidParser_GetTotalCollectionCount().
PHID_COLLECTION HidParser_GetCollectionFromContext | ( | IN PVOID | Context | ) |
Definition at line 290 of file context.c.
Referenced by HidParser_GetCollectionUsagePage().
PHID_REPORT HidParser_GetReportInCollection | ( | IN PVOID | Context, |
IN UCHAR | ReportType | ||
) |
Definition at line 277 of file context.c.
Referenced by HidParser_GetMaxUsageListLengthWithReportAndPage(), HidParser_GetReportItemCountFromReportType(), HidParser_GetReportItemTypeCountFromReportType(), HidParser_GetReportLength(), HidParser_GetScaledUsageValueWithReport(), HidParser_GetSpecificValueCapsWithReport(), HidParser_GetUsagesWithReport(), HidParser_GetUsageValueWithReport(), and HidParser_UsesReportId().
Definition at line 330 of file context.c.
Referenced by HidParser_GetCaps().
PHID_REPORT HidParser_SearchReportInCollection | ( | IN PHID_COLLECTION_CONTEXT | CollectionContext, |
IN PHID_COLLECTION | Collection, | ||
IN UCHAR | ReportType | ||
) |
Definition at line 220 of file context.c.
Referenced by HidParser_GetReportInCollection(), and HidParser_SearchReportInCollection().
ULONG HidParser_StoreCollection | ( | IN PHID_COLLECTION | Collection, |
IN PHID_COLLECTION_CONTEXT | CollectionContext, | ||
IN ULONG | CurrentOffset | ||
) |
Definition at line 83 of file context.c.
Referenced by HidParser_BuildCollectionContext(), and HidParser_StoreCollection().