Home
last modified time | relevance | path

Searched refs:otherModesEnergyMilliJoule (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssMetrics.java652 double[] otherModesEnergyMilliJoule = new double[VENDOR_SPECIFIC_POWER_MODES_SIZE]; in createPowerStatsEvent() local
655 otherModesEnergyMilliJoule, 0, in createPowerStatsEvent()
668 (long) (otherModesEnergyMilliJoule[0] * CONVERT_MILLI_TO_MICRO), in createPowerStatsEvent()
669 (long) (otherModesEnergyMilliJoule[1] * CONVERT_MILLI_TO_MICRO), in createPowerStatsEvent()
670 (long) (otherModesEnergyMilliJoule[2] * CONVERT_MILLI_TO_MICRO), in createPowerStatsEvent()
671 (long) (otherModesEnergyMilliJoule[3] * CONVERT_MILLI_TO_MICRO), in createPowerStatsEvent()
672 (long) (otherModesEnergyMilliJoule[4] * CONVERT_MILLI_TO_MICRO), in createPowerStatsEvent()
673 (long) (otherModesEnergyMilliJoule[5] * CONVERT_MILLI_TO_MICRO), in createPowerStatsEvent()
674 (long) (otherModesEnergyMilliJoule[6] * CONVERT_MILLI_TO_MICRO), in createPowerStatsEvent()
675 (long) (otherModesEnergyMilliJoule[7] * CONVERT_MILLI_TO_MICRO), in createPowerStatsEvent()
[all …]
DGnssPowerStats.java56 double[] otherModesEnergyMilliJoule) { in GnssPowerStats() argument
65 mOtherModesEnergyMilliJoule = otherModesEnergyMilliJoule; in GnssPowerStats()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp171 int size = data.otherModesEnergyMilliJoule.size(); in gnssPowerStatsCb()
175 &(data.otherModesEnergyMilliJoule[0])); in gnssPowerStatsCb()