Searched refs:getPlatformLowPowerStats (Results 1 – 3 of 3) sorted by relevance
185 static jint getPlatformLowPowerStats(JNIEnv* env, jobject /* clazz */, jobject outBuf) { in getPlatformLowPowerStats() function203 Return<void> ret = gPowerHal->getPlatformLowPowerStats( in getPlatformLowPowerStats()268 { "getPlatformLowPowerStats", "(Ljava/nio/ByteBuffer;)I", (void*)getPlatformLowPowerStats },
190 private native int getPlatformLowPowerStats(ByteBuffer outBuffer); in getPlatformLowPowerStats() method in BatteryStatsService201 public String getPlatformLowPowerStats() { in getPlatformLowPowerStats() method in BatteryStatsService207 int bytesWritten = getPlatformLowPowerStats(mUtf8BufferStat); in getPlatformLowPowerStats()
173 public String getPlatformLowPowerStats(); in getPlatformLowPowerStats() method2878 mPlatformIdleStateCallback.getPlatformLowPowerStats(); in writeHistoryDelta()