Searched refs:batteryService (Results 1 – 1 of 1) sorted by relevance
43 sp<IBatteryStats> batteryService = getBatteryService_l(); in noteStartVideo() local44 if (mVideoRefCounts[uid] == 0 && batteryService != nullptr) { in noteStartVideo()45 batteryService->noteStartVideo(uid); in noteStartVideo()57 sp<IBatteryStats> batteryService = getBatteryService_l(); in noteStopVideo() local61 if (batteryService != nullptr) { in noteStopVideo()62 batteryService->noteStopVideo(uid); in noteStopVideo()70 sp<IBatteryStats> batteryService = getBatteryService_l(); in noteResetVideo() local72 if (batteryService != nullptr) { in noteResetVideo()73 batteryService->noteResetVideo(); in noteResetVideo()79 sp<IBatteryStats> batteryService = getBatteryService_l(); in noteStartAudio() local[all …]