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

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

Completed in 27 milliseconds