Home
last modified time | relevance | path

Searched refs:gIOCoreAnalyticsSendEventProc (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/iokit/IOKit/
H A DIOKitDebug.h172 extern IOCoreAnalyticsSendEventProc gIOCoreAnalyticsSendEventProc;
/xnu-8020.121.3/iokit/Kernel/
H A DIOService.cpp388 IOCoreAnalyticsSendEventProc gIOCoreAnalyticsSendEventProc; variable
393 if (gIOCoreAnalyticsSendEventProc) { in IOSetCoreAnalyticsSendEventProc()
396 gIOCoreAnalyticsSendEventProc = proc; in IOSetCoreAnalyticsSendEventProc()
H A DIOUserServer.cpp424 if (NULL == gIOCoreAnalyticsSendEventProc) { in CoreAnalyticsSendEvent_Impl()
429 ret = (*gIOCoreAnalyticsSendEventProc)(options, eventName, eventPayload); in CoreAnalyticsSendEvent_Impl()