HomeSort by relevance Sort by last modified time
    Searched refs:roleList (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/media/omx/1.0/
IOmxStore.hal 192 * @return roleList The list of `RoleInfo`s.
198 vec<RoleInfo> roleList
  /hardware/interfaces/media/omx/1.0/vts/functional/master/
VtsHalMediaOmxV1_0TargetMasterTest.cpp 159 hidl_vec<IOmxStore::RoleInfo> roleList;
160 omxStore->listRoles([&roleList](hidl_vec<IOmxStore::RoleInfo> const& _nl) {
161 roleList = _nl;
163 if (roleList.size() == 0) ALOGV("Warning, RoleInfo list empty");

Completed in 261 milliseconds