Home
last modified time | relevance | path

Searched refs:wakelockName (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/cmds/statsd/benchmark/
Dmetric_util.cpp292 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, in CreateWakelockStateChangedEvent() argument
297 event->write(wakelockName); in CreateWakelockStateChangedEvent()
304 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, in CreateAcquireWakelockEvent() argument
307 attributions, wakelockName, WakelockStateChanged::ACQUIRE, timestampNs); in CreateAcquireWakelockEvent()
311 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, in CreateReleaseWakelockEvent() argument
314 attributions, wakelockName, WakelockStateChanged::RELEASE, timestampNs); in CreateReleaseWakelockEvent()
Dmetric_util.h135 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName,
140 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName,
/frameworks/base/cmds/statsd/tests/
Dstatsd_test_util.cpp355 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, in CreateWakelockStateChangedEvent() argument
360 event->write(wakelockName); in CreateWakelockStateChangedEvent()
367 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, in CreateAcquireWakelockEvent() argument
370 attributions, wakelockName, WakelockStateChanged::ACQUIRE, timestampNs); in CreateAcquireWakelockEvent()
374 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, in CreateReleaseWakelockEvent() argument
377 attributions, wakelockName, WakelockStateChanged::RELEASE, timestampNs); in CreateReleaseWakelockEvent()
Dstatsd_test_util.h166 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName,
171 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName,
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java8341 String wakelockName = in.readString(); in readFromParcelLocked() local
8345 mWakelockStats.add(wakelockName, wakelock); in readFromParcelLocked()
14692 String wakelockName = in.readString(); in readFromParcelLocked() local
14694 mKernelWakelockStats.put(wakelockName, kwlt); in readFromParcelLocked()