Searched refs:testClient (Results 1 – 5 of 5) sorted by relevance
55 shared_ptr<IResourceManagerClient> testClient; member189 ->addResource(clientInfo, tArgs->testClient, tArgs->mediaResource); in addResource()254 shared_ptr<IResourceManagerClient> testClient = in setResources() local257 threadArgs[k].testClient = testClient; in setResources()258 threadArgs[k].testClientId = getId(testClient); in setResources()273 shared_ptr<IResourceManagerClient> testClient = in setResources() local287 .id = getId(testClient), in setResources()
215 static TestClient* toTestClient(std::shared_ptr<IResourceManagerClient> testClient) { in toTestClient() argument216 return static_cast<TestClient*>(testClient.get()); in toTestClient()
1580 TestClient* testClient = toTestClient(client); in addNonSecureVideoCodecResource() local1581 ClientInfoParcel clientInfo {.pid = static_cast<int32_t>(testClient->pid()), in addNonSecureVideoCodecResource()1582 .uid = static_cast<int32_t>(testClient->uid()), in addNonSecureVideoCodecResource()1585 .importance = testClient->clientImportance()}; in addNonSecureVideoCodecResource()
248 const sp<FakeBnSurfaceComposerClient> testClient(new FakeBnSurfaceComposerClient()); in makeSurfaceControl() local249 sp<SurfaceComposerClient> client = new SurfaceComposerClient(testClient); in makeSurfaceControl()
760 final NativeWifiClient testClient = new NativeWifiClient(TEST_RAW_MAC_BYTES); in testSoftApListenerInvocation() local761 apInterfaceCallbackCaptor.getValue().onConnectedClientsChanged(testClient, true); in testSoftApListenerInvocation()762 verify(mSoftApListener).onConnectedClientsChanged(eq(testClient), eq(true)); in testSoftApListenerInvocation()