Home
last modified time | relevance | path

Searched defs:Subsystem (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/init/
H A Ddevices.h87 Subsystem() {} in Subsystem() function
88 Subsystem(std::string name) : name_(std::move(name)) {} in Subsystem() function
89 Subsystem(std::string name, DevnameSource source, std::string dir_name) in Subsystem() function
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java293 public @interface Subsystem {} annotation in PowerProfile