Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
DVtsTrebleVintfTestBase.h55 static sp<IBinder> GetAidlService(const std::string &name);
DVtsTrebleVintfTestBase.cpp182 sp<IBinder> VtsTrebleVintfTestBase::GetAidlService(const string &name) { in GetAidlService() function in android::vintf::testing::VtsTrebleVintfTestBase
DSingleManifestTest.cpp593 sp<IBinder> binder = GetAidlService(name); in TEST_P()