Home
last modified time | relevance | path

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

/xnu-10002.61.3/iokit/IOKit/
H A DIOKitDebug.h179 extern IOCoreAnalyticsSendEventProc gIOCoreAnalyticsSendEventProc;
/xnu-10002.61.3/iokit/Kernel/
H A DIOService.cpp400 IOCoreAnalyticsSendEventProc gIOCoreAnalyticsSendEventProc; variable
405 if (gIOCoreAnalyticsSendEventProc) { in IOSetCoreAnalyticsSendEventProc()
408 gIOCoreAnalyticsSendEventProc = proc; in IOSetCoreAnalyticsSendEventProc()
H A DIOUserServer.cpp460 if (NULL == gIOCoreAnalyticsSendEventProc) { in CoreAnalyticsSendEvent_Impl()
465 ret = (*gIOCoreAnalyticsSendEventProc)(options, eventName, eventPayload); in CoreAnalyticsSendEvent_Impl()