Lines Matching refs:energy
513 // Provides a breakdown of energy estimation for various subsystem (e.g. GPU).
7537 // Unique ID of this energy consumer. Matches the ID in a
7541 // For a group of energy consumers of the same logical type, sorting by
7546 // Type of this energy consumer.
7549 // Unique name of this energy consumer. Vendor/device specific. Opaque to
7566 // The first trace packet of each session should include a energy consumer
7575 // Total accumulated energy since boot in microwatt-seconds (uWs)
7579 // Android ID/Linux UID, the accumulated energy is attributed to.
7582 // Accumulated energy since boot in microwatt-seconds (uWs).
7585 // Optional attributed energy per Android ID / Linux UID for this
7586 // EnergyConsumer. Sum total of attributed energy must be less than or equal
7587 // to total accumulated energy.
7642 // Accumulated energy since device boot in microwatt-seconds (uWs).
7643 optional uint64 energy = 3; field