Home
last modified time | relevance | path

Searched refs:toTestClient (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp379 EXPECT_EQ(false, toTestClient(mTestClient1)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
380 EXPECT_EQ(false, toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
381 EXPECT_EQ(false, toTestClient(mTestClient3)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
387 EXPECT_EQ(false, toTestClient(mTestClient1)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
388 EXPECT_EQ(true, toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
389 EXPECT_EQ(false, toTestClient(mTestClient3)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
407 EXPECT_EQ(false, toTestClient(mTestClient1)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
408 EXPECT_EQ(true, toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
409 EXPECT_EQ(false, toTestClient(mTestClient3)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
413 EXPECT_EQ(true, toTestClient(mTestClient1)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
[all …]
DResourceManagerServiceTestUtils.h215 static TestClient* toTestClient(std::shared_ptr<IResourceManagerClient> testClient) { in toTestClient() function