Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp862 return mFactories.at(name)->createComponent(++mNodeId, component); in createComponent()
869 return mFactories.at(name)->createInterface(++mNodeId, interface); in createInterface()
982 std::atomic_int32_t mNodeId{0}; member in android::SampleC2ComponentStore