Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp49 return GetBoardApiLevel() <= 27 && !IsAndroidPlatformInterface(fq_name); in LegacyAndExempt()
308 if (!IsAndroidPlatformInterface(fq_name)) { in TEST_P()
401 if (!IsAndroidPlatformInterface(fq_name)) return; in TEST_P()
441 (!IsAndroidPlatformInterface(fq_name) || in TEST_P()
476 } else if (IsAndroidPlatformInterface(fq_iface_name)) { in TEST_P()
Dutils.cpp92 bool IsAndroidPlatformInterface(const FQName &fq_iface_name) { in IsAndroidPlatformInterface() function
Dutils.h104 bool IsAndroidPlatformInterface(const FQName& fq_iface_name);