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

  /system/core/liblog/include/log/
event_tag_map.h 60 const char* android_lookupEventFormat_len(const EventTagMap* map, size_t* len,
  /system/core/liblog/tests/
liblog_benchmark.cpp 909 * Measure the time it takes for android_lookupEventFormat_len
918 android_lookupEventFormat_len(map, &len, (*it));
937 const char* format = android_lookupEventFormat_len(map, &len, (*it));
1046 const char* format = android_lookupEventFormat_len(map, &len, (*it));
  /system/core/liblog/
event_tag_map.cpp 552 LIBLOG_ABI_PUBLIC const char* android_lookupEventFormat_len(
logprint.c 1094 fmtStr = android_lookupEventFormat_len(map, &fmtLen, tagIndex);
    [all...]

Completed in 113 milliseconds