Home
last modified time | relevance | path

Searched refs:onMa (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tools/powermodel/test/com/android/powermodel/
DPowerProfileTest.java58 Assert.assertEquals(12.0f, audio.onMa, EPSILON); in testReadGood()
69 Assert.assertEquals(941.0f, camera.onMa, EPSILON); in testReadGood()
79 Assert.assertEquals(2.41f, cpu.clusters[0].onMa, EPSILON); in testReadGood()
82 Assert.assertEquals(0.29f, cpu.clusters[0].frequencies[0].onMa, EPSILON); in testReadGood()
84 Assert.assertEquals(0.63f, cpu.clusters[0].frequencies[1].onMa, EPSILON); in testReadGood()
86 Assert.assertEquals(1.23f, cpu.clusters[0].frequencies[2].onMa, EPSILON); in testReadGood()
88 Assert.assertEquals(1.24f, cpu.clusters[0].frequencies[3].onMa, EPSILON); in testReadGood()
90 Assert.assertEquals(2.47f, cpu.clusters[0].frequencies[4].onMa, EPSILON); in testReadGood()
92 Assert.assertEquals(2.54f, cpu.clusters[0].frequencies[5].onMa, EPSILON); in testReadGood()
94 Assert.assertEquals(3.60f, cpu.clusters[0].frequencies[6].onMa, EPSILON); in testReadGood()
[all …]
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DGpsProfile.java25 public float onMa; field in GpsProfile
29 private float onMa; field in GpsProfile.Builder
36 onMa = value; in setOnMa()
45 result.onMa = onMa; in build()
DCpuProfile.java33 public float onMa; field in CpuProfile.Cluster
39 public float onMa; field in CpuProfile.Frequency
129 cluster.onMa = mClusterOnPower.get(i); in build()
136 freq.onMa = power[j]; in build()
DVideoProfile.java25 public float onMa; field in VideoProfile
DAudioProfile.java25 public float onMa; field in AudioProfile
DFlashlightProfile.java25 public float onMa; field in FlashlightProfile
DCameraProfile.java25 public float onMa; field in CameraProfile
DScreenProfile.java25 public float onMa; field in ScreenProfile
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DPowerProfile.java169 mAudio.onMa = value; in onItem()
177 mCamera.onMa = value; in onItem()
179 mFlashlight.onMa = value; in onItem()
199 mScreen.onMa = value; in onItem()
203 mVideo.onMa = value; in onItem()