gitextract_rnbf7k_u/ ├── AndroidBoard.mk ├── AndroidProducts.mk ├── BoardConfig.mk ├── Image.gz-dtb ├── README.md ├── Vendor_2e17_Product_a001.kl ├── WCNSS_qcom_cfg.ini ├── android.sofware.nfc.beam.xml ├── audio/ │ ├── acdbdata/ │ │ ├── Bluetooth_cal.acdb │ │ ├── General_cal.acdb │ │ ├── Global_cal.acdb │ │ ├── Handset_cal.acdb │ │ ├── Hdmi_cal.acdb │ │ ├── Headset_cal.acdb │ │ ├── Speaker_cal.acdb │ │ └── workspaceFile.qwsp │ ├── audio_platform_info_mata.xml │ ├── audio_policy_configuration.xml │ ├── audio_policy_volumes.xml │ ├── default_volume_tables.xml │ ├── mixer_paths_tasha_mata.xml │ ├── msm8998.mk │ ├── smartamp/ │ │ ├── T9891_mu.drc │ │ ├── T9891_mu.vstep │ │ ├── T9891_rt.drc │ │ ├── T9891_rt.vstep │ │ ├── T9891_vo.drc │ │ ├── T9891_vo.vstep │ │ ├── TFA9891.cnt │ │ ├── TFA9891.cnt_preformat.ini │ │ ├── TFA9891.ini │ │ ├── TFA9891.speaker │ │ ├── TFA9891N1A_Dec2015.config │ │ └── TFA9891_N1A_11_1_31_NL3_HQ.patch │ └── sound_trigger_mixer_paths.xml ├── audio_effects.xml ├── base.mk ├── bdroid_buildcfg.h ├── compatibility_matrix.xml ├── config.fs ├── device-vendor.mk ├── dumpstate/ │ ├── Android.mk │ ├── DumpstateDevice.cpp │ ├── DumpstateDevice.h │ ├── android.hardware.dumpstate@1.0-service.mata.rc │ └── service.cpp ├── egl.cfg ├── essential-hiddenapi-package-whitelist.xml ├── etc/ │ ├── apns-conf.xml │ └── spn-conf.xml ├── excluded-input-devices.xml ├── fstab.mata ├── gpio-keys-mata.kl ├── healthd/ │ ├── Android.bp │ ├── HealthService.cpp │ ├── android.hardware.health@2.0-service.mata.rc │ └── images/ │ └── animation.txt ├── hostapd.accept ├── hostapd.conf ├── hostapd.deny ├── init.hardware.diag.rc.user ├── init.hardware.diag.rc.userdebug ├── init.recovery.mata.rc ├── manifest.xml ├── mata-disabled-until-used-preinstalled-carrier-app.xml ├── mata.mk ├── media/ │ ├── media_codecs.xml │ ├── media_codecs_performance.xml │ └── media_profiles_V1_0.xml ├── msm_irqbalance.conf ├── nfc/ │ ├── libnfc-brcm-mata.conf │ └── libnfc-nxp.conf ├── overlay/ │ ├── frameworks/ │ │ └── base/ │ │ ├── core/ │ │ │ └── res/ │ │ │ └── res/ │ │ │ ├── values/ │ │ │ │ ├── config.xml │ │ │ │ ├── dimens.xml │ │ │ │ └── strings.xml │ │ │ ├── values-mcc234-mnc15/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc234-mnc15-en-rGB/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc234-mnc15-en-rIN/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc262-mnc02/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc262-mnc02-en-rGB/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc262-mnc02-en-rIN/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc262-mnc04/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc262-mnc04-en-rGB/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc262-mnc04-en-rIN/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc262-mnc09/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc262-mnc09-en-rGB/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc262-mnc09-en-rIN/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc310-mnc004/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc310-mnc120/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc310-mnc260/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc310-mnc410/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc311-mnc480/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc311-mnc490/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc311-mnc870/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc312-mnc530/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc440-mnc20/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc460-mnc03/ │ │ │ │ └── config.xml │ │ │ ├── values-mcc460-mnc11/ │ │ │ │ └── config.xml │ │ │ └── xml/ │ │ │ └── power_profile.xml │ │ └── packages/ │ │ ├── Keyguard/ │ │ │ └── res/ │ │ │ └── values/ │ │ │ └── config.xml │ │ ├── SettingsLib/ │ │ │ └── res/ │ │ │ └── values/ │ │ │ └── arrays.xml │ │ ├── SettingsProvider/ │ │ │ └── res/ │ │ │ └── values/ │ │ │ └── defaults.xml │ │ └── SystemUI/ │ │ └── res/ │ │ ├── values/ │ │ │ ├── config.xml │ │ │ └── dimens.xml │ │ ├── values-mcc208-mnc01/ │ │ │ └── config.xml │ │ ├── values-mcc302-mnc220/ │ │ │ └── config.xml │ │ ├── values-mcc310-mnc120/ │ │ │ └── config.xml │ │ ├── values-mcc311-mnc490/ │ │ │ └── config.xml │ │ ├── values-mcc311-mnc870/ │ │ │ └── config.xml │ │ ├── values-mcc312-mnc530/ │ │ │ └── config.xml │ │ └── values-mcc440-mnc20/ │ │ └── config.xml │ └── packages/ │ ├── apps/ │ │ ├── Bluetooth/ │ │ │ └── res/ │ │ │ └── values/ │ │ │ └── config.xml │ │ ├── CellBroadcastReceiver/ │ │ │ └── res/ │ │ │ └── values/ │ │ │ └── config.xml │ │ ├── Dialer/ │ │ │ └── InCallUI/ │ │ │ └── res/ │ │ │ └── values/ │ │ │ └── config.xml │ │ ├── Phone/ │ │ │ └── res/ │ │ │ └── values/ │ │ │ └── config.xml │ │ └── Settings/ │ │ └── res/ │ │ ├── values/ │ │ │ ├── arrays.xml │ │ │ ├── bools.xml │ │ │ ├── config.xml │ │ │ ├── dimens.xml │ │ │ └── strings.xml │ │ ├── values-af/ │ │ │ └── strings.xml │ │ ├── values-am/ │ │ │ └── strings.xml │ │ ├── values-ar/ │ │ │ └── strings.xml │ │ ├── values-as/ │ │ │ └── strings.xml │ │ ├── values-az/ │ │ │ └── strings.xml │ │ ├── values-b+sr+Latn/ │ │ │ └── strings.xml │ │ ├── values-be/ │ │ │ └── strings.xml │ │ ├── values-bg/ │ │ │ └── strings.xml │ │ ├── values-bn/ │ │ │ └── strings.xml │ │ ├── values-bs/ │ │ │ └── strings.xml │ │ ├── values-ca/ │ │ │ └── strings.xml │ │ ├── values-cs/ │ │ │ └── strings.xml │ │ ├── values-da/ │ │ │ └── strings.xml │ │ ├── values-de/ │ │ │ └── strings.xml │ │ ├── values-el/ │ │ │ └── strings.xml │ │ ├── values-en-rAU/ │ │ │ └── strings.xml │ │ ├── values-en-rCA/ │ │ │ └── strings.xml │ │ ├── values-en-rGB/ │ │ │ └── strings.xml │ │ ├── values-en-rIN/ │ │ │ └── strings.xml │ │ ├── values-en-rXC/ │ │ │ └── strings.xml │ │ ├── values-es/ │ │ │ └── strings.xml │ │ ├── values-es-rUS/ │ │ │ └── strings.xml │ │ ├── values-et/ │ │ │ └── strings.xml │ │ ├── values-eu/ │ │ │ └── strings.xml │ │ ├── values-fa/ │ │ │ └── strings.xml │ │ ├── values-fi/ │ │ │ └── strings.xml │ │ ├── values-fr/ │ │ │ └── strings.xml │ │ ├── values-fr-rCA/ │ │ │ └── strings.xml │ │ ├── values-gl/ │ │ │ └── strings.xml │ │ ├── values-gu/ │ │ │ └── strings.xml │ │ ├── values-hi/ │ │ │ └── strings.xml │ │ ├── values-hr/ │ │ │ └── strings.xml │ │ ├── values-hu/ │ │ │ └── strings.xml │ │ ├── values-hy/ │ │ │ └── strings.xml │ │ ├── values-in/ │ │ │ └── strings.xml │ │ ├── values-is/ │ │ │ └── strings.xml │ │ ├── values-it/ │ │ │ └── strings.xml │ │ ├── values-iw/ │ │ │ └── strings.xml │ │ ├── values-ja/ │ │ │ └── strings.xml │ │ ├── values-ka/ │ │ │ └── strings.xml │ │ ├── values-kk/ │ │ │ └── strings.xml │ │ ├── values-km/ │ │ │ └── strings.xml │ │ ├── values-kn/ │ │ │ └── strings.xml │ │ ├── values-ko/ │ │ │ └── strings.xml │ │ ├── values-ky/ │ │ │ └── strings.xml │ │ ├── values-lo/ │ │ │ └── strings.xml │ │ ├── values-lt/ │ │ │ └── strings.xml │ │ ├── values-lv/ │ │ │ └── strings.xml │ │ ├── values-mcc310-mnc120/ │ │ │ └── arrays.xml │ │ ├── values-mcc311-mnc490/ │ │ │ └── arrays.xml │ │ ├── values-mcc311-mnc870/ │ │ │ └── arrays.xml │ │ ├── values-mcc312-mnc530/ │ │ │ └── arrays.xml │ │ ├── values-mcc440-mnc20/ │ │ │ └── arrays.xml │ │ ├── values-mk/ │ │ │ └── strings.xml │ │ ├── values-ml/ │ │ │ └── strings.xml │ │ ├── values-mn/ │ │ │ └── strings.xml │ │ ├── values-mr/ │ │ │ └── strings.xml │ │ ├── values-ms/ │ │ │ └── strings.xml │ │ ├── values-my/ │ │ │ └── strings.xml │ │ ├── values-nb/ │ │ │ └── strings.xml │ │ ├── values-ne/ │ │ │ └── strings.xml │ │ ├── values-nl/ │ │ │ └── strings.xml │ │ ├── values-or/ │ │ │ └── strings.xml │ │ ├── values-pa/ │ │ │ └── strings.xml │ │ ├── values-pl/ │ │ │ └── strings.xml │ │ ├── values-pt/ │ │ │ └── strings.xml │ │ ├── values-pt-rBR/ │ │ │ └── strings.xml │ │ ├── values-pt-rPT/ │ │ │ └── strings.xml │ │ ├── values-ro/ │ │ │ └── strings.xml │ │ ├── values-ru/ │ │ │ └── strings.xml │ │ ├── values-si/ │ │ │ └── strings.xml │ │ ├── values-sk/ │ │ │ └── strings.xml │ │ ├── values-sl/ │ │ │ └── strings.xml │ │ ├── values-sq/ │ │ │ └── strings.xml │ │ ├── values-sr/ │ │ │ └── strings.xml │ │ ├── values-sv/ │ │ │ └── strings.xml │ │ ├── values-sw/ │ │ │ └── strings.xml │ │ ├── values-ta/ │ │ │ └── strings.xml │ │ ├── values-te/ │ │ │ └── strings.xml │ │ ├── values-th/ │ │ │ └── strings.xml │ │ ├── values-tl/ │ │ │ └── strings.xml │ │ ├── values-tr/ │ │ │ └── strings.xml │ │ ├── values-uk/ │ │ │ └── strings.xml │ │ ├── values-ur/ │ │ │ └── strings.xml │ │ ├── values-uz/ │ │ │ └── strings.xml │ │ ├── values-vi/ │ │ │ └── strings.xml │ │ ├── values-zh-rCN/ │ │ │ └── strings.xml │ │ ├── values-zh-rHK/ │ │ │ └── strings.xml │ │ ├── values-zh-rTW/ │ │ │ └── strings.xml │ │ └── values-zu/ │ │ └── strings.xml │ └── services/ │ ├── Telecomm/ │ │ └── res/ │ │ └── values/ │ │ └── config.xml │ └── Telephony/ │ └── res/ │ ├── values/ │ │ └── config.xml │ ├── values-mcc234-mnc15/ │ │ └── strings.xml │ ├── values-mcc234-mnc15-en-rGB/ │ │ └── strings.xml │ ├── values-mcc234-mnc15-en-rIN/ │ │ └── strings.xml │ ├── values-mcc262-mnc02/ │ │ └── strings.xml │ ├── values-mcc262-mnc02-en-rGB/ │ │ └── strings.xml │ ├── values-mcc262-mnc02-en-rIN/ │ │ └── strings.xml │ ├── values-mcc262-mnc04/ │ │ └── strings.xml │ ├── values-mcc262-mnc04-en-rGB/ │ │ └── strings.xml │ ├── values-mcc262-mnc04-en-rIN/ │ │ └── strings.xml │ ├── values-mcc262-mnc09/ │ │ └── strings.xml │ ├── values-mcc262-mnc09-en-rGB/ │ │ └── strings.xml │ └── values-mcc262-mnc09-en-rIN/ │ └── strings.xml ├── p2p_supplicant_overlay.conf ├── power/ │ ├── AudioStreaming.h │ ├── CameraMode.h │ ├── InteractionHandler.cpp │ ├── InteractionHandler.h │ ├── Power.cpp │ ├── Power.h │ ├── android.hardware.power@1.3-service.mata-libperfmgr.rc │ ├── android.hardware.power@1.3-service.mata.xml │ ├── display-helper.cpp │ ├── display-helper.h │ └── service.cpp ├── powerhint.json ├── powerhint.xml ├── privapp-permissions-mata.xml ├── qca_cld3_wlan.ko ├── qti_whitelist.xml ├── radio/ │ └── filesmap ├── rootdir/ │ ├── Android.mk │ └── etc/ │ ├── hbtp_cmd.sh │ ├── init.crda.sh │ ├── init.mata.diag.rc │ ├── init.mata.rc │ ├── init.msm.usb.configfs.rc │ ├── init.qcom.early_boot.sh │ ├── init.qcom.post_boot.sh │ ├── init.qcom.ssr.sh │ ├── init.qcom.usb.rc │ ├── init.radio.sh │ ├── init.recovery.mata.rc │ └── ueventd.vendor.rc ├── sdllvm-lto-defs.mk ├── sec_config ├── seccomp/ │ ├── mediacodec-seccomp.policy │ └── mediaextractor-seccomp.policy ├── sensors/ │ └── hals.conf ├── sepolicy/ │ ├── private/ │ │ ├── app_zygote.te │ │ ├── dataservice_app.te │ │ ├── device.te │ │ ├── file_contexts │ │ ├── folio_daemon.te │ │ ├── genfs_contexts │ │ ├── init_elabel.te │ │ ├── migrate_legacy_obb_data.te │ │ ├── priv_app.te │ │ ├── property.te │ │ ├── property_contexts │ │ ├── radio.te │ │ ├── ramoops.te │ │ ├── seapp_contexts │ │ ├── service.te │ │ ├── service_contexts │ │ ├── system_server.te │ │ ├── system_suspend.te │ │ ├── untrusted_app_all.te │ │ └── wfdservice.te │ ├── public/ │ │ ├── dataservice_app.te │ │ ├── file.te │ │ ├── hwservice.te │ │ └── init_elabel.te │ └── vendor/ │ ├── adsprpcd.te │ ├── app.te │ ├── atfwd.te │ ├── attributes │ ├── audioserver.te │ ├── bluetooth.te │ ├── bootanim.te │ ├── btaddr_extract.te │ ├── cameraserver.te │ ├── certs/ │ │ └── Essential-platform.x509.pem │ ├── charger.te │ ├── chre.te │ ├── cnd.te │ ├── dataservice_app.te │ ├── device.te │ ├── domain.te │ ├── dumpstate.te │ ├── ephemeral_app.te │ ├── esed.te │ ├── essential_camera_app.te │ ├── file.te │ ├── file_contexts │ ├── fsck.te │ ├── gatekeeperd.te │ ├── genfs_contexts │ ├── gpuservice.te │ ├── hal_audio_default.te │ ├── hal_bluetooth_default.te │ ├── hal_bootctl.te │ ├── hal_bootctl_default.te │ ├── hal_camera.te │ ├── hal_camera_default.te │ ├── hal_cas_default.te │ ├── hal_contexthub.te │ ├── hal_drm_clearkey.te │ ├── hal_drm_default.te │ ├── hal_drm_widevine.te │ ├── hal_dumpstate_impl.te │ ├── hal_fingerprint.te │ ├── hal_fingerprint_default.te │ ├── hal_gatekeeper.te │ ├── hal_gnss_qti.te │ ├── hal_graphics_composer_default.te │ ├── hal_health_default.te │ ├── hal_imsrtp.te │ ├── hal_keymaster.te │ ├── hal_keymaster_qti.te │ ├── hal_light.te │ ├── hal_light_default.te │ ├── hal_memtrack_default.te │ ├── hal_neuralnetworks_hvx.te │ ├── hal_nfc_default.te │ ├── hal_oemlock_default.te │ ├── hal_power_default.te │ ├── hal_rcsservice.te │ ├── hal_sensors_default.te │ ├── hal_sidecar_essential_default.te │ ├── hal_tetheroffload_default.te │ ├── hal_thermal_default.te │ ├── hal_usb_default.te │ ├── hal_vibrator_default.te │ ├── hal_vr.te │ ├── hal_wifi_default.te │ ├── hal_wifi_supplicant_default.te │ ├── hbtp.te │ ├── hbtp_cmd.te │ ├── healthd.te │ ├── hvdcp.te │ ├── hwservice.te │ ├── hwservice_contexts │ ├── idmap.te │ ├── ims.te │ ├── incidentd.te │ ├── init-devstart-sh.te │ ├── init-insmod-sh.te │ ├── init-ipastart-sh.te │ ├── init.te │ ├── init_elabel.te │ ├── init_ese.te │ ├── init_power.te │ ├── init_radio.te │ ├── init_shell.te │ ├── installd.te │ ├── ioctl_defines │ ├── ioctl_macros │ ├── irqbalance.te │ ├── irsc_util.te │ ├── kernel.te │ ├── keys.conf │ ├── location.te │ ├── mac_permissions.xml │ ├── mediacodec.te │ ├── mediaextractor.te │ ├── move-widevine-data-sh.te │ ├── netd.te │ ├── netmgrd.te │ ├── netutils_wrapper.te │ ├── pd_services.te │ ├── per_mgr.te │ ├── per_proxy.te │ ├── perfd.te │ ├── platform_app.te │ ├── port-bridge.te │ ├── priv_app.te │ ├── property.te │ ├── property_contexts │ ├── qlogd.te │ ├── qmuxd.te │ ├── qtelephony.te │ ├── qti.te │ ├── qti_audio_app.te │ ├── radio.te │ ├── ramdump.te │ ├── recovery.te │ ├── rfs_access.te │ ├── rild.te │ ├── rmt_storage.te │ ├── seapp_contexts │ ├── sensors.te │ ├── service_contexts │ ├── shell.te │ ├── smlog_dump.te │ ├── ssr_diag.te │ ├── ssr_setup.te │ ├── surfaceflinger.te │ ├── system_app.te │ ├── system_server.te │ ├── tee.te │ ├── thermal-engine.te │ ├── time_daemon.te │ ├── timeservice_app.te │ ├── ueventd.te │ ├── update_engine_common.te │ ├── vendor_init.te │ ├── vndservice.te │ ├── vndservice_contexts │ ├── vold.te │ ├── wcnss_filter.te │ ├── wcnss_service.te │ ├── wifidisplayhalservice.te │ └── zygote.te ├── sound_trigger_platform_info.xml ├── sprint_whitelist.xml ├── system.prop ├── thermal/ │ ├── Android.mk │ ├── Thermal.cpp │ ├── Thermal.h │ ├── android.hardware.thermal@1.0-service.mata.rc │ ├── service.cpp │ ├── thermal-helper.cpp │ └── thermal-helper.h ├── uinput-fpc.kl ├── usb/ │ ├── Android.mk │ ├── Usb.cpp │ ├── Usb.h │ ├── android.hardware.usb@1.0-service.mata.rc │ └── service.cpp ├── utils.mk ├── vibrator/ │ ├── Android.bp │ ├── Vibrator.cpp │ ├── Vibrator.h │ ├── android.hardware.vibrator@1.2-service.mata.rc │ └── service.cpp ├── vold.fstab ├── whitelistedapps.xml ├── wifi_concurrency_cfg.txt ├── wpa_supplicant_overlay.conf └── wpa_supplicant_wcn.conf