Home
last modified time | relevance | path

Searched refs:android_lookupEventTagNum (Results 1 – 6 of 6) sorted by relevance

/system/core/liblog/include/log/
Devent_tag_map.h66 int android_lookupEventTagNum(EventTagMap* map, const char* tagname,
/system/core/libmetricslogger/
Dmetrics_logger.cpp28 const int kSysuiMultiActionTag = android_lookupEventTagNum(
/system/core/liblog/
Devent_tag_map.cpp581 LIBLOG_ABI_PUBLIC int android_lookupEventTagNum(EventTagMap* map, in android_lookupEventTagNum() function
/system/core/liblog/tests/
Dliblog_benchmark.cpp940 android_lookupEventTagNum(map, Name.c_str(), Format.c_str(), in BM_lookupEventTagNum()
Dliblog_test.cpp3326 TEST(liblog, android_lookupEventTagNum) { in TEST() argument
3331 int tag = android_lookupEventTagNum(map, Name.c_str(), "(new|1)", in TEST()
/system/core/logcat/tests/
Dlogcat_test.cpp1705 int myTag = android_lookupEventTagNum(map, name, "(new|1|s)", in TEST()