Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/IOKit/
H A DIOKitDebug.h183 extern IOCoreAnalyticsSendEventProc gIOCoreAnalyticsSendEventProc;
/xnu-12377.1.9/iokit/Kernel/
H A DIOService.cpp405 IOCoreAnalyticsSendEventProc gIOCoreAnalyticsSendEventProc; variable
410 if (gIOCoreAnalyticsSendEventProc) { in IOSetCoreAnalyticsSendEventProc()
413 gIOCoreAnalyticsSendEventProc = proc; in IOSetCoreAnalyticsSendEventProc()
H A DIOUserServer.cpp444 if (NULL == gIOCoreAnalyticsSendEventProc) { in CoreAnalyticsSendEvent_Impl()
449 ret = (*gIOCoreAnalyticsSendEventProc)(options, eventName, eventPayload); in CoreAnalyticsSendEvent_Impl()