OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaultPrintFunc
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/binder/
Debug.cpp
42
static void
defaultPrintFunc
(void* /*cookie*/, const char* txt)
155
func ? (*func)(cookie, buffer) :
defaultPrintFunc
(cookie, buffer);
168
if (func == NULL) func =
defaultPrintFunc
;
/system/libhwbinder/
Debug.cpp
43
static void
defaultPrintFunc
(void* /*cookie*/, const char* txt)
156
func ? (*func)(cookie, buffer) :
defaultPrintFunc
(cookie, buffer);
169
if (func == NULL) func =
defaultPrintFunc
;
Completed in 270 milliseconds