Searched refs:subsystem (Results 1 – 9 of 9) sorted by relevance
147 const PowerStateSubsystem& subsystem = subsystems[i]; in PullInternal() local148 for (size_t j = 0; j < subsystem.states.size(); j++) { in PullInternal()150 subsystem.states[j]; in PullInternal()154 subsystemStatePtr->write(subsystem.name); in PullInternal()161 subsystem.name.c_str(), state.name.c_str(), in PullInternal()
257 const PowerStateSubsystem &subsystem = subsystems[i]; in getLowPowerStats() local260 env->NewStringUTF(subsystem.name.c_str())); in getLowPowerStats()266 for (size_t j = 0; j < subsystem.states.size(); j++) { in getLowPowerStats()267 const PowerStateSubsystemSleepState& state = subsystem.states[j]; in getLowPowerStats()394 const PowerStateSubsystem &subsystem = subsystems[i]; in getSubsystemLowPowerStats() local397 "subsystem_%zu name=%s ", i + 1, subsystem.name.c_str()); in getSubsystemLowPowerStats()410 for (size_t j = 0; j < subsystem.states.size(); j++) { in getSubsystemLowPowerStats()411 const PowerStateSubsystemSleepState& state = subsystem.states[j]; in getSubsystemLowPowerStats()
38 LOCAL_MODULE := libpolicy-subsystem
60 libpolicy-subsystem \
129 2. The linux input subsystem does not generate events for those values
417 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
20 The graphics subsystem of RenderScript was removed at API level 23.
22 * The graphics subsystem of RenderScript was removed at API level 23.
1731 * Pulls low power state information. This includes platform and subsystem sleep state information,