OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logCb
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/bindings/c/
ParameterFramework.h
104
/** User defined arbitrary value that will be provided to all
logCb
call. */
109
PfwLogCb *
logCb
;
Test.cpp
93
static void
logCb
(void *voidLogLines, PfwLogLevel level, const char *logLine)
123
PfwLogger logger = {&logLines,
logCb
};
Completed in 359 milliseconds