OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_android_logger
(Results
1 - 4
of
4
) sorted by null
/system/core/liblog/
log_event_write.c
33
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
2819
static void
create_android_logger
(const char* (*fn)(uint32_t tag,
function
[
all
...]
/system/core/liblog/include/log/
log_event_list.h
80
android_log_context
create_android_logger
(uint32_t tag);
130
ctx =
create_android_logger
(static_cast<uint32_t>(tag));
Completed in 8416 milliseconds