Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/lshal/
H A Dtest.cpp907 size_t inheritanceLevel = 3; in TEST_F() local
908 sp<IBase> service = new InheritingService(inheritanceLevel); in TEST_F()
912 for (auto i = 1; i <= inheritanceLevel; ++i) { in TEST_F()
922 if (id > inheritanceLevel) return nullptr; in TEST_F()