Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4da6eaf authored by Chong Zhang's avatar Chong Zhang Committed by Android Git Automerger
Browse files

am c32da708: am 2c4813d3: update battery stats for audio/video

* commit 'c32da70878e8c5b4b8175157af9acee90e4656e0':
  update battery stats for audio/video
parents 3e47b603 d496790e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@ interface IBatteryStats {
    // be kept in sync with frameworks/native/include/binder/IBatteryStats.h
    void noteStartSensor(int uid, int sensor);
    void noteStopSensor(int uid, int sensor);
    void noteStartVideo(int uid);
    void noteStopVideo(int uid);
    void noteStartAudio(int uid);
    void noteStopAudio(int uid);

    // Remaining methods are only used in Java.
    byte[] getStatistics();