Home
last modified time | relevance | path

Searched defs:TestClient (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/tests/
DClientManagerTest.cpp28 struct TestClient { struct
29 TestClient(int id, int32_t cost, const std::set<int>& conflictingKeys, int32_t ownerId, in TestClient() function
42 using TestClientDescriptor = ClientDescriptor<int, TestClient>; argument
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerServiceTestUtils.h125 struct TestClient : public BnResourceManagerClient { struct
126 TestClient(int pid, int uid, int32_t clientImportance, in TestClient() function
133 .id = getId(ref<TestClient>()), in reclaimResource() argument
153 virtual ~TestClient() {} in ~TestClient() argument
165 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument
/frameworks/av/services/mediaresourcemanager/fuzzer/
Dmediaresourcemanager_fuzzer.cpp137 struct TestClient : public BnResourceManagerClient { struct
138 TestClient(int pid, int uid, const shared_ptr<ResourceManagerService>& service) in TestClient() argument
144 .id = getId(ref<TestClient>()), in reclaimResource() argument
157 virtual ~TestClient() {} in ~TestClient() argument
164 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument