Home
last modified time | relevance | path

Searched refs:audioOnIter (Results 1 - 1 of 1) sorted by relevance

/base/powermgr/battery_statistics/services/native/src/entities/
H A Daudio_entity.cpp91 auto audioOnIter = audioPowerMap_.find(uid); in GetStatsPowerMah() local
92 if (audioOnIter != audioPowerMap_.end()) { in GetStatsPowerMah()
93 power = audioOnIter->second; in GetStatsPowerMah()
110 auto audioOnIter = audioTimerMap_.find(uid); in GetOrCreateTimer() local
111 if (audioOnIter != audioTimerMap_.end()) { in GetOrCreateTimer()
113 timer = audioOnIter->second; in GetOrCreateTimer()

Completed in 1 milliseconds