Home
last modified time | relevance | path

Searched refs:IsAndroidPlatformInterface (Results 1 – 3 of 3) sorted by relevance

/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp62 return GetBoardApiLevel() <= 27 && !IsAndroidPlatformInterface(fq_name); in LegacyAndExempt()
361 if (!IsAndroidPlatformInterface(fq_name)) { in TEST_P()
471 if (!IsAndroidPlatformInterface(fq_name)) { in TEST_P()
510 (!IsAndroidPlatformInterface(fq_name) || in TEST_P()
544 } else if (IsAndroidPlatformInterface(fq_iface_name)) { in TEST_P()
Dutils.cpp132 bool IsAndroidPlatformInterface(const FQName &fq_iface_name) { in IsAndroidPlatformInterface() function
Dutils.h166 bool IsAndroidPlatformInterface(const FQName& fq_iface_name);