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

/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp2206 class MyComponentInstance : public C2ComponentInterface { class in namespace:android
2277 MyComponentInstance() { function in class:android::MyComponentInstance
2287 const MyComponentInstance *instance;
2290 MyParamReflector(const MyComponentInstance *i) : instance(i) { }
2513 std::shared_ptr<C2ComponentInterface> comp(new MyComponentInstance);

Completed in 99 milliseconds