Searched refs:defaultPrintFunc (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/utils/
H A DDebug.cpp41 static void defaultPrintFunc(void* cookie, const char* txt) function in namespace:android
168 func ? (*func)(cookie, buffer) : defaultPrintFunc(cookie, buffer);
181 if (func == NULL) func = defaultPrintFunc;

Completed in 268 milliseconds