/aosp12/hardware/interfaces/boot/1.1/default/boot_control/ |
H A 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()
|
/aosp12/system/bt/btcore/src/ |
H A D | module.cc | 57 module_t* module = (module_t*)dlsym(RTLD_DEFAULT, name); in get_module() local 62 bool module_init(const module_t* module) { in module_init() 75 bool module_start_up(const module_t* module) { in module_start_up() 96 void module_shut_down(const module_t* module) { in module_shut_down() 114 void module_clean_up(const module_t* module) { in module_clean_up() 145 static module_state_t get_module_state(const module_t* module) { in get_module_state() 152 static void set_module_state(const module_t* module, module_state_t state) { in set_module_state()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
H A 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()
|
/aosp12/system/extras/boot_control_copy/ |
H A D | boot_control_copy.cpp | 34 void module_init(boot_control_module_t* module) {} in module_init() 36 unsigned module_getNumberSlots(boot_control_module_t* module) { in module_getNumberSlots() 57 unsigned module_getCurrentSlot(boot_control_module_t* module) { in module_getCurrentSlot() 84 int module_markBootSuccessful(boot_control_module_t* module) { in module_markBootSuccessful() 125 int module_setActiveBootSlot(boot_control_module_t* module, unsigned slot) { in module_setActiveBootSlot() 194 int module_setSlotAsUnbootable(struct boot_control_module* module, unsigned slot) { in module_setSlotAsUnbootable() 219 int module_isSlotBootable(struct boot_control_module* module, unsigned slot) { in module_isSlotBootable() 237 const char* module_getSuffix(boot_control_module_t* module, unsigned slot) { in module_getSuffix()
|
/aosp12/system/extras/bootctl/ |
H A D | bootctl.cpp | 72 static int do_hal_info(const sp<V1_0::IBootControl> module) { in do_hal_info() 79 static int do_get_number_slots(sp<V1_0::IBootControl> module) { in do_get_number_slots() 85 static int do_get_current_slot(sp<V1_0::IBootControl> module) { in do_get_current_slot() 106 static int do_mark_boot_successful(sp<V1_0::IBootControl> module) { in do_mark_boot_successful() 112 static int do_get_active_boot_slot(sp<V1_2::IBootControl> module) { in do_get_active_boot_slot() 118 static int do_set_active_boot_slot(sp<V1_0::IBootControl> module, Slot slot_number) { in do_set_active_boot_slot() 124 static int do_set_slot_as_unbootable(sp<V1_0::IBootControl> module, Slot slot_number) { in do_set_slot_as_unbootable() 143 static int do_is_slot_bootable(sp<V1_0::IBootControl> module, Slot slot_number) { in do_is_slot_bootable() 148 static int do_is_slot_marked_successful(sp<V1_0::IBootControl> module, Slot slot_number) { in do_is_slot_marked_successful() 200 static int do_get_snapshot_merge_status(sp<V1_1::IBootControl> module) { in do_get_snapshot_merge_status() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewareImplTest.java | 858 ISoundTriggerModule module = mService.attach(0, callback); in testAttachDetach() local 870 ISoundTriggerModule module = mService.attach(0, callback); in testAttachDetachNotAvailable() local 882 ISoundTriggerModule module = mService.attach(0, callback); in testAttachDetachAvailable() local 892 ISoundTriggerModule module = mService.attach(0, callback); in testLoadUnloadModel() local 904 ISoundTriggerModule module = mService.attach(0, callback); in testLoadUnloadPhraseModel() local 916 ISoundTriggerModule module = mService.attach(0, callback); in testStartStopRecognition() local 937 ISoundTriggerModule module = mService.attach(0, callback); in testStartStopPhraseRecognition() local 958 ISoundTriggerModule module = mService.attach(0, callback); in testRecognition() local 989 ISoundTriggerModule module = mService.attach(0, callback); in testPhraseRecognition() local 1027 ISoundTriggerModule module = mService.attach(0, callback); in testForceRecognition() local [all …]
|
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | mali_gralloc_module.cpp | 52 static int mali_gralloc_module_device_open(const hw_module_t *module, const char *name, in mali_gralloc_module_device_open() 80 int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer() 87 int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer() 94 int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, in gralloc_lock() 102 int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, in gralloc_lock_ycbcr() 110 int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock() 117 int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, in gralloc_lock_async() 126 int gralloc_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, in gralloc_lock_ycbcr_async() 135 int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, in gralloc_unlock_async()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_btcore_module.cc | 42 bool module_init(const module_t* module) { in module_init() 46 bool module_start_up(const module_t* module) { in module_start_up() 55 void module_clean_up(const module_t* module) { in module_clean_up() 59 void module_shut_down(const module_t* module) { in module_shut_down()
|
/aosp12/hardware/ti/am57x/bootctrl/ |
H A 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()
|
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
H A 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()
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
H A 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
|
/aosp12/hardware/qcom/bootctrl/ |
H A D | boot_control.cpp | 79 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 unsigned get_active_boot_slot(struct boot_control_module *module) in get_active_boot_slot() 550 int set_active_boot_slot(struct boot_control_module *module, unsigned slot) in set_active_boot_slot() 623 int set_slot_as_unbootable(struct boot_control_module *module, unsigned slot) in set_slot_as_unbootable() 639 int is_slot_bootable(struct boot_control_module *module, unsigned slot) in is_slot_bootable() [all …]
|
/aosp12/hardware/qcom/display/msm8960/libgralloc/ |
H A 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()
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
H A 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()
|
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
H A 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()
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
H A 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()
|
/aosp12/hardware/qcom/display/msm8994/libmemtrack/ |
H A 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()
|
/aosp12/hardware/qcom/display/msm8996/libmemtrack/ |
H A 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()
|
/aosp12/hardware/qcom/display/msm8084/libgralloc/ |
H A 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()
|
/aosp12/hardware/qcom/display/msm8226/libgralloc/ |
H A 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()
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/ |
H A D | mapper.cpp | 79 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()
|
/aosp12/hardware/qcom/display/msm8909/libgralloc/ |
H A D | mapper.cpp | 79 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()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
H A D | mm_camera_dbg.h | 66 #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
|
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
H A 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()
|
/aosp12/hardware/libhardware/modules/vr/ |
H A 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()
|