Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DClientManagerTest.cpp42 using TestClientDescriptor = ClientDescriptor<int, TestClient>; typedef
43 using TestDescriptorPtr = std::shared_ptr<TestClientDescriptor>;
46 return std::make_shared<TestClientDescriptor>(/*ID*/tc.mId, tc, tc.mCost, tc.mConflictingKeys, in makeDescFromTestClient()