Home
last modified time | relevance | path

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

/frameworks/av/media/utils/
DBatteryNotifier.cpp43 sp<IBatteryStats> batteryService = getBatteryService_l(); in noteStartVideo() local
44 if (mVideoRefCounts[uid] == 0 && batteryService != nullptr) { in noteStartVideo()
45 batteryService->noteStartVideo(uid); in noteStartVideo()
57 sp<IBatteryStats> batteryService = getBatteryService_l(); in noteStopVideo() local
61 if (batteryService != nullptr) { in noteStopVideo()
62 batteryService->noteStopVideo(uid); in noteStopVideo()
70 sp<IBatteryStats> batteryService = getBatteryService_l(); in noteResetVideo() local
72 if (batteryService != nullptr) { in noteResetVideo()
73 batteryService->noteResetVideo(); in noteResetVideo()
79 sp<IBatteryStats> batteryService = getBatteryService_l(); in noteStartAudio() local
[all …]