Lines Matching refs:resources11

119         std::vector<MediaResourceParcel> resources11;  in addResource()  local
120 resources11.push_back(MediaResource(MediaResource::Type::kGraphicMemory, 200)); in addResource()
121 mService->addResource(client1Info, mTestClient1, resources11); in addResource()
246 std::vector<MediaResourceParcel> resources11; in testCombineResource() local
247 resources11.push_back(MediaResource(MediaResource::Type::kGraphicMemory, 200)); in testCombineResource()
248 mService->addResource(client1Info, mTestClient1, resources11); in testCombineResource()
267 resources11.push_back(MediaResource(MediaResource::Type::kNonSecureCodec, 1)); in testCombineResource()
268 resources11.push_back(MediaResource(MediaResource::Type::kSecureCodec, in testCombineResource()
270 mService->addResource(client1Info, mTestClient1, resources11); in testCombineResource()
291 std::vector<MediaResourceParcel> resources11; in testRemoveResource() local
292 resources11.push_back(MediaResource(MediaResource::Type::kGraphicMemory, 200)); in testRemoveResource()
293 mService->addResource(client1Info, mTestClient1, resources11); in testRemoveResource()
303 resources11[0].value = 100; in testRemoveResource()
304 mService->removeResource(client1Info, resources11); in testRemoveResource()
312 resources11[0].value = -10000; in testRemoveResource()
313 mService->removeResource(client1Info, resources11); in testRemoveResource()
318 resources11[0].value = 1000; in testRemoveResource()
319 mService->removeResource(client1Info, resources11); in testRemoveResource()