Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/device/generic/goldfish-opengl/
Dcmake_transform.py51 def remove_lib_prefix(module): argument
53 if module.startswith("lib"):
54 return module[3:]
56 return module
81 def generate_module(module): argument
83 name = remove_lib_prefix(module["module"])
85 mkfile = os.path.join(module["path"], "Android.mk")
90 make.append("set(%s_src %s)" % (name, " ".join(module["src"])))
91 if module["type"] == "SHARED_LIBRARY":
94 name, " ".join(module["src"])
[all …]
Dcommon.mk23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY)
31 emugl-begin-module = \
39 $(call _emugl-init-module,$1,$2,$3)
42 emugl-begin-module += $(eval LOCAL_VENDOR_MODULE := true)
46 emugl-begin-module += $(eval include external/stlport/libstlport.mk)
49 emugl-begin-module += $(eval LOCAL_PRELINK_MODULE := false)
52 emugl-begin-module += $(eval LOCAL_MODULE_TAGS := debug)
53 emugl-begin-module += $(eval LOCAL_SHARED_LIBRARIES += libstlport)
57 emugl-end-module = \
[all …]
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_module.cpp51 static int mali_gralloc_module_device_open(const hw_module_t *module, const char *name, hw_device_t… in mali_gralloc_module_device_open() argument
59 status = mali_gralloc_device_open(module, name, device); in mali_gralloc_module_device_open()
66 status = alloc_device_open(module, name, device); in mali_gralloc_module_device_open()
72 status = framebuffer_device_open(module, name, device); in mali_gralloc_module_device_open()
78 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer() argument
80 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_register_buffer()
85 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer() argument
87 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unregister_buffer()
92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() argument
95 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock()
[all …]
Dframebuffer_device.cpp68 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in fb_set_swap_interval()
91 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in fb_post()
174 static int init_frame_buffer_locked(struct private_module_t *module) in init_frame_buffer_locked() argument
176 if (module->framebuffer) in init_frame_buffer_locked()
325 module->dpy_type = MALI_DPY_TYPE_CLCD; in init_frame_buffer_locked()
329 module->dpy_type = MALI_DPY_TYPE_HDLCD; in init_frame_buffer_locked()
333 module->dpy_type = MALI_DPY_TYPE_HDLCD; in init_frame_buffer_locked()
337 module->dpy_type = MALI_DPY_TYPE_UNKNOWN; in init_frame_buffer_locked()
350 module->flags = flags; in init_frame_buffer_locked()
351 module->info = info; in init_frame_buffer_locked()
[all …]
/device/linaro/hikey/gralloc960/
Dmali_gralloc_module.cpp51 static int mali_gralloc_module_device_open(const hw_module_t *module, const char *name, hw_device_t… in mali_gralloc_module_device_open() argument
59 status = mali_gralloc_device_open(module, name, device); in mali_gralloc_module_device_open()
66 status = alloc_device_open(module, name, device); in mali_gralloc_module_device_open()
72 status = framebuffer_device_open(module, name, device); in mali_gralloc_module_device_open()
78 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer() argument
80 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_register_buffer()
85 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer() argument
87 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unregister_buffer()
92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() argument
95 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock()
[all …]
Dframebuffer_device.cpp68 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in fb_set_swap_interval()
91 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in fb_post()
174 static int init_frame_buffer_locked(struct private_module_t *module) in init_frame_buffer_locked() argument
176 if (module->framebuffer) in init_frame_buffer_locked()
325 module->dpy_type = MALI_DPY_TYPE_CLCD; in init_frame_buffer_locked()
329 module->dpy_type = MALI_DPY_TYPE_HDLCD; in init_frame_buffer_locked()
333 module->dpy_type = MALI_DPY_TYPE_HDLCD; in init_frame_buffer_locked()
337 module->dpy_type = MALI_DPY_TYPE_UNKNOWN; in init_frame_buffer_locked()
350 module->flags = flags; in init_frame_buffer_locked()
351 module->info = info; in init_frame_buffer_locked()
[all …]
Dmali_gralloc_public_interface.cpp168 m = reinterpret_cast<private_module_t *>(device->common.module); in mali_gralloc_allocate()
245 m = reinterpret_cast<private_module_t *>(device->common.module); in mali_gralloc_retain()
263 m = reinterpret_cast<private_module_t *>(device->common.module); in mali_gralloc_release()
277 m = reinterpret_cast<private_module_t *>(device->common.module); in mali_gralloc1_get_num_flex_planes()
298 m = reinterpret_cast<private_module_t *>(device->common.module); in mali_gralloc1_lock_async()
326 m = reinterpret_cast<private_module_t *>(device->common.module); in mali_gralloc1_lock_flex_async()
350 m = reinterpret_cast<private_module_t *>(device->common.module); in mali_gralloc1_unlock_async()
423 int mali_gralloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in mali_gralloc_device_open() argument
442 dev->common.module = const_cast<hw_module_t *>(module); in mali_gralloc_device_open()
/device/amlogic/yukawa/hal/bootctrl/
Dboot_control.cc91 static bool IsInitialized(const BootControlPrivate* module) { in IsInitialized() argument
92 if (!module->initialized) { in IsInitialized()
100 void BootControlInit(boot_control_module_t* module) { in BootControlInit() argument
102 reinterpret_cast<BootControlPrivate*>(module); in BootControlInit()
106 if (!module) { in BootControlInit()
111 ALOGI("Init %s", module->common.name); in BootControlInit()
155 unsigned int GetNumberSlots(boot_control_module_t* module) { in GetNumberSlots() argument
157 reinterpret_cast<BootControlPrivate*>(module); in GetNumberSlots()
164 unsigned int GetCurrentSlot(boot_control_module_t* module) { in GetCurrentSlot() argument
166 reinterpret_cast<BootControlPrivate*>(module); in GetCurrentSlot()
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/katex/contrib/
Dmathtex-script-type.js2 if(typeof exports === 'object' && typeof module === 'object')
3 module.exports = factory(require("katex"));
23 /******/ var module = installedModules[moduleId] = {
30 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
33 /******/ module.l = true;
36 /******/ return module.exports;
78 /******/ __webpack_require__.n = function(module) { argument
79 /******/ var getter = module && module.__esModule ?
80 /******/ function getDefault() { return module['default']; } :
81 /******/ function getModuleExports() { return module; };
[all …]
Dcopy-tex.js2 if(typeof exports === 'object' && typeof module === 'object')
3 module.exports = factory();
23 /******/ var module = installedModules[moduleId] = {
30 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
33 /******/ module.l = true;
36 /******/ return module.exports;
78 /******/ __webpack_require__.n = function(module) { argument
79 /******/ var getter = module && module.__esModule ?
80 /******/ function getDefault() { return module['default']; } :
81 /******/ function getModuleExports() { return module; };
[all …]
Dauto-render.js2 if(typeof exports === 'object' && typeof module === 'object')
3 module.exports = factory(require("katex"));
23 /******/ var module = installedModules[moduleId] = {
30 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
33 /******/ module.l = true;
36 /******/ return module.exports;
78 /******/ __webpack_require__.n = function(module) { argument
79 /******/ var getter = module && module.__esModule ?
80 /******/ function getDefault() { return module['default']; } :
81 /******/ function getModuleExports() { return module; };
[all …]
Drender-a11y-string.js2 if(typeof exports === 'object' && typeof module === 'object')
3 module.exports = factory(require("katex"));
23 /******/ var module = installedModules[moduleId] = {
30 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
33 /******/ module.l = true;
36 /******/ return module.exports;
78 /******/ __webpack_require__.n = function(module) { argument
79 /******/ var getter = module && module.__esModule ?
80 /******/ function getDefault() { return module['default']; } :
81 /******/ function getModuleExports() { return module; };
[all …]
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp76 private_module_t *m = reinterpret_cast<private_module_t *>(dev->common.module); in fb_post()
186 int init_frame_buffer_locked(struct private_module_t *module) in init_frame_buffer_locked() argument
188 if (module->framebuffer) in init_frame_buffer_locked()
363 module->flags = flags; in init_frame_buffer_locked()
364 module->info = info; in init_frame_buffer_locked()
365 module->finfo = finfo; in init_frame_buffer_locked()
366 module->xdpi = xdpi; in init_frame_buffer_locked()
367 module->ydpi = ydpi; in init_frame_buffer_locked()
368 module->fps = fps; in init_frame_buffer_locked()
385module->framebuffer = new private_handle_t(private_handle_t::PRIV_FLAGS_FRAMEBUFFER, 0, fbSize, va… in init_frame_buffer_locked()
[all …]
Dgralloc_module.cpp46 static int gralloc_device_open(const hw_module_t *module, const char *name, hw_device_t **device) in gralloc_device_open() argument
52 status = alloc_device_open(module, name, device); in gralloc_device_open()
56 status = framebuffer_device_open(module, name, device); in gralloc_device_open()
62 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer() argument
64 MALI_IGNORE(module); in gralloc_register_buffer()
239 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer() argument
241 MALI_IGNORE(module); in gralloc_unregister_buffer()
281 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() argument
322 MALI_IGNORE(module); in gralloc_lock()
330 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr() argument
[all …]
/device/generic/vulkan-cereal/fake-android-guest/hardware/
Dgralloc.h172 int (*registerBuffer)(struct gralloc_module_t const* module,
187 int (*unregisterBuffer)(struct gralloc_module_t const* module,
225 int (*lock)(struct gralloc_module_t const* module,
236 int (*unlock)(struct gralloc_module_t const* module,
241 int (*perform)(struct gralloc_module_t const* module,
264 int (*lock_ycbcr)(struct gralloc_module_t const* module,
279 int (*lockAsync)(struct gralloc_module_t const* module,
295 int (*unlockAsync)(struct gralloc_module_t const* module,
309 int (*lockAsync_ycbcr)(struct gralloc_module_t const* module,
327 struct gralloc_module_t const* module, buffer_handle_t handle, uint32_t *outNumFds,
[all …]
/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp203 std::shared_ptr<ComponentModule> module = shared_from_this(); in createInterface() local
205 id, interface, [module, deleter](C2ComponentInterface *p) mutable { in createInterface()
209 module.reset(); // remove module ref (not technically needed) in createInterface()
222 std::shared_ptr<ComponentModule> module = shared_from_this(); in createComponent() local
224 id, component, [module, deleter](C2Component *p) mutable { in createComponent()
228 module.reset(); // remove module ref (not technically needed) in createComponent()
312 std::shared_ptr<ComponentModule> module; in visitComponents() local
313 if (loader.fetchModule(&module) == C2_OK) { in visitComponents()
315 module->getTraits(); in visitComponents()
336 C2String name, std::shared_ptr<ComponentModule> *module) { in findComponent() argument
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/
Dfunctable.py95 def __init__(self, module, typeInfo): argument
96 VulkanWrapperGenerator.__init__(self, module, typeInfo)
110 self.module.appendImpl(cgen.swapCode())
184 self.module.appendImpl(cgen.swapCode())
188 self.module.appendHeader(getProcAddressDecl + ";\n")
189 self.module.appendImpl(getProcAddressDecl)
220 self.module.appendImpl(self.cgen.swapCode())
223 self.module.appendHeader(getInstanceProcAddressDecl + ";\n")
224 self.module.appendImpl(getInstanceProcAddressDecl)
273 self.module.appendImpl(self.cgen.swapCode())
[all …]
Dextensionstructs.py29 def __init__(self, module, typeInfo): argument
30 VulkanWrapperGenerator.__init__(self, module, typeInfo)
61 self.module.appendHeader(self.codegen.makeFuncDecl(
63 self.module.appendHeader(self.codegen.makeFuncDecl(
65 self.module.appendHeader(self.codegen.makeFuncDecl(
87 self.module.appendImpl(
107 self.module.appendImpl(
117 self.module.appendImpl(
Ddecodersnapshot.py192 def __init__(self, module, typeInfo): argument
193 VulkanWrapperGenerator.__init__(self, module, typeInfo)
207 self.module.appendHeader(decoder_snapshot_decl_preamble)
208 self.module.appendImpl(decoder_snapshot_impl_preamble)
237 self.module.appendHeader(self.cgenHeader.swapCode())
241 self.module.appendImpl(self.cgenImpl.swapCode())
244 self.module.appendHeader(decoder_snapshot_decl_postamble)
245 self.module.appendImpl(decoder_snapshot_impl_postamble)
261 self.module.appendImpl(self.cgenImpl.swapCode())
Dmarshaling.py621 def __init__(self, module, typeInfo, variant="host"): argument
622 VulkanWrapperGenerator.__init__(self, module, typeInfo)
683 self.module.appendImpl(self.cgenImpl.makeFuncDecl(self.extensionMarshalPrototype))
684 self.module.appendImpl(self.cgenImpl.makeFuncDecl(self.extensionUnmarshalPrototype))
699 self.module.appendHeader(
702 self.module.appendHeader(
780 self.module.appendHeader(
784 self.module.appendImpl(
788 self.module.appendImpl(
793 self.module.appendHeader(
[all …]
Ddispatch.py143 def __init__(self, module, typeInfo): argument
144 VulkanWrapperGenerator.__init__(self, module, typeInfo)
201 self.module.appendHeader(self.cgenHeader.swapCode())
241 self.module.appendHeader(self.cgenHeader.swapCode())
358 self.module.appendImpl(self.cgenImpl.swapCode())
376 self.module.appendHeader(self.cgenHeader.swapCode())
399 def __init__(self, module, typeInfo): argument
400 VulkanDispatch.__init__(self, module, typeInfo)
419 self.module.appendHeader(self.cgenHeader.swapCode())
435 self.module.appendHeader(self.cgenHeader.swapCode())
[all …]
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp75 hw_device_t make_hw_device(hw_module_t* module, int (*close)(hw_device_t*)) { in make_hw_device() argument
80 result.module = module; in make_hw_device()
477 goldfish_gralloc30_device_t(private_module_t* module) in goldfish_gralloc30_device_t() argument
478 : gralloc_module(module->impl()) { in goldfish_gralloc30_device_t()
480 device.common = make_hw_device(module->to_hw_module(), in goldfish_gralloc30_device_t()
965 private_module_t* module = private_module_t::from_gralloc_module(gralloc_module); in gralloc_register_buffer() local
966 if (!module) { in gralloc_register_buffer()
970 return module->impl()->register_buffer(h); in gralloc_register_buffer()
974 private_module_t* module = private_module_t::from_gralloc_module(gralloc_module); in gralloc_unregister_buffer() local
975 if (!module) { in gralloc_unregister_buffer()
[all …]
Dgralloc_old.cpp1012 static int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() argument
1023 private_module_t *gr = (private_module_t *)module; in gralloc_register_buffer()
1070 static int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() argument
1079 private_module_t *gr = (private_module_t *)module; in gralloc_unregister_buffer()
1134 static int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() argument
1143 private_module_t *gr = (private_module_t *)module; in gralloc_lock()
1305 static int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() argument
1312 private_module_t *gr = (private_module_t *)module; in gralloc_unlock()
1351 static int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() argument
1367 private_module_t *gr = (private_module_t *)module; in gralloc_lock_ycbcr()
[all …]
/device/generic/goldfish/camera/
DEmulatedCameraFactory.cpp181 int EmulatedCameraFactory::device_open(const hw_module_t *module, const char in device_open() argument
188 if (module != &HAL_MODULE_INFO_SYM.common) { in device_open()
190 __FUNCTION__, module, &HAL_MODULE_INFO_SYM.common); in device_open()
219 int EmulatedCameraFactory::open_legacy(const struct hw_module_t *module, in open_legacy() argument
325 struct hw_module_t* module) { in createQemuCameraImpl() argument
330 auto camera = std::make_unique<EmulatedQemuCamera>(cameraId, module, mGBM); in createQemuCameraImpl()
339 auto camera = std::make_unique<EmulatedQemuCamera3>(cameraId, module, mGBM); in createQemuCameraImpl()
394 struct hw_module_t* module) { in createFakeCameraImpl() argument
397 return std::make_unique<EmulatedFakeCamera>(cameraId, backCamera, module, mGBM); in createFakeCameraImpl()
400 return std::make_unique<EmulatedFakeCamera2>(cameraId, backCamera, module, mGBM); in createFakeCameraImpl()
[all …]
/device/ti/beagle_x15/
Dfstab.beagle_x15board_v59 …cp/48000000.interconnect/48000000.interconnect:segment@0/480b4000.target-module/480b4000.mmc/by-na…
10 …cp/48000000.interconnect/48000000.interconnect:segment@0/480b4000.target-module/480b4000.mmc/by-na…
11 …cp/48000000.interconnect/48000000.interconnect:segment@0/480b4000.target-module/480b4000.mmc/by-na…
12 …cp/48000000.interconnect/48000000.interconnect:segment@0/480b4000.target-module/480b4000.mmc/by-na…
16 /devices/platform/48800000.interconnect/48800000.interconnect:segment@0/488c0000.target-module/488c…
17 /devices/platform/48800000.interconnect/48800000.interconnect:segment@0/48880000.target-module/4888…
18 /devices/platform/48000000.interconnect/48000000.interconnect:segment@0/4809c000.target-module/4809…

12345678910>>...12