Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DClientManagerTest.cpp28 struct TestClient { struct
29 TestClient(int id, int32_t cost, const std::set<int>& conflictingKeys, int32_t ownerId, in TestClient() argument
42 using TestClientDescriptor = ClientDescriptor<int, TestClient>; argument
/aosp12/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerServiceTestUtils.h120 struct TestClient : public BnResourceManagerClient { struct
121 TestClient(int pid, const std::shared_ptr<ResourceManagerService> &service) in TestClient() argument
125 mService->removeClient(mPid, getId(ref<TestClient>())); in reclaimResource() argument
144 virtual ~TestClient() {} in ~TestClient() argument
150 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument
/aosp12/frameworks/av/services/mediaresourcemanager/fuzzer/
H A Dmediaresourcemanager_fuzzer.cpp136 struct TestClient : public BnResourceManagerClient { struct
137 TestClient(int pid, const shared_ptr<ResourceManagerService>& service) in TestClient() argument
141 mService->removeClient(mPid, getId(ref<TestClient>())); in reclaimResource() argument
152 virtual ~TestClient() {} in ~TestClient() argument
158 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceTest.java277 private final class TestClient { class in CarWatchdogServiceTest
281 TestClient(BaseAndroidClient actualClient) { in TestClient() method in CarWatchdogServiceTest.TestClient
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp262 class TestClient : public ClientBase<TestClient> { class
399 explicit TestClient(const std::string& name) in TestClient() function in __anon398fcdbf0110::TestClient
403 explicit TestClient(LocalChannelHandle channel) in TestClient() function in __anon398fcdbf0110::TestClient
H A Dclient_channel_tests.cpp69 class TestClient : public ClientBase<TestClient> { class
H A Dremote_method_tests.cpp190 class TestClient : public ClientBase<TestClient> { class
331 explicit TestClient(LocalChannelHandle channel_handle) in TestClient() function in __anona08a5e0d0110::TestClient
334 TestClient() in TestClient() function in __anona08a5e0d0110::TestClient
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogManagerUnitTest.java621 private final class TestClient extends CarWatchdogManager.CarWatchdogClientCallback { class in CarWatchdogManagerUnitTest
H A DCarWatchdogServiceUnitTest.java4530 private class TestClient extends ICarWatchdogServiceCallback.Stub { class in CarWatchdogServiceUnitTest