OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_log_write_int32
(Results
1 - 8
of
8
) sorted by null
/system/core/lmkd/
statslog.c
49
if ((ret =
android_log_write_int32
(ctx, code)) < 0) {
53
if ((ret =
android_log_write_int32
(ctx, state)) < 0) {
80
if ((ret =
android_log_write_int32
(ctx, code)) < 0) {
84
if ((ret =
android_log_write_int32
(ctx, uid)) < 0) {
92
if ((ret =
android_log_write_int32
(ctx, oom_score)) < 0) {
/system/core/liblog/include_vndk/log/
log_event_list.h
55
int
android_log_write_int32
(android_log_context ctx, int32_t value);
/system/core/liblog/
log_event_write.c
39
ret =
android_log_write_int32
(ctx, uid);
log_event_list.c
141
LIBLOG_ABI_PUBLIC int
android_log_write_int32
(android_log_context ctx,
function
/system/core/libstats/include/
stats_event_list.h
88
int retval =
android_log_write_int32
(ctx, value);
96
int retval =
android_log_write_int32
(ctx, static_cast<int32_t>(value));
104
int retval =
android_log_write_int32
(ctx, value ? 1 : 0);
174
int retval =
android_log_write_int32
(ctx, value);
/system/core/liblog/include/log/
log_event_list.h
92
int
android_log_write_int32
(android_log_context ctx, int32_t value);
169
int retval =
android_log_write_int32
(ctx, value);
175
int retval =
android_log_write_int32
(ctx, static_cast<int32_t>(value));
181
int retval =
android_log_write_int32
(ctx, value ? 1 : 0);
242
int retval =
android_log_write_int32
(ctx, value);
/frameworks/base/cmds/statsd/src/logd/
LogEvent.cpp
50
android_log_write_int32
(mContext, tagId);
61
android_log_write_int32
(mContext, tagId);
91
return
android_log_write_int32
(mContext, value) >= 0;
98
return
android_log_write_int32
(mContext, value) >= 0;
154
if (
android_log_write_int32
(mContext, node.uid()) < 0) {
/system/core/liblog/tests/
liblog_test.cpp
[
all
...]
Completed in 185 milliseconds