/hardware/interfaces/boot/1.1/default/boot_control/ |
D | legacy_boot_control.cpp | 35 void BootControl_init(boot_control_module_t* module) { in BootControl_init() 40 unsigned int BootControl_getNumberSlots(boot_control_module_t* module) { in BootControl_getNumberSlots() 45 unsigned int BootControl_getCurrentSlot(boot_control_module_t* module) { in BootControl_getCurrentSlot() 50 int BootControl_markBootSuccessful(boot_control_module_t* module) { in BootControl_markBootSuccessful() 55 int BootControl_setActiveBootSlot(boot_control_module_t* module, unsigned int slot) { in BootControl_setActiveBootSlot() 60 int BootControl_setSlotAsUnbootable(struct boot_control_module* module, unsigned int slot) { in BootControl_setSlotAsUnbootable() 65 int BootControl_isSlotBootable(struct boot_control_module* module, unsigned int slot) { in BootControl_isSlotBootable() 70 int BootControl_isSlotMarkedSuccessful(struct boot_control_module* module, unsigned int slot) { in BootControl_isSlotMarkedSuccessful() 75 const char* BootControl_getSuffix(boot_control_module_t* module, unsigned int slot) { in BootControl_getSuffix()
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcLoader.h | 46 const hw_module_t* module = loadModule(); in load() local 61 const hw_module_t* module; in loadModule() local 77 static std::unique_ptr<hal::ComposerHal> createHal(const hw_module_t* module) { in createHal() 83 static std::unique_ptr<hal::ComposerHal> createHalWithAdapter(const hw_module_t* module) { in createHalWithAdapter() 100 static hwc2_device_t* openDeviceWithAdapter(const hw_module_t* module, bool* outAdapted) { in openDeviceWithAdapter() 124 static hwc2_device_t* adaptGrallocModule(const hw_module_t* module) { in adaptGrallocModule()
|
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | GrallocLoader.h | 42 const hw_module_t* module = loadModule(); in load() local 55 const hw_module_t* module; in loadModule() local 66 static int getModuleMajorApiVersion(const hw_module_t* module) { in getModuleMajorApiVersion() 71 static std::unique_ptr<hal::AllocatorHal> createHal(const hw_module_t* module) { in createHal()
|
/hardware/ti/am57x/bootctrl/ |
D | boot_control.cc | 91 static bool IsInitialized(const BootControlPrivate* module) { in IsInitialized() 100 void BootControlInit(boot_control_module_t* module) { in BootControlInit() 155 unsigned int GetNumberSlots(boot_control_module_t* module) { in GetNumberSlots() 164 unsigned int GetCurrentSlot(boot_control_module_t* module) { in GetCurrentSlot() 173 int IsSlotMarkedSuccessful(boot_control_module_t* module, unsigned int slot) { in IsSlotMarkedSuccessful() 192 int MarkBootSuccessful(boot_control_module_t* module) { in MarkBootSuccessful() 216 int SetActiveBootSlot(boot_control_module_t* module, unsigned int slot) { in SetActiveBootSlot() 263 int SetSlotAsUnbootable(boot_control_module_t* module, unsigned int slot) { in SetSlotAsUnbootable() 291 int IsSlotBootable(struct boot_control_module* module, unsigned int slot) { in IsSlotBootable() 309 const char* GetSuffix(boot_control_module_t* module, unsigned int slot) { in GetSuffix()
|
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
D | HwcLoader.h | 38 const hw_module_t* module = loadModule(); in load() local 52 static std::unique_ptr<hal::ComposerHal> createHal(const hw_module_t* module) { in createHal() 58 static std::unique_ptr<hal::ComposerHal> createHalWithAdapter(const hw_module_t* module) { in createHalWithAdapter()
|
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcLoader.h | 38 const hw_module_t* module = loadModule(); in load() local 52 static std::unique_ptr<hal::ComposerHal> createHal(const hw_module_t* module) { in createHal() 58 static std::unique_ptr<hal::ComposerHal> createHalWithAdapter(const hw_module_t* module) { in createHalWithAdapter()
|
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
D | HwcLoader.h | 38 const hw_module_t* module = loadModule(); in load() local 52 static std::unique_ptr<hal::ComposerHal> createHal(const hw_module_t* module) { in createHal() 58 static std::unique_ptr<hal::ComposerHal> createHalWithAdapter(const hw_module_t* module) { in createHalWithAdapter()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
D | PolicyConfig.cpp | 53 for (const auto& module : mConfig->getFirstModules()->get_module()) { in getModuleFromName() local 63 if (auto module = getModuleFromName(moduleName); module) { in getSinkDeviceForMixPort() local 92 auto module = getModuleFromName(name); in haveInputProfilesInModule() local 123 auto module = getModuleFromName(moduleName); in getAttachedDevices() local 132 auto module = getModuleFromName(moduleName); in getDeviceAddressOfDevicePort() local 171 auto module = getModuleFromName(moduleName); in getSinkDevicesForMixPort() local 186 auto module = getModuleFromName(moduleName); in getSourceDevicesForMixPort() local 205 for (const auto& module : mConfig->getFirstModules()->get_module()) { in init() local
|
/hardware/libhardware/modules/vr/ |
D | vr.c | 21 static void vr_init(struct vr_module *module) { in vr_init() 25 static void vr_set_vr_mode(struct vr_module *module, bool enabled) { in vr_set_vr_mode()
|
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/ |
D | GrallocLoader.h | 38 const hw_module_t* module = loadModule(); in load() local 50 static std::unique_ptr<hal::MapperHal> createHal(const hw_module_t* module) { in createHal()
|
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
D | GrallocLoader.h | 116 const hw_module_t* module = loadModule(); in load() local 129 const hw_module_t* module; in loadModule() local 140 static int getModuleMajorApiVersion(const hw_module_t* module) { in getModuleMajorApiVersion() 145 static std::unique_ptr<hal::MapperHal> createHal(const hw_module_t* module) { in createHal()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | PolicyConfig.h | 80 auto module = getModuleFromName(name); in haveInputProfilesInModule() local 90 for (const auto& module : mConfig->getHwModules()) { in init() local 99 for (const auto& module : mConfig->getHwModules()) { in init() local 125 auto module = getModuleFromName(moduleName); in getSinkDevicesForMixPort() local 140 auto module = getModuleFromName(moduleName); in getSourceDevicesForMixPort() local
|
/hardware/libhardware/modules/gralloc/ |
D | mapper.cpp | 76 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 126 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 139 int mapBuffer(gralloc_module_t const* module, in mapBuffer() 146 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer()
|
D | framebuffer.cpp | 122 int mapFrameBufferLocked(struct private_module_t* module, int format) 297 static int mapFrameBuffer(struct private_module_t* module) 317 int fb_device_open(hw_module_t const* module, const char* name,
|
/hardware/libhardware/modules/input/evdev/ |
D | EvdevModule.cpp | 92 static int dummy_open(const hw_module_t __unused *module, const char __unused *id, in dummy_open() 98 static void input_init(const input_module_t* module, in input_init() 106 static void input_notify_report(const input_module_t* module, input_report_t* r) { in input_notify_report()
|
/hardware/interfaces/gatekeeper/1.0/default/ |
D | Gatekeeper.h | 61 const hw_module_t *module; variable
|
/hardware/libhardware/modules/thermal/ |
D | thermal.c | 39 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures() 86 static ssize_t get_cpu_usages(thermal_module_t *module, cpu_usage_t *list) { in get_cpu_usages() 161 static ssize_t get_cooling_devices(thermal_module_t *module, cooling_device_t *list, size_t size) { in get_cooling_devices()
|
/hardware/interfaces/audio/aidl/sounddose/aidl_api/android.hardware.audio.sounddose/current/android/hardware/audio/sounddose/ |
D | ISoundDoseFactory.aidl | 37 …ullable android.hardware.audio.core.sounddose.ISoundDose getSoundDose(in @utf8InCpp String module); in getSoundDose()
|
/hardware/interfaces/audio/aidl/sounddose/android/hardware/audio/sounddose/ |
D | ISoundDoseFactory.aidl | 43 @nullable ISoundDose getSoundDose(in @utf8InCpp String module); in getSoundDose()
|
/hardware/interfaces/audio/aidl/sounddose/aidl_api/android.hardware.audio.sounddose/2/android/hardware/audio/sounddose/ |
D | ISoundDoseFactory.aidl | 37 …ullable android.hardware.audio.core.sounddose.ISoundDose getSoundDose(in @utf8InCpp String module); in getSoundDose()
|
/hardware/interfaces/audio/aidl/sounddose/aidl_api/android.hardware.audio.sounddose/3/android/hardware/audio/sounddose/ |
D | ISoundDoseFactory.aidl | 37 …ullable android.hardware.audio.core.sounddose.ISoundDose getSoundDose(in @utf8InCpp String module); in getSoundDose()
|
/hardware/interfaces/audio/aidl/sounddose/aidl_api/android.hardware.audio.sounddose/1/android/hardware/audio/sounddose/ |
D | ISoundDoseFactory.aidl | 37 …ullable android.hardware.audio.core.sounddose.ISoundDose getSoundDose(in @utf8InCpp String module); in getSoundDose()
|
/hardware/interfaces/boot/1.0/default/ |
D | BootControl.cpp | 34 BootControl::BootControl(boot_control_module_t *module) : mModule(module){ in BootControl() 101 boot_control_module_t* module; in HIDL_FETCH_IBootControl() local 118 boot_control_module_t* module = NULL; in HIDL_FETCH_IBootControl() local
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | gralloc1-adapter.cpp | 20 int gralloc1_adapter_device_open(const struct hw_module_t* module, in gralloc1_adapter_device_open()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/ |
D | Generators.cpp | 42 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateOutputDeviceConfigParameters() local 105 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateInputDeviceConfigParameters() local
|