Searched refs:mapPools (Results 1 – 3 of 3) sorted by relevance
74 std::vector<RunTimePoolInfo> mapPools(const hidl_vec<hidl_memory>& pools);
118 std::vector<RunTimePoolInfo> mapPools(const hidl_vec<hidl_memory>& pools) { in mapPools() function
50 mPools = mapPools(model.pools); in Model()663 std::vector<RunTimePoolInfo> pools = mapPools(request.pools); in execute()