Home
last modified time | relevance | path

Searched refs:android_lookupEventFormat_len (Results 1 – 4 of 4) sorted by relevance

/system/logging/liblog/include/log/
Devent_tag_map.h53 const char* android_lookupEventFormat_len(const EventTagMap* map, size_t* len,
/system/logging/liblog/
Devent_tag_map.cpp377 const char* android_lookupEventFormat_len(const EventTagMap* map, size_t* len, unsigned int tag) { in android_lookupEventFormat_len() function
Dlogprint.cpp1038 fmtStr = android_lookupEventFormat_len(map, &fmtLen, tagIndex); in android_log_processBinaryLogBuffer()
/system/logging/liblog/tests/
Dliblog_benchmark.cpp875 android_lookupEventFormat_len(map, &len, (*it)); in BM_lookupEventFormat()
979 const char* format = android_lookupEventFormat_len(map, &len, (*it)); in BM_lookupEventTagNum_logd_existing()