Lines Matching refs:Handle

26   Creates a record that contains the Handle, Token, and Module.
31 @param Handle Pointer to environment specific context used
47 IN CONST VOID *Handle, OPTIONAL
56 Looks up the record that matches Handle, Token, and Module.
64 @param Handle Pointer to environment specific context used
80 IN CONST VOID *Handle, OPTIONAL
100 the log entry is returned in Handle, Token, Module, StartTimeStamp, and EndTimeStamp.
102 If Handle is NULL, then ASSERT().
111 @param Handle Pointer to environment specific context used to identify the component
129 OUT CONST VOID **Handle,
139 Creates a record that contains the Handle, Token, Module and Identifier.
144 @param Handle Pointer to environment specific context used
162 IN CONST VOID *Handle, OPTIONAL
172 Looks up the record that matches Handle, Token, Module and Identifier.
179 @param Handle Pointer to environment specific context used
197 IN CONST VOID *Handle, OPTIONAL
218 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
220 If Handle is NULL, then ASSERT().
230 @param Handle Pointer to environment specific context used to identify the component
249 OUT CONST VOID **Handle,
282 #define PERF_END(Handle, Token, Module, TimeStamp) \
285 EndPerformanceMeasurement (Handle, Token, Module, TimeStamp); \
296 #define PERF_START(Handle, Token, Module, TimeStamp) \
299 StartPerformanceMeasurement (Handle, Token, Module, TimeStamp); \
310 #define PERF_END_EX(Handle, Token, Module, TimeStamp, Identifier) \
313 EndPerformanceMeasurementEx (Handle, Token, Module, TimeStamp, Identifier); \
324 #define PERF_START_EX(Handle, Token, Module, TimeStamp, Identifier) \
327 StartPerformanceMeasurementEx (Handle, Token, Module, TimeStamp, Identifier); \