OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_log_list_element
(Results
1 - 7
of
7
) sorted by null
/system/core/liblog/include/log/
log_event_list.h
74
}
android_log_list_element
;
typedef in typeref:struct:__anon2795
108
android_log_list_element
android_log_read_next(android_log_context ctx);
109
android_log_list_element
android_log_peek_next(android_log_context ctx);
299
android_log_list_element
read() {
302
android_log_list_element
peek() {
/system/core/libstats/include/
stats_event_list.h
245
android_log_list_element
read() { return android_log_read_next(ctx); }
246
android_log_list_element
peek() { return android_log_peek_next(ctx); }
/system/core/liblog/
log_event_list.c
389
static
android_log_list_element
android_log_read_next_internal(
391
android_log_list_element
elem;
559
LIBLOG_ABI_PUBLIC
android_log_list_element
564
LIBLOG_ABI_PUBLIC
android_log_list_element
/frameworks/base/cmds/statsd/src/logd/
LogEvent.cpp
177
android_log_list_element
elem;
/frameworks/base/cmds/incidentd/src/
Section.cpp
734
android_log_list_element
elem;
[
all
...]
/system/core/logd/
LogTags.cpp
317
android_log_list_element
elem;
/system/core/liblog/tests/
liblog_test.cpp
[
all
...]
Completed in 146 milliseconds