OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_log_write_list_begin
(Results
1 - 6
of
6
) sorted by null
/system/core/liblog/include_vndk/log/
log_event_list.h
52
int
android_log_write_list_begin
(android_log_context ctx);
/system/core/liblog/tests/
liblog_test.cpp
[
all
...]
/system/core/liblog/include/log/
log_event_list.h
89
int
android_log_write_list_begin
(android_log_context ctx);
158
int retval =
android_log_write_list_begin
(ctx);
/system/core/libstats/include/
stats_event_list.h
73
int retval =
android_log_write_list_begin
(ctx);
/frameworks/base/cmds/statsd/src/logd/
LogEvent.cpp
133
if (
android_log_write_list_begin
(mContext) < 0) {
151
if (
android_log_write_list_begin
(mContext) < 0) {
/system/core/liblog/
log_event_list.c
100
LIBLOG_ABI_PUBLIC int
android_log_write_list_begin
(android_log_context ctx) {
function
Completed in 111 milliseconds