Home
last modified time | relevance | path

Searched refs:DebugOutputFunctionPtr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A DDebugServices.h212 typedef void ( *DebugOutputFunctionPtr )( char *inData, size_t inSize, void *inContext ); typedef
H A DDebugServices.c207 static DebugOutputFunctionPtr gDebugCustomOutputFunction = NULL;
315 gDebugCustomOutputFunction = va_arg( args, DebugOutputFunctionPtr ); in DebugInitialize()