Searched refs:mNodeId (Results 1 – 1 of 1) sorted by relevance
862 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