/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_module.cpp | 51 static int mali_gralloc_module_device_open(const hw_module_t *module, const char *name, hw_device_t… 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() 85 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) 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() 100 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr() 108 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock() 115 static int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_async() 123 static int gralloc_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usa… in gralloc_lock_ycbcr_async() 131 static int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int32_t *fe… in gralloc_unlock_async()
|
D | mali_gralloc_reference.cpp | 37 int mali_gralloc_reference_retain(mali_gralloc_module const *module, buffer_handle_t handle) in mali_gralloc_reference_retain() 81 int mali_gralloc_reference_release(mali_gralloc_module const *module, buffer_handle_t handle, bool … in mali_gralloc_reference_release()
|
D | framebuffer_device.cpp | 174 static int init_frame_buffer_locked(struct private_module_t *module) in init_frame_buffer_locked() 382 static int init_frame_buffer(struct private_module_t *module) in init_frame_buffer() 554 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in framebuffer_device_open()
|
D | mali_gralloc_formats.cpp | 68 const struct hw_module_t *module = { NULL }; in get_block_capabilities() local
|
D | mali_gralloc_public_interface.cpp | 694 int mali_gralloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in mali_gralloc_device_open()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_module.cpp | 51 static int mali_gralloc_module_device_open(const hw_module_t *module, const char *name, hw_device_t… 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() 85 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) 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() 100 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr() 108 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock() 115 static int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_async() 123 static int gralloc_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usa… in gralloc_lock_ycbcr_async() 131 static int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int32_t *fe… in gralloc_unlock_async()
|
D | mali_gralloc_reference.cpp | 37 int mali_gralloc_reference_retain(mali_gralloc_module const *module, buffer_handle_t handle) in mali_gralloc_reference_retain() 81 int mali_gralloc_reference_release(mali_gralloc_module const *module, buffer_handle_t handle, bool … in mali_gralloc_reference_release()
|
D | framebuffer_device.cpp | 174 static int init_frame_buffer_locked(struct private_module_t *module) in init_frame_buffer_locked() 382 static int init_frame_buffer(struct private_module_t *module) in init_frame_buffer() 554 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in framebuffer_device_open()
|
D | mali_gralloc_formats.cpp | 68 const struct hw_module_t *module = { NULL }; in get_block_capabilities() local
|
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()
|
/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() 62 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer() 239 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) 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() 330 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr() 410 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock() 465 static int gralloc_lock_async (gralloc_module_t const *module, buffer_handle_t handle, int usage, i… in gralloc_lock_async() 476 static int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int *fenceF… in gralloc_unlock_async() 489 static int gralloc_lock_async_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usa… in gralloc_lock_async_ycbcr()
|
D | framebuffer_device.cpp | 186 int init_frame_buffer_locked(struct private_module_t *module) in init_frame_buffer_locked() 410 static int init_frame_buffer(struct private_module_t *module) in init_frame_buffer() 453 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in framebuffer_device_open()
|
D | alloc_device.cpp | 824 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in alloc_device_open()
|
/device/generic/goldfish-opengl/system/codecs/c2/store/ |
D | GoldfishComponentStore.cpp | 203 std::shared_ptr<ComponentModule> module = shared_from_this(); in createInterface() local 222 std::shared_ptr<ComponentModule> module = shared_from_this(); in createComponent() local 312 std::shared_ptr<ComponentModule> module; in visitComponents() local 336 C2String name, std::shared_ptr<ComponentModule> *module) { in findComponent() 351 std::shared_ptr<ComponentModule> module; in createComponent() local 364 std::shared_ptr<ComponentModule> module; in createInterface() local
|
/device/generic/goldfish-opengl/ |
D | cmake_transform.py | 51 def remove_lib_prefix(module): argument 81 def generate_module(module): argument
|
/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()
|
/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()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 1031 static int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 1089 static int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 1153 static int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 1324 static int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 1370 static int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 1478 static int gralloc_device_open(const hw_module_t* module, in gralloc_device_open() 1594 void* module; in fallback_init() local
|
/device/google/contexthub/sensorhal/ |
D | directchannel.cpp | 88 const hw_module_t *module; in GrallocHalWrapper() local
|
D | sensors.cpp | 46 SensorContext::SensorContext(const struct hw_module_t *module) in SensorContext() 383 const struct hw_module_t *module, in open_sensors()
|
/device/google/trout/hal/sensors/2.1/ |
D | SensorsSubHal.cpp | 61 for (auto module : modulesList) { in readSensorsConfigFromXml() local
|
/device/amlogic/yukawa/hal/hdmicec/ |
D | hdmi_cec.c | 529 static int open_hdmi_cec(const struct hw_module_t *module, const char *id, in open_hdmi_cec()
|
/device/amlogic/yukawa/hal/audio/ |
D | audio_hw.c | 1139 static int adev_open(const hw_module_t* module, const char* name, in adev_open()
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 823 static int adev_open(const hw_module_t* module, const char* name, in adev_open()
|
/device/linaro/dragonboard/audio/ |
D | audio_hw.c | 1123 static int adev_open(const hw_module_t* module, const char* name, in adev_open()
|