Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/plugin/include/codec2/hidl/plugin/
DFilterPlugin.h37 virtual std::shared_ptr<C2ComponentStore> getComponentStore() = 0;
/frameworks/av/media/codec2/hal/plugin/
DDefaultFilterPlugin.cpp74 mStore = mPlugin->getComponentStore(); in DefaultFilterPlugin()
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp990 std::shared_ptr<C2ComponentStore> getComponentStore() override { in getComponentStore() function in android::SampleFilterPlugin