Home
last modified time | relevance | path

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

/aosp12/system/extras/tests/lib/testUtil/include/
H A DtestUtil.h47 void testSetLogCatTag(const char *tag);
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp173 testSetLogCatTag(LOG_TAG); in main()
177 testSetLogCatTag(LOG_TAG); in main()
H A DhwcRects.cpp210 testSetLogCatTag(LOG_TAG); in main()
H A DhwcStress.cpp248 testSetLogCatTag(LOG_TAG); in main()
H A DhwcCommit.cpp347 testSetLogCatTag(LOG_TAG); in main()
/aosp12/system/extras/tests/lib/testUtil/
H A DtestUtil.c161 void testSetLogCatTag(const char *tag) in testSetLogCatTag() function