Home
last modified time | relevance | path

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

123456

/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/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/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/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/interfaces/audio/core/all-versions/vts/functional/7.0/
DPolicyConfig.cpp53 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/
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/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGrallocLoader.h38 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/
DGrallocLoader.h116 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/
DPolicyConfig.h80 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/
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()
Dframebuffer.cpp122 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/
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/interfaces/gatekeeper/1.0/default/
DGatekeeper.h61 const hw_module_t *module; variable
/hardware/libhardware/modules/thermal/
Dthermal.c39 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/
DISoundDoseFactory.aidl37 …ullable android.hardware.audio.core.sounddose.ISoundDose getSoundDose(in @utf8InCpp String module); in getSoundDose()
/hardware/interfaces/audio/aidl/sounddose/android/hardware/audio/sounddose/
DISoundDoseFactory.aidl43 @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/
DISoundDoseFactory.aidl37 …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/
DISoundDoseFactory.aidl37 …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/
DISoundDoseFactory.aidl37 …ullable android.hardware.audio.core.sounddose.ISoundDose getSoundDose(in @utf8InCpp String module); in getSoundDose()
/hardware/interfaces/boot/1.0/default/
DBootControl.cpp34 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/
Dgralloc1-adapter.cpp20 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/
DGenerators.cpp42 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateOutputDeviceConfigParameters() local
105 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateInputDeviceConfigParameters() local

123456