/ohos5.0/foundation/ability/idl_tool/test/unittest/ast_module_test/ |
H A D | ast_module_test.cpp | 60 AutoPtr<ASTModule> module = new ASTModule(); variable 77 AutoPtr<ASTModule> module = new ASTModule(); variable 94 AutoPtr<ASTModule> module = new ASTModule(); variable 111 AutoPtr<ASTModule> module = new ASTModule(); variable 128 AutoPtr<ASTModule> module = new ASTModule(); variable 145 AutoPtr<ASTModule> module = new ASTModule(); variable 162 AutoPtr<ASTModule> module = new ASTModule(); variable 179 AutoPtr<ASTModule> module = new ASTModule(); variable 195 AutoPtr<ASTModule> module = new ASTModule(); variable
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
H A D | module.c | 21 void ModuleRegister(Module *module) in ModuleRegister() 33 Module *module = NULL; in ModuleGet() local 46 Module *module = ModuleGet(name); in ModuleInit() local 54 Module *module = ModuleGet(name); in ModuleStartup() local 62 Module *module = ModuleGet(name); in ModuleShutdown() local 70 Module *module = ModuleGet(name); in ModuleCleanup() local
|
/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()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_manager_config_file.py | 75 def _begin_end(module, driver): argument 81 def _create_device(self, module, driver): argument 102 def add_device(self, module, driver): argument 115 def delete_device(self, module, driver): argument 122 def _create_host(self, module): argument 133 def add_host(self, module): argument 145 def delete_host(self, module): argument
|
H A D | hdf_vendor_mk_file.py | 30 def _begin_end(self, module): argument 36 def _create_module(self, module, need_content=True): argument 52 def add_module(self, module): argument 62 def delete_module(self, file_path, module): argument
|
/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/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/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/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/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/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 …]
|
/ohos5.0/base/time/time_service/utils/native/include/ |
H A D | time_hilog.h | 62 #define TIME_HILOGF(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_FATAL, TIME_MODULE_LABEL[modul… argument 64 #define TIME_HILOGE(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_ERROR, TIME_MODULE_LABEL[modul… argument 66 #define TIME_HILOGW(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_WARN, TIME_MODULE_LABEL[module… argument 68 #define TIME_HILOGI(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_INFO, TIME_MODULE_LABEL[module… argument 70 #define TIME_HILOGD(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, TIME_MODULE_LABEL[modul… argument 72 #define TIME_SIMPLIFY_HILOGI(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_INFO, TIME_MODULE_LAB… argument 75 #define CHECK_AND_RETURN_RET_LOG(module, cond, ret, ...) \ argument 83 #define CHECK_AND_RETURN_LOG(module, cond, ...) \ argument
|
/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()
|
/ohos5.0/base/security/device_auth/services/frameworks/src/module/ |
H A D | dev_auth_module_manager.c | 36 AuthModuleBase **module; in GetModule() local 76 AuthModuleBase *module = GetModule(moduleType); in RegisterLocalIdentity() local 104 AuthModuleBase *module = GetModule(moduleType); in UnregisterLocalIdentity() local 132 AuthModuleBase *module = GetModule(moduleType); in DeletePeerAuthInfo() local 161 AuthModuleBase *module = GetModule(moduleType); in GetPublicKey() local 188 AuthModuleBase *module = GetModule(moduleType); in CheckMsgRepeatability() local 203 AuthModuleBase *module = GetModule(moduleType); in CreateTask() local 223 AuthModuleBase *module = GetModule(moduleType); in ProcessTask() local 244 AuthModuleBase *module = GetModule(moduleType); in DestroyTask() local 285 AuthModuleBase **module; in DestroyModules() local
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | logger.h | 43 #define LOG_FATAL(module, fmt, ...) \ argument 53 #define LOG_ERROR(module, fmt, ...) \ argument 63 #define LOG_WARN(module, fmt, ...) \ argument 73 #define LOG_INFO(module, fmt, ...) \ argument 83 #define LOG_DEBUG(module, fmt, ...) \ argument
|
/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
|
/ohos5.0/base/hiviewdfx/hidumper/utils/native/include/ |
H A D | hilog_wrapper.h | 44 #define DUMPER_HILOGF(module, fmt, ...) \ argument 46 #define DUMPER_HILOGE(module, fmt, ...) \ argument 48 #define DUMPER_HILOGW(module, fmt, ...) \ argument 50 #define DUMPER_HILOGI(module, fmt, ...) \ argument 52 #define DUMPER_HILOGD(module, fmt, ...) \ argument
|
/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()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_module.c | 26 static int32_t InitFeatures(struct WifiModule *module) in InitFeatures() 54 static int32_t DeInitFeatures(struct WifiModule *module) in DeInitFeatures() 78 int16_t InitWifiModule(struct WifiModule *module, const struct HdfConfigWlanModuleConfig *config) in InitWifiModule()
|
/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()
|