HomeSort by relevance Sort by last modified time
    Searched refs:android_log_write_int64 (Results 1 - 7 of 7) sorted by null

  /system/core/lmkd/
statslog.c 45 if ((ret = android_log_write_int64(ctx, getElapsedRealTimeNs())) < 0) {
76 if ((ret = android_log_write_int64(ctx, getElapsedRealTimeNs())) < 0) {
96 if ((ret = android_log_write_int64(ctx, pgfault)) < 0) {
100 if ((ret = android_log_write_int64(ctx, pgmajfault)) < 0) {
104 if ((ret = android_log_write_int64(ctx, rss_in_bytes)) < 0) {
108 if ((ret = android_log_write_int64(ctx, cache_in_bytes)) < 0) {
112 if ((ret = android_log_write_int64(ctx, swap_in_bytes)) < 0) {
  /system/core/liblog/include_vndk/log/
log_event_list.h 56 int android_log_write_int64(android_log_context ctx, int64_t value);
  /system/core/libstats/include/
stats_event_list.h 112 int retval = android_log_write_int64(ctx, value);
120 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value));
182 int retval = android_log_write_int64(ctx, value);
  /system/core/liblog/include/log/
log_event_list.h 93 int android_log_write_int64(android_log_context ctx, int64_t value);
187 int retval = android_log_write_int64(ctx, value);
193 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value));
248 int retval = android_log_write_int64(ctx, value);
  /frameworks/base/cmds/statsd/src/logd/
LogEvent.cpp 49 android_log_write_int64(mContext, elapsedTimestampNs);
60 android_log_write_int64(mContext, timestampNs);
105 return android_log_write_int64(mContext, value) >= 0;
112 return android_log_write_int64(mContext, value) >= 0;
  /system/core/liblog/
log_event_list.c 176 LIBLOG_ABI_PUBLIC int android_log_write_int64(android_log_context ctx, function
  /system/core/liblog/tests/
liblog_test.cpp     [all...]

Completed in 3121 milliseconds