HomeSort by relevance Sort by last modified time
    Searched refs:noteStartVideo (Results 1 - 5 of 5) sorted by null

  /frameworks/native/include/binder/
IBatteryStats.h 33 virtual void noteStartVideo(int uid) = 0;
  /frameworks/native/libs/binder/
IBatteryStats.cpp 53 virtual void noteStartVideo(int uid) {
121 noteStartVideo(uid);
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 31 void noteStartVideo(int uid);
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 50 void noteStartVideo();
77 void MediaCodec::BatteryNotifier::noteStartVideo() {
79 mBatteryStatService->noteStartVideo(AID_MEDIA);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 442 public void noteStartVideo(int uid) {

Completed in 73 milliseconds