Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 246) sorted by relevance

12345678910

/hardware/interfaces/boot/1.1/default/boot_control/
Dlegacy_boot_control.cpp35 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/
DHwcLoader.h46 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/ti/am57x/bootctrl/
Dboot_control.cc91 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/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGrallocLoader.h42 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/qcom/display/msm8960/libgralloc/
Dmapper.cpp57 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/
Dboot_control.cpp79 void boot_control_init(struct boot_control_module *module) in boot_control_init()
250 unsigned get_number_slots(struct boot_control_module *module) in get_number_slots()
283 unsigned get_current_slot(struct boot_control_module *module) in get_current_slot()
318 static int boot_control_check_slot_sanity(struct boot_control_module *module, in boot_control_check_slot_sanity()
332 int mark_boot_successful(struct boot_control_module *module) in mark_boot_successful()
350 const char *get_suffix(struct boot_control_module *module, unsigned slot) in get_suffix()
521 int set_active_boot_slot(struct boot_control_module *module, unsigned slot) in set_active_boot_slot()
594 int set_slot_as_unbootable(struct boot_control_module *module, unsigned slot) in set_slot_as_unbootable()
610 int is_slot_bootable(struct boot_control_module *module, unsigned slot) in is_slot_bootable()
629 int is_slot_marked_successful(struct boot_control_module *module, unsigned slot) in is_slot_marked_successful()
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcLoader.h38 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/
DHwcLoader.h38 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/
DHwcLoader.h38 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/qcom/display/msm8084/libgralloc/
Dmapper.cpp55 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/
Dmapper.cpp55 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/msm8996/libmemtrack/
Dmemtrack_msm.c26 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/
Dmemtrack_msm.c25 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/msm8909/libgralloc/
Dmapper.cpp79 static int gralloc_map(gralloc_module_t const* module, in gralloc_map()
123 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap()
167 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer()
181 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer()
197 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer()
213 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate()
253 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock()
266 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr()
279 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock()
302 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dmapper.cpp79 static int gralloc_map(gralloc_module_t const* module, in gralloc_map()
123 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap()
167 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer()
181 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer()
197 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer()
213 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate()
253 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock()
266 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr()
279 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock()
302 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_dbg.h66 #define CLOGx(module, level, fmt, args...) \ argument
74 #define CLOGI(module, fmt, args...) \ argument
77 #define CLOGD(module, fmt, args...) \ argument
80 #define CLOGL(module, fmt, args...) \ argument
83 #define CLOGW(module, fmt, args...) \ argument
86 #define CLOGH(module, fmt, args...) \ argument
89 #define CLOGE(module, fmt, args...) \ argument
/hardware/libhardware/modules/gralloc/
Dmapper.cpp76 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()
/hardware/qcom/display/msm8996/libgralloc/
Dmapper.cpp80 static int gralloc_map(gralloc_module_t const* module, in gralloc_map()
124 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap()
168 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer()
182 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer()
198 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer()
214 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate()
254 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock()
267 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr()
280 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock()
365 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
/hardware/qcom/display/msm8994/libgralloc/
Dmapper.cpp81 static int gralloc_map(gralloc_module_t const* module, in gralloc_map()
125 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap()
169 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer()
183 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer()
199 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer()
215 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate()
255 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock()
268 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr()
281 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock()
366 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
/hardware/libhardware/modules/vr/
Dvr.c21 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/libhardware/modules/input/evdev/
DEvdevModule.cpp92 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/qcom/display/msm8226/libmemtrack/
Dmemtrack_msm.c23 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/
Dmemtrack_msm.c23 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/msm8909w_3100/libmemtrack/
Dmemtrack_msm.c23 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/
Dmemtrack_msm.c23 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()

12345678910