aidl: power-libperfmgr: Sync powerhint template with aidl hal changes

* adapted from 3e0c3f06a7

Signed-off-by: Michael Benedict <michaelbt@live.com>
Change-Id: Ib97ea5b007dc5e0e650938785218aeb365d358ff
tirimbino
Michael Benedict 4 years ago
parent a8d2f2cec7
commit 3fe5163ee0
No known key found for this signature in database
GPG Key ID: 38DFD0398CA46DD6
  1. 21
      aidl/power-libperfmgr/powerhint.json.template

@ -129,7 +129,6 @@
"Name": "PowerHALMainState", "Name": "PowerHALMainState",
"Path": "vendor.powerhal.state", "Path": "vendor.powerhal.state",
"Values": [ "Values": [
"CAMERA_STREAMING",
"SUSTAINED_PERFORMANCE", "SUSTAINED_PERFORMANCE",
"VR_MODE", "VR_MODE",
"VR_SUSTAINED_PERFORMANCE", "VR_SUSTAINED_PERFORMANCE",
@ -141,7 +140,7 @@
"Name": "PowerHALAudioState", "Name": "PowerHALAudioState",
"Path": "vendor.powerhal.audio", "Path": "vendor.powerhal.audio",
"Values": [ "Values": [
"AUDIO_LOW_LATENCY", "AUDIO_STREAMING_LOW_LATENCY",
"" ""
], ],
"Type": "Property" "Type": "Property"
@ -271,19 +270,13 @@
"Value": "44" "Value": "44"
}, },
{ {
"PowerHint": "CAMERA_STREAMING", "PowerHint": "CAMERA_STREAMING_MID",
"Node": "PowerHALMainState",
"Duration": 0,
"Value": "CAMERA_STREAMING"
},
{
"PowerHint": "CAMERA_STREAMING",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",
"Duration": 0, "Duration": 0,
"Value": "2016000" "Value": "2016000"
}, },
{ {
"PowerHint": "CAMERA_STREAMING", "PowerHint": "CAMERA_STREAMING_MID",
"Node": "CPUBigPlusClusterMaxFreq", "Node": "CPUBigPlusClusterMaxFreq",
"Duration": 0, "Duration": 0,
"Value": "2016000" "Value": "2016000"
@ -331,19 +324,19 @@
"Value": "44" "Value": "44"
}, },
{ {
"PowerHint": "AUDIO_STREAMING", "PowerHint": "AUDIO_LAUNCH",
"Node": "PMQoSCpuDmaLatency", "Node": "PMQoSCpuDmaLatency",
"Duration": 2000, "Duration": 2000,
"Value": "44" "Value": "44"
}, },
{ {
"PowerHint": "AUDIO_LOW_LATENCY", "PowerHint": "AUDIO_STREAMING_LOW_LATENCY",
"Node": "PowerHALAudioState", "Node": "PowerHALAudioState",
"Duration": 0, "Duration": 0,
"Value": "AUDIO_LOW_LATENCY" "Value": "AUDIO_STREAMING_LOW_LATENCY"
}, },
{ {
"PowerHint": "AUDIO_LOW_LATENCY", "PowerHint": "AUDIO_STREAMING_LOW_LATENCY",
"Node": "PMQoSCpuDmaLatency", "Node": "PMQoSCpuDmaLatency",
"Duration": 0, "Duration": 0,
"Value": "44" "Value": "44"

Loading…
Cancel
Save