OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_log_write_string8
(Results
1 - 8
of
8
) sorted by null
/system/core/liblog/include_vndk/log/
log_event_list.h
57
int
android_log_write_string8
(android_log_context ctx, const char* value);
/system/core/libstats/include/
stats_event_list.h
128
int retval =
android_log_write_string8
(ctx, value);
190
int retval =
android_log_write_string8
(ctx, value);
/system/core/lmkd/
statslog.c
88
if ((ret =
android_log_write_string8
(ctx, (process_name == NULL) ? "" : process_name)) < 0) {
/system/core/liblog/include/log/
log_event_list.h
94
int
android_log_write_string8
(android_log_context ctx, const char* value);
199
int retval =
android_log_write_string8
(ctx, value);
254
int retval =
android_log_write_string8
(ctx, value);
/frameworks/base/cmds/statsd/src/logd/
LogEvent.cpp
157
if (
android_log_write_string8
(mContext, node.tag().c_str()) < 0) {
/system/core/liblog/
log_event_list.c
237
LIBLOG_ABI_PUBLIC int
android_log_write_string8
(android_log_context ctx,
function
/system/core/liblog/tests/
liblog_test.cpp
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
127
android_log_write_string8
(ctx, reason);
[
all
...]
Completed in 127 milliseconds