SYMBOL INDEX (153 symbols across 88 files) FILE: aospdtgen/device_tree.py class DeviceTree (line 25) | class DeviceTree: method __init__ (line 28) | def __init__(self, path: Path, no_proprietary_files: bool = False): method dump_to_folder (line 99) | def dump_to_folder(self, folder: Path): method cleanup (line 164) | def cleanup(self) -> None: method _render_template (line 172) | def _render_template( FILE: aospdtgen/main.py function main (line 15) | def main(): FILE: aospdtgen/proprietary_files/elf.py function get_shared_libs (line 10) | def get_shared_libs(files: List[Path]): FILE: aospdtgen/proprietary_files/get_vndk_libs.py function get_vndk_file_names (line 32) | def get_vndk_file_names(vndk_version: int) -> List[str]: function main (line 42) | def main(): FILE: aospdtgen/proprietary_files/ignore.py function is_blob_allowed (line 972) | def is_blob_allowed(file: Path) -> bool: FILE: aospdtgen/proprietary_files/proprietary_files_list.py class ProprietaryFilesList (line 15) | class ProprietaryFilesList: method __init__ (line 18) | def __init__(self, partitions: List[AndroidPartition]): method __str__ (line 43) | def __str__(self) -> str: method get_formatted_list (line 46) | def get_formatted_list(self, build_description: Optional[str] = None) ... method _sort_files (line 62) | def _sort_files(files: List[Path]) -> List[Path]: FILE: aospdtgen/proprietary_files/section.py class Section (line 21) | class Section: method add_files (line 48) | def add_files( method file_match (line 105) | def file_match(cls, file: Path): method property_match (line 178) | def property_match(cls, prop: str): function register_section (line 192) | def register_section(section: Type[Section]): function register_sections (line 204) | def register_sections(sections_path: Path): FILE: aospdtgen/proprietary_files/sections/acdb.py class AcdbSection (line 9) | class AcdbSection(Section): FILE: aospdtgen/proprietary_files/sections/adsp.py class AdspSection (line 9) | class AdspSection(Section): class AdspModulesSection (line 23) | class AdspModulesSection(Section): FILE: aospdtgen/proprietary_files/sections/alarm.py class AlarmSection (line 9) | class AlarmSection(Section): FILE: aospdtgen/proprietary_files/sections/ant.py class AntSection (line 9) | class AntSection(Section): class AntFirmwareSection (line 18) | class AntFirmwareSection(Section): FILE: aospdtgen/proprietary_files/sections/atrace.py class AtraceSection (line 9) | class AtraceSection(Section): FILE: aospdtgen/proprietary_files/sections/audio.py class AudioSection (line 9) | class AudioSection(Section): class AudioFxModulesSection (line 43) | class AudioFxModulesSection(Section): class AudioConfigsSection (line 51) | class AudioConfigsSection(Section): class AudioCalibrationSection (line 71) | class AudioCalibrationSection(Section): FILE: aospdtgen/proprietary_files/sections/authsecret.py class AuthsecretSection (line 9) | class AuthsecretSection(Section): FILE: aospdtgen/proprietary_files/sections/automotive.py class AutomotiveSection (line 9) | class AutomotiveSection(Section): FILE: aospdtgen/proprietary_files/sections/bluetooth.py class BluetoothSection (line 9) | class BluetoothSection(Section): class BluetoothA2dpSection (line 35) | class BluetoothA2dpSection(Section): FILE: aospdtgen/proprietary_files/sections/boot.py class BootSection (line 9) | class BootSection(Section): FILE: aospdtgen/proprietary_files/sections/broadcastradio.py class BroadcastRadioSection (line 9) | class BroadcastRadioSection(Section): FILE: aospdtgen/proprietary_files/sections/camera.py class CameraSection (line 9) | class CameraSection(Section): class CameraConfigsSection (line 83) | class CameraConfigsSection(Section): class CameraFirmwareSection (line 91) | class CameraFirmwareSection(Section): class CameraMotorSection (line 102) | class CameraMotorSection(Section): FILE: aospdtgen/proprietary_files/sections/cas.py class CasSection (line 9) | class CasSection(Section): FILE: aospdtgen/proprietary_files/sections/cdsp.py class CdspSection (line 9) | class CdspSection(Section): FILE: aospdtgen/proprietary_files/sections/cit.py class CitSection (line 9) | class CitSection(Section): FILE: aospdtgen/proprietary_files/sections/cne.py class CneSection (line 9) | class CneSection(Section): FILE: aospdtgen/proprietary_files/sections/configstore.py class ConfigstoreSection (line 9) | class ConfigstoreSection(Section): FILE: aospdtgen/proprietary_files/sections/confirmationui.py class ConfirmationUISection (line 9) | class ConfirmationUISection(Section): FILE: aospdtgen/proprietary_files/sections/contexthub.py class ContextHubSection (line 9) | class ContextHubSection(Section): FILE: aospdtgen/proprietary_files/sections/cvp.py class CvpSection (line 9) | class CvpSection(Section): class CvpFirmwareSection (line 16) | class CvpFirmwareSection(Section): FILE: aospdtgen/proprietary_files/sections/display.py class DisplaySection (line 9) | class DisplaySection(Section): class DisplayPixelworksSection (line 85) | class DisplayPixelworksSection(Section): class DisplayConfigsSection (line 98) | class DisplayConfigsSection(Section): class DisplayFirmwareSection (line 111) | class DisplayFirmwareSection(Section): FILE: aospdtgen/proprietary_files/sections/dpm.py class DpmSection (line 9) | class DpmSection(Section): FILE: aospdtgen/proprietary_files/sections/drm.py class DrmSection (line 9) | class DrmSection(Section): class DrmQseeSection (line 32) | class DrmQseeSection(Section): class DrmQteeSection (line 45) | class DrmQteeSection(Section): class DrmFirmwareSection (line 57) | class DrmFirmwareSection(Section): FILE: aospdtgen/proprietary_files/sections/dsp.py class DspSection (line 9) | class DspSection(Section): FILE: aospdtgen/proprietary_files/sections/dumpstate.py class DumpstateSection (line 9) | class DumpstateSection(Section): FILE: aospdtgen/proprietary_files/sections/face.py class FaceSection (line 9) | class FaceSection(Section): FILE: aospdtgen/proprietary_files/sections/fastboot.py class FastbootSection (line 9) | class FastbootSection(Section): FILE: aospdtgen/proprietary_files/sections/fingerprint.py class FingerprintSection (line 9) | class FingerprintSection(Section): FILE: aospdtgen/proprietary_files/sections/fm.py class FmSection (line 9) | class FmSection(Section): FILE: aospdtgen/proprietary_files/sections/gatekeeper.py class GatekeeperSection (line 9) | class GatekeeperSection(Section): class GatekeeperConfigsSection (line 33) | class GatekeeperConfigsSection(Section): FILE: aospdtgen/proprietary_files/sections/gnss.py class GnssSection (line 9) | class GnssSection(Section): class GnssConfigsSection (line 39) | class GnssConfigsSection(Section): FILE: aospdtgen/proprietary_files/sections/health.py class HealthSection (line 9) | class HealthSection(Section): class HealthFirmwareSection (line 38) | class HealthFirmwareSection(Section): FILE: aospdtgen/proprietary_files/sections/identity.py class IdentitySection (line 9) | class IdentitySection(Section): FILE: aospdtgen/proprietary_files/sections/input.py class InputSection (line 9) | class InputSection(Section): class InputMotorolaSection (line 18) | class InputMotorolaSection(Section): FILE: aospdtgen/proprietary_files/sections/ipa.py class IpaSection (line 9) | class IpaSection(Section): class IpaFirmwareSection (line 24) | class IpaFirmwareSection(Section): FILE: aospdtgen/proprietary_files/sections/ir.py class IrSection (line 9) | class IrSection(Section): FILE: aospdtgen/proprietary_files/sections/keymaster.py class KeymasterSection (line 9) | class KeymasterSection(Section): FILE: aospdtgen/proprietary_files/sections/light.py class LightSection (line 9) | class LightSection(Section): FILE: aospdtgen/proprietary_files/sections/local_time.py class LocalTimeSection (line 9) | class LocalTimeSection(Section): FILE: aospdtgen/proprietary_files/sections/media.py class MediaSection (line 9) | class MediaSection(Section): class MediaDolbySection (line 41) | class MediaDolbySection(Section): class MediaOZOAudioSection (line 68) | class MediaOZOAudioSection(Section): class MediaConfigsSection (line 75) | class MediaConfigsSection(Section): FILE: aospdtgen/proprietary_files/sections/miscellaneous.py class MiscellaneousSection (line 14) | class MiscellaneousSection(Section): method add_files (line 20) | def add_files( method file_match (line 31) | def file_match(cls, file: Path) -> bool: method property_match (line 35) | def property_match(cls, prop: str): FILE: aospdtgen/proprietary_files/sections/neuralnetworks.py class NeuralNetworksSection (line 9) | class NeuralNetworksSection(Section): FILE: aospdtgen/proprietary_files/sections/nfc.py class NfcSection (line 9) | class NfcSection(Section): class NfcConfigsSection (line 25) | class NfcConfigsSection(Section): FILE: aospdtgen/proprietary_files/sections/nvram.py class NVRAMSection (line 9) | class NVRAMSection(Section): FILE: aospdtgen/proprietary_files/sections/oemlock.py class OemLockSection (line 9) | class OemLockSection(Section): FILE: aospdtgen/proprietary_files/sections/pasr.py class PasrSection (line 9) | class PasrSection(Section): FILE: aospdtgen/proprietary_files/sections/payment.py class PaymentEIDSection (line 9) | class PaymentEIDSection(Section): class PaymentIFAASection (line 16) | class PaymentIFAASection(Section): class PaymentOplusSection (line 26) | class PaymentOplusSection(Section): class PaymentXiaomiSection (line 35) | class PaymentXiaomiSection(Section): class PaymentFirmwareSection (line 52) | class PaymentFirmwareSection(Section): FILE: aospdtgen/proprietary_files/sections/perf.py class PerfSection (line 9) | class PerfSection(Section): class PerfIopSection (line 28) | class PerfIopSection(Section): FILE: aospdtgen/proprietary_files/sections/power.py class PowerSection (line 9) | class PowerSection(Section): class PowerConfigsSection (line 25) | class PowerConfigsSection(Section): FILE: aospdtgen/proprietary_files/sections/qcc.py class QccSection (line 9) | class QccSection(Section): FILE: aospdtgen/proprietary_files/sections/qesd.py class QesdSection (line 9) | class QesdSection(Section): FILE: aospdtgen/proprietary_files/sections/qspm.py class QspmSection (line 9) | class QspmSection(Section): FILE: aospdtgen/proprietary_files/sections/qvr.py class QvrSection (line 9) | class QvrSection(Section): FILE: aospdtgen/proprietary_files/sections/qxr.py class QxrSection (line 9) | class QxrSection(Section): FILE: aospdtgen/proprietary_files/sections/radio.py class RadioSection (line 9) | class RadioSection(Section): class RadioImsSection (line 93) | class RadioImsSection(Section): FILE: aospdtgen/proprietary_files/sections/rebootescrow.py class RebootEscrowSection (line 9) | class RebootEscrowSection(Section): FILE: aospdtgen/proprietary_files/sections/renderscript.py class RenderscriptSection (line 9) | class RenderscriptSection(Section): FILE: aospdtgen/proprietary_files/sections/secure_element.py class SecureElementSection (line 9) | class SecureElementSection(Section): class SecureElementPowerManagerSection (line 17) | class SecureElementPowerManagerSection(Section): FILE: aospdtgen/proprietary_files/sections/security.py class SecuritySection (line 9) | class SecuritySection(Section): FILE: aospdtgen/proprietary_files/sections/sensors.py class SensorsSection (line 9) | class SensorsSection(Section): class SensorsConfigsSection (line 34) | class SensorsConfigsSection(Section): FILE: aospdtgen/proprietary_files/sections/servicetracker.py class ServicetrackerSection (line 9) | class ServicetrackerSection(Section): FILE: aospdtgen/proprietary_files/sections/sla.py class SlaSection (line 9) | class SlaSection(Section): FILE: aospdtgen/proprietary_files/sections/soter.py class SoterSection (line 9) | class SoterSection(Section): FILE: aospdtgen/proprietary_files/sections/soundtrigger.py class SoundtriggerSection (line 9) | class SoundtriggerSection(Section): FILE: aospdtgen/proprietary_files/sections/storage.py class StorageFirmwareSection (line 9) | class StorageFirmwareSection(Section): FILE: aospdtgen/proprietary_files/sections/tetheroffload.py class TetherOffloadSection (line 9) | class TetherOffloadSection(Section): FILE: aospdtgen/proprietary_files/sections/thermal.py class ThermalSection (line 9) | class ThermalSection(Section): class ThermalQcomSection (line 22) | class ThermalQcomSection(Section): class ThermalXiaomiSection (line 35) | class ThermalXiaomiSection(Section): class ThermalConfigsSection (line 42) | class ThermalConfigsSection(Section): FILE: aospdtgen/proprietary_files/sections/time.py class TimeSection (line 9) | class TimeSection(Section): FILE: aospdtgen/proprietary_files/sections/touch.py class TouchHbtpSection (line 9) | class TouchHbtpSection(Section): class TouchOplusSection (line 22) | class TouchOplusSection(Section): class TouchXiaomiSection (line 29) | class TouchXiaomiSection(Section): class TouchFirmwareSection (line 39) | class TouchFirmwareSection(Section): FILE: aospdtgen/proprietary_files/sections/trusted_ui.py class TrustedUiSection (line 9) | class TrustedUiSection(Section): FILE: aospdtgen/proprietary_files/sections/tv.py class TvSection (line 9) | class TvSection(Section): FILE: aospdtgen/proprietary_files/sections/usb.py class UsbSection (line 9) | class UsbSection(Section): FILE: aospdtgen/proprietary_files/sections/uwb.py class UwbSection (line 9) | class UwbSection(Section): FILE: aospdtgen/proprietary_files/sections/vibrator.py class VibratorSection (line 9) | class VibratorSection(Section): class VibratorFirmwareSection (line 24) | class VibratorFirmwareSection(Section): FILE: aospdtgen/proprietary_files/sections/vr.py class VrSection (line 9) | class VrSection(Section): FILE: aospdtgen/proprietary_files/sections/weaver.py class WeaverSection (line 9) | class WeaverSection(Section): FILE: aospdtgen/proprietary_files/sections/wifi.py class WifiSection (line 9) | class WifiSection(Section): class WifiConfigsSection (line 53) | class WifiConfigsSection(Section): class WifiFirmwareSection (line 60) | class WifiFirmwareSection(Section): FILE: aospdtgen/proprietary_files/sections/wifidisplay.py class WifiDisplaySection (line 9) | class WifiDisplaySection(Section): FILE: aospdtgen/templates/__init__.py function render_template (line 21) | def render_template( FILE: aospdtgen/utils/boot_configuration.py class BootConfiguration (line 11) | class BootConfiguration: method __init__ (line 14) | def __init__(self, dump_path: Path): method _get_image_path (line 80) | def _get_image_path(self, partition: str) -> Union[Path, None]: method _extract_if_exists (line 85) | def _extract_if_exists( method copy_files_to_folder (line 96) | def copy_files_to_folder(self, folder: Path) -> None: method cleanup (line 110) | def cleanup(self): FILE: aospdtgen/utils/format_props.py function dump_partition_build_prop (line 14) | def dump_partition_build_prop(build_prop: BuildProp, destination_file_pa...