Snap for 10080193 from 1e0ddce5f9
to udc-qpr1-release
Change-Id: I41c9f242d14fd5e51f4f867d51e2479221df3750
This commit is contained in:
commit
7c14561962
2 changed files with 7 additions and 25 deletions
|
@ -175,30 +175,6 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>hardware.google.bluetooth.bt_channel_avoidance</name>
|
|
||||||
<version>1.0</version>
|
|
||||||
<interface>
|
|
||||||
<name>IBTChannelAvoidance</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
|
||||||
<name>hardware.google.bluetooth.sar</name>
|
|
||||||
<version>1.1</version>
|
|
||||||
<interface>
|
|
||||||
<name>IBluetoothSar</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
|
||||||
<name>hardware.google.bluetooth.ccc</name>
|
|
||||||
<version>1.0</version>
|
|
||||||
<interface>
|
|
||||||
<name>IBluetoothCcc</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="aidl" optional="true">
|
<hal format="aidl" optional="true">
|
||||||
<name>vendor.google.google_battery</name>
|
<name>vendor.google.google_battery</name>
|
||||||
<version>2</version>
|
<version>2</version>
|
||||||
|
|
|
@ -75,7 +75,13 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||||
"/sys/kernel/metrics/thermal/tr_by_group/spmic/stats",
|
"/sys/kernel/metrics/thermal/tr_by_group/spmic/stats",
|
||||||
},
|
},
|
||||||
.ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats",
|
.ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats",
|
||||||
.WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats"
|
.WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats",
|
||||||
|
.DisplayStatsPaths = {
|
||||||
|
"/sys/devices/platform/exynos-drm/primary-panel/error_count_te",
|
||||||
|
"/sys/devices/platform/exynos-drm/primary-panel/error_count_unknown",
|
||||||
|
"/sys/devices/platform/exynos-drm/secondary-panel/error_count_te",
|
||||||
|
"/sys/devices/platform/exynos-drm/secondary-panel/error_count_unknown",
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct UeventListener::UeventPaths ueventPaths = {
|
const struct UeventListener::UeventPaths ueventPaths = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue