/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Gralloc1.cpp | 32 static int gralloc1_device_open(const hw_module_t*, const char*, hw_device_t**); 38 static hw_module_t g_gralloc1_module = { 127 static int gralloc1_device_open(const hw_module_t* module, const char* id, hw_device_t** device) { in gralloc1_device_open() 136 int hw_get_module(const char* id, const hw_module_t** module) { in hw_get_module() 139 *module = const_cast<const hw_module_t*>(&g_gralloc1_module); in hw_get_module()
|
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ |
D | hardware.h | 32 struct hw_module_t { struct 51 struct hw_module_t* module; argument 61 int (*open)(const hw_module_t*, const char*, hw_device_t**); 65 int hw_get_module(const char* id, const hw_module_t** module);
|
D | gralloc.h | 33 hw_module_t common;
|
D | gralloc1.h | 74 static inline int gralloc1_open(const hw_module_t* module, gralloc1_device_t** device) { in gralloc1_open()
|
/device/amlogic/yukawa/hal/hdmicec/ |
D | hdmi_cec_test_hal.c | 25 extern struct hw_module_t HAL_MODULE_INFO_SYM; 26 static int (*hdmicec_open)(const struct hw_module_t *, const char *, struct hw_device_t **); 28 static struct hw_module_t *device; 29 static struct hw_module_t **device2 = &device;
|
D | hdmi_cec.c | 531 static int open_hdmi_cec(const struct hw_module_t *module, const char *id, in open_hdmi_cec() 560 ctx->device.common.module = (struct hw_module_t *)module; in open_hdmi_cec() 603 struct hw_module_t HAL_MODULE_INFO_SYM = {
|
/device/linaro/hikey/gralloc/ |
D | gralloc_module.cpp | 46 static int gralloc_device_open(const hw_module_t *module, const char *name, hw_device_t **device) in gralloc_device_open() 142 hw_module_t *pmodule = NULL; in gralloc_register_buffer() 145 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in gralloc_register_buffer() 433 hw_module_t *pmodule = NULL; in gralloc_unlock() 436 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in gralloc_unlock()
|
D | framebuffer_device.cpp | 453 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in framebuffer_device_open() 481 dev->common.module = const_cast<hw_module_t *>(module); in framebuffer_device_open()
|
D | framebuffer_device.h | 22 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | alloc_device.h | 41 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 46 SensorContext::SensorContext(const struct hw_module_t *module) in SensorContext() 53 device.common.module = const_cast<hw_module_t *>(module); in SensorContext() 383 const struct hw_module_t *module, in open_sensors()
|
/device/amlogic/yukawa/hal/gralloc/legacy/ |
D | alloc_device.cpp | 158 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in alloc_device_open() 177 dev->common.module = const_cast<hw_module_t *>(module); in alloc_device_open()
|
D | alloc_device.h | 22 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
/device/linaro/hikey/gralloc960/legacy/ |
D | alloc_device.cpp | 157 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in alloc_device_open() 176 dev->common.module = const_cast<hw_module_t *>(module); in alloc_device_open()
|
D | alloc_device.h | 22 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
/device/google/comet/sensors/ |
D | sensors_dummy.c | 359 open_sensors(const struct hw_module_t* module, in open_sensors() 374 dev->device.common.module = (struct hw_module_t*) module; in open_sensors()
|
/device/google/akita/sensors/ |
D | sensors_dummy.c | 359 open_sensors(const struct hw_module_t* module, in open_sensors() 374 dev->device.common.module = (struct hw_module_t*) module; in open_sensors()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_public_interface.cpp | 423 int mali_gralloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in mali_gralloc_device_open() 442 dev->common.module = const_cast<hw_module_t *>(module); in mali_gralloc_device_open()
|
D | mali_gralloc_public_interface.h | 23 int mali_gralloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | framebuffer_device.h | 23 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | framebuffer_device.cpp | 554 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in framebuffer_device_open() 623 dev->common.module = const_cast<hw_module_t *>(module); in framebuffer_device_open()
|
D | mali_gralloc_module.h | 34 struct hw_module_t common;
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_public_interface.h | 23 int mali_gralloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | framebuffer_device.h | 23 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | framebuffer_device.cpp | 554 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in framebuffer_device_open() 623 dev->common.module = const_cast<hw_module_t *>(module); in framebuffer_device_open()
|