Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp90 class MyComponentInstance : public C2ComponentInterface { class
157 MyComponentInstance() { in MyComponentInstance() function in MyComponentInstance
167 const MyComponentInstance *instance;
170 MyParamReflector(const MyComponentInstance *i) : instance(i) { } in MyParamReflector()
218 virtual ~MyComponentInstance() override = default;
395 std::shared_ptr<MyComponentInstance> myComp(new MyComponentInstance); in TEST_F()