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

  /hardware/interfaces/power/1.0/
IPower.hal 87 getPlatformLowPowerStats()
  /device/google/marlin/power/
Power.h 45 Return<void> getPlatformLowPowerStats(getPlatformLowPowerStats_cb _hidl_cb) override;
Power.cpp 68 Return<void> Power::getPlatformLowPowerStats(getPlatformLowPowerStats_cb _hidl_cb) {
  /device/google/wahoo/power/
Power.h 48 Return<void> getPlatformLowPowerStats(getPlatformLowPowerStats_cb _hidl_cb) override;
Power.cpp 85 Return<void> Power::getPlatformLowPowerStats(getPlatformLowPowerStats_cb _hidl_cb) {
  /hardware/interfaces/power/1.0/default/
Power.h 47 Return<void> getPlatformLowPowerStats(getPlatformLowPowerStats_cb _hidl_cb) override;
Power.cpp 66 Return<void> Power::getPlatformLowPowerStats(getPlatformLowPowerStats_cb _hidl_cb) {
  /frameworks/base/services/core/jni/
com_android_server_am_BatteryStatsService.cpp 212 Return<void> ret = gPowerHalV1_0->getPlatformLowPowerStats(
285 static jint getPlatformLowPowerStats(JNIEnv* env, jobject /* clazz */, jobject outBuf) {
303 Return<void> ret = gPowerHalV1_0->getPlatformLowPowerStats(
356 ALOGE("getPlatformLowPowerStats() failed: power HAL service not available");
470 { "getPlatformLowPowerStats", "(Ljava/nio/ByteBuffer;)I", (void*)getPlatformLowPowerStats },
  /hardware/interfaces/power/1.0/vts/functional/
VtsHalPowerV1_0TargetTest.cpp 166 // Sanity check Power::getPlatformLowPowerStats().
167 TEST_F(PowerHidlTest, GetPlatformLowPowerStats) {
175 Return<void> ret = power->getPlatformLowPowerStats(cb);
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 89 private native int getPlatformLowPowerStats(ByteBuffer outBuffer);
114 public String getPlatformLowPowerStats() {
115 if (DBG) Slog.d(TAG, "begin getPlatformLowPowerStats");
120 int bytesWritten = getPlatformLowPowerStats(mUtf8BufferStat);
131 if (DBG) Slog.d(TAG, "end getPlatformLowPowerStats");
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 201 public String getPlatformLowPowerStats();
    [all...]

Completed in 419 milliseconds