Searched refs:sDependency (Results 1 – 2 of 2) sorted by relevance
308 if (sDependency != null) { in initDependencies()311 sDependency = new Dependency(); in initDependencies()312 rootComponent.createDependency().createSystemUI(sDependency); in initDependencies()313 sDependency.start(); in initDependencies()493 sDependency = this; in start()497 sDependency.dump(fd, pw, args); in staticDump()554 private static Dependency sDependency; field in Dependency578 sDependency = null; in clearDependencies()586 sDependency.destroyDependency(cls, destroy); in destroy()594 return sDependency.getDependency(cls); in get()[all …]
576 for (const ParamIndex& sDependency : s.dependencies) { in objcpy() local577 dDependencies.emplace_back(static_cast<uint32_t>(sDependency)); in objcpy()