| /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()  local61         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()  local55         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.2/utils/passthrough/include/composer-passthrough/2.2/ | 
| D | HwcLoader.h | 38         const hw_module_t* module = loadModule();  in load()  local52     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.3/utils/passthrough/include/composer-passthrough/2.3/ | 
| D | HwcLoader.h | 38         const hw_module_t* module = loadModule();  in load()  local52     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()  local52     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()  local63     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/qcom/display/msm8996/libmemtrack/ | 
| D | memtrack_msm.c | 26 int msm_memtrack_init(const struct memtrack_module *module)  in msm_memtrack_init()33 int msm_memtrack_get_memory(const struct memtrack_module *module,  in msm_memtrack_get_memory()
 48 static int memtrack_open(__attribute__((unused)) const hw_module_t* module, const char* name,  in memtrack_open()
 
 | 
| /hardware/qcom/display/msm8994/libmemtrack/ | 
| D | memtrack_msm.c | 25 int msm_memtrack_init(const struct memtrack_module *module)  in msm_memtrack_init()32 int msm_memtrack_get_memory(const struct memtrack_module *module,  in msm_memtrack_get_memory()
 47 static int memtrack_open(const hw_module_t* module, const char* name,  in memtrack_open()
 
 | 
| /hardware/qcom/display/msm8960/libgralloc/ | 
| D | mapper.cpp | 57 static int gralloc_map(gralloc_module_t const* module,  in gralloc_map()91 static int gralloc_unmap(gralloc_module_t const* module,  in gralloc_unmap()
 126 int gralloc_register_buffer(gralloc_module_t const* module,  in gralloc_register_buffer()
 153 int gralloc_unregister_buffer(gralloc_module_t const* module,  in gralloc_unregister_buffer()
 175 int terminateBuffer(gralloc_module_t const* module,  in terminateBuffer()
 200 static int gralloc_map_and_invalidate (gralloc_module_t const* module,  in gralloc_map_and_invalidate()
 234 int gralloc_lock(gralloc_module_t const* module,  in gralloc_lock()
 246 int gralloc_lock_ycbcr(gralloc_module_t const* module,  in gralloc_lock_ycbcr()
 301 int gralloc_unlock(gralloc_module_t const* module,  in gralloc_unlock()
 330 int gralloc_perform(struct gralloc_module_t const* module,  in gralloc_perform()
 
 | 
| /hardware/qcom/bootctrl/ | 
| D | boot_control.cpp | 86 void boot_control_init(struct boot_control_module *module)  in boot_control_init()269 unsigned get_number_slots(struct boot_control_module *module)  in get_number_slots()
 298 unsigned get_current_slot(struct boot_control_module *module)  in get_current_slot()
 333 static int boot_control_check_slot_sanity(struct boot_control_module *module,  in boot_control_check_slot_sanity()
 347 int mark_boot_successful(struct boot_control_module *module)  in mark_boot_successful()
 367 const char *get_suffix(struct boot_control_module *module, unsigned slot)  in get_suffix()
 542 unsigned get_active_boot_slot(struct boot_control_module *module)  in get_active_boot_slot()
 571 int set_active_boot_slot(struct boot_control_module *module, unsigned slot)  in set_active_boot_slot()
 642 int set_slot_as_unbootable(struct boot_control_module *module, unsigned slot)  in set_slot_as_unbootable()
 658 int is_slot_bootable(struct boot_control_module *module, unsigned slot)  in is_slot_bootable()
 [all …]
 
 | 
| /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/qcom/display/msm8084/libgralloc/ | 
| D | mapper.cpp | 55 static int gralloc_map(gralloc_module_t const* module,  in gralloc_map()92 static int gralloc_unmap(gralloc_module_t const* module,  in gralloc_unmap()
 130 int gralloc_register_buffer(gralloc_module_t const* module,  in gralloc_register_buffer()
 157 int gralloc_unregister_buffer(gralloc_module_t const* module,  in gralloc_unregister_buffer()
 179 int terminateBuffer(gralloc_module_t const* module,  in terminateBuffer()
 207 static int gralloc_map_and_invalidate (gralloc_module_t const* module,  in gralloc_map_and_invalidate()
 241 int gralloc_lock(gralloc_module_t const* module,  in gralloc_lock()
 253 int gralloc_lock_ycbcr(gralloc_module_t const* module,  in gralloc_lock_ycbcr()
 265 int gralloc_unlock(gralloc_module_t const* module,  in gralloc_unlock()
 297 int gralloc_perform(struct gralloc_module_t const* module,  in gralloc_perform()
 
 | 
| /hardware/qcom/display/msm8226/libgralloc/ | 
| D | mapper.cpp | 55 static int gralloc_map(gralloc_module_t const* module,  in gralloc_map()92 static int gralloc_unmap(gralloc_module_t const* module,  in gralloc_unmap()
 130 int gralloc_register_buffer(gralloc_module_t const* module,  in gralloc_register_buffer()
 157 int gralloc_unregister_buffer(gralloc_module_t const* module,  in gralloc_unregister_buffer()
 179 int terminateBuffer(gralloc_module_t const* module,  in terminateBuffer()
 207 static int gralloc_map_and_invalidate (gralloc_module_t const* module,  in gralloc_map_and_invalidate()
 241 int gralloc_lock(gralloc_module_t const* module,  in gralloc_lock()
 253 int gralloc_lock_ycbcr(gralloc_module_t const* module,  in gralloc_lock_ycbcr()
 265 int gralloc_unlock(gralloc_module_t const* module,  in gralloc_unlock()
 297 int gralloc_perform(struct gralloc_module_t const* module,  in gralloc_perform()
 
 | 
| /hardware/qcom/display/msm8998/libmemtrack/ | 
| D | memtrack_msm.c | 23 int msm_memtrack_init(const struct memtrack_module *module)  in msm_memtrack_init()30 int msm_memtrack_get_memory(const struct memtrack_module *module,  in msm_memtrack_get_memory()
 
 | 
| /hardware/qcom/display/msm8960/libmemtrack/ | 
| D | memtrack_msm.c | 23 int msm_memtrack_init(const struct memtrack_module *module)  in msm_memtrack_init()28 int msm_memtrack_get_memory(const struct memtrack_module *module,  in msm_memtrack_get_memory()
 
 | 
| /hardware/qcom/display/msm8909w_3100/libmemtrack/ | 
| D | memtrack_msm.c | 23 int msm_memtrack_init(const struct memtrack_module *module)  in msm_memtrack_init()30 int msm_memtrack_get_memory(const struct memtrack_module *module,  in msm_memtrack_get_memory()
 
 | 
| /hardware/qcom/sm7250/display/libmemtrack/ | 
| D | memtrack_msm.c | 23 int msm_memtrack_init(const struct memtrack_module *module)  in msm_memtrack_init()30 int msm_memtrack_get_memory(const struct memtrack_module *module,  in msm_memtrack_get_memory()
 
 | 
| /hardware/qcom/display/msm8909/libmemtrack/ | 
| D | memtrack_msm.c | 23 int msm_memtrack_init(const struct memtrack_module *module)  in msm_memtrack_init()30 int msm_memtrack_get_memory(const struct memtrack_module *module,  in msm_memtrack_get_memory()
 
 | 
| /hardware/qcom/display/msm8226/libmemtrack/ | 
| D | memtrack_msm.c | 23 int msm_memtrack_init(const struct memtrack_module *module)  in msm_memtrack_init()30 int msm_memtrack_get_memory(const struct memtrack_module *module,  in msm_memtrack_get_memory()
 
 | 
| /hardware/qcom/sm8150/display/libmemtrack/ | 
| D | memtrack_msm.c | 23 int msm_memtrack_init(const struct memtrack_module *module)  in msm_memtrack_init()30 int msm_memtrack_get_memory(const struct memtrack_module *module,  in msm_memtrack_get_memory()
 
 | 
| /hardware/qcom/display/msm8084/libmemtrack/ | 
| D | memtrack_msm.c | 23 int msm_memtrack_init(const struct memtrack_module *module)  in msm_memtrack_init()30 int msm_memtrack_get_memory(const struct memtrack_module *module,  in msm_memtrack_get_memory()
 
 | 
| /hardware/google/graphics/common/libmemtrack/ | 
| D | memtrack_exynos.cpp | 27 int exynos_memtrack_init(const struct memtrack_module __unused *module)  in exynos_memtrack_init()32 int exynos_memtrack_get_memory(const struct memtrack_module __unused *module,  in exynos_memtrack_get_memory()
 
 | 
| /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()  local50     static std::unique_ptr<hal::MapperHal> createHal(const hw_module_t* module) {  in createHal()
 
 |