Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/store/
H A DVtsHalMediaOmxV1_0TargetStoreTest.cpp198 hidl_vec<IOmxStore::RoleInfo> roleList; in TEST_P() local
199 omxStore->listRoles([&roleList](hidl_vec<IOmxStore::RoleInfo> const& _nl) { in TEST_P()
200 roleList = _nl; in TEST_P()
202 if (roleList.size() == 0) { in TEST_P()
260 for (const IOmxStore::RoleInfo& role : roleList) { in TEST_P()
/aosp12/hardware/interfaces/media/omx/1.0/
H A DIOmxStore.hal192 * @return roleList The list of `RoleInfo`s.
198 vec<RoleInfo> roleList