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

  /frameworks/native/services/sensorservice/
BatteryService.cpp 52 status_t BatteryService::noteStopSensor(int uid, int handle) {
98 noteStopSensor(uid, handle);
111 noteStopSensor(info.uid, info.handle);
BatteryService.h 35 status_t noteStopSensor(int uid, int handle);
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 33 /* DO NOT CHANGE the position of noteStopSensor without updating
35 void noteStopSensor(int uid, int sensor);
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 142 public void noteStopSensor(int uid, int sensor) {
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 162 milliseconds