Searched defs:wakelockName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/benchmark/
H A Dmetric_util.cpp292 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName,
297 event->write(wakelockName);
304 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName,
307 attributions, wakelockName, WakelockStateChanged::ACQUIRE, timestampNs);
311 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName,
314 attributions, wakelockName, WakelockStateChanged::RELEASE, timestampNs);
291 CreateWakelockStateChangedEvent( const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, const WakelockStateChanged::State state, uint64_t timestampNs) argument
303 CreateAcquireWakelockEvent( const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, uint64_t timestampNs) argument
310 CreateReleaseWakelockEvent( const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, uint64_t timestampNs) argument
/frameworks/base/cmds/statsd/tests/
H A Dstatsd_test_util.cpp355 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName,
360 event->write(wakelockName);
367 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName,
370 attributions, wakelockName, WakelockStateChanged::ACQUIRE, timestampNs);
374 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName,
377 attributions, wakelockName, WakelockStateChanged::RELEASE, timestampNs);
354 CreateWakelockStateChangedEvent( const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, const WakelockStateChanged::State state, uint64_t timestampNs) argument
366 CreateAcquireWakelockEvent( const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, uint64_t timestampNs) argument
373 CreateReleaseWakelockEvent( const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, uint64_t timestampNs) argument

Completed in 57 milliseconds