Home
last modified time | relevance | path

Searched defs:TestClient (Results 1 – 6 of 6) 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.h124 struct TestClient : public BnResourceManagerClient { struct
125 TestClient(int pid, const std::shared_ptr<ResourceManagerService> &service) in TestClient() argument
129 mService->removeClient(mPid, getId(ref<TestClient>())); in reclaimResource() argument
146 virtual ~TestClient() {} in ~TestClient() argument
152 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument
/frameworks/av/services/mediaresourcemanager/fuzzer/
Dmediaresourcemanager_fuzzer.cpp137 struct TestClient : public BnResourceManagerClient { struct
138 TestClient(int pid, const shared_ptr<ResourceManagerService>& service) in TestClient() argument
142 mService->removeClient(mPid, getId(ref<TestClient>())); in reclaimResource() argument
153 virtual ~TestClient() {} in ~TestClient() argument
159 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument
/frameworks/native/libs/vr/libpdx_uds/
Dservice_framework_tests.cpp262 class TestClient : public ClientBase<TestClient> { class
399 explicit TestClient(const std::string& name) in TestClient() function in __anon105506ff0111::TestClient
403 explicit TestClient(LocalChannelHandle channel) in TestClient() function in __anon105506ff0111::TestClient
Dclient_channel_tests.cpp69 class TestClient : public ClientBase<TestClient> { class
Dremote_method_tests.cpp190 class TestClient : public ClientBase<TestClient> { class
331 explicit TestClient(LocalChannelHandle channel_handle) in TestClient() function in __anone524f74d0111::TestClient
334 TestClient() in TestClient() function in __anone524f74d0111::TestClient