Searched refs:hw_get_module (Results 1 – 12 of 12) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ |
D | hardware.h | 65 int hw_get_module(const char* id, const hw_module_t** module);
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | libvirglrenderer.lds | 41 hw_get_module;
|
D | Gralloc1.cpp | 136 int hw_get_module(const char* id, const hw_module_t** module) { in hw_get_module() function
|
/device/linaro/hikey/gralloc/ |
D | gralloc_module.cpp | 145 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in gralloc_register_buffer() 436 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in gralloc_unlock()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | GrallocModule.cpp | 37 int ret = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module); in GrallocModule()
|
/device/google/contexthub/sensorhal/ |
D | directchannel.cpp | 89 status_t err = ::hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module); in GrallocHalWrapper()
|
/device/google/contexthub/contexthubhal/test/ |
D | main.cpp | 107 hw_get_module(CONTEXT_HUB_MODULE_ID, (const hw_module_t **)&mMod); in CHub()
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | gralloc_utils.cpp | 48 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, in Gralloc()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_formats.cpp | 70 if (hw_get_module(name, &module) >= 0) in get_block_capabilities()
|
D | mali_gralloc_ion.cpp | 724 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in mali_gralloc_ion_map()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_formats.cpp | 70 if (hw_get_module(name, &module) >= 0) in get_block_capabilities()
|
D | mali_gralloc_ion.cpp | 682 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in mali_gralloc_ion_map()
|