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

  /system/core/liblog/include_vndk/log/
log_event_list.h 60 int android_log_write_float32(android_log_context ctx, float value);
  /system/core/libstats/include/
stats_event_list.h 146 int retval = android_log_write_float32(ctx, value);
224 int retval = android_log_write_float32(ctx, value);
  /system/core/liblog/include/log/
log_event_list.h 97 int android_log_write_float32(android_log_context ctx, float value);
214 int retval = android_log_write_float32(ctx, value);
282 int retval = android_log_write_float32(ctx, value);
  /frameworks/base/cmds/statsd/src/logd/
LogEvent.cpp 126 return android_log_write_float32(mContext, value) >= 0;
  /system/core/liblog/
log_event_list.c 242 LIBLOG_ABI_PUBLIC int android_log_write_float32(android_log_context ctx, function
  /system/core/liblog/tests/
liblog_test.cpp     [all...]

Completed in 122 milliseconds