OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:create_android_logger
(Results
1 - 4
of
4
) sorted by null
/system/core/liblog/
log_event_write.c
34
android_log_context ctx =
create_android_logger
(tag);
log_event_list.c
48
LIBLOG_ABI_PUBLIC android_log_context
create_android_logger
(uint32_t tag) {
function
/system/core/liblog/tests/
liblog_test.cpp
2315
static void
create_android_logger
(const char *(*fn)(uint32_t tag, size_t &expected_len)) {
function
[
all
...]
/system/core/include/log/
log.h
578
android_log_context
create_android_logger
(uint32_t tag);
Completed in 111 milliseconds