hardware/google/pixel/power-libperfmgr from android-11.0.0_r25 SQUASHED: Revert all HIDL interface and nuke previous changes Import Pixel libperfmgr AIDL Power HAL Adapt and rebrand for xiaomi_sdm660 Remove Google-specific display LPM control Remove Google-specific camera and audio hints Remove VR hints handling Remove audio hints handling Remove dumpstate support Initialize powerHAL when boot is completed Add support for tap-to-wake feature control Add sepolicy rules for power-libperfmgr Enable power-libperfmgr Signed-off-by: Subhajeet Muhuri <subhajeet.muhuri@aosip.dev>
26 lines
769 B
Text
26 lines
769 B
Text
type fingerprint_data_file, file_type, data_file_type, core_data_file_type;
|
|
type fingerprint_sysfs, fs_type, sysfs_type;
|
|
type ir_dev_file, file_type;
|
|
type sysfs_info, fs_type, sysfs_type;
|
|
type thermal_data_file, file_type, data_file_type;
|
|
|
|
# Fingerprint
|
|
type fingerprintd_device, file_type, dev_type;
|
|
type persist_fingerprint_file, file_type;
|
|
type sysfs_fingerprint, sysfs_type, fs_type;
|
|
|
|
# Kcal
|
|
type kcal_dev, sysfs_type, fs_type;
|
|
|
|
# Sockets
|
|
type audio_socket, file_type;
|
|
|
|
# Touchscreen wake_gesture
|
|
type proc_dt2w, fs_type, proc_type;
|
|
type sysfs_tap_to_wake, sysfs_type, fs_type;
|
|
type sysfs_touchpanel, fs_type, sysfs_type;
|
|
|
|
# XiamiParts
|
|
type sysfs_fpsinfo, sysfs_type, fs_type;
|
|
type sysfs_headphonegain, sysfs_type, fs_type;
|
|
type sysfs_micgain, sysfs_type, fs_type;
|