Home
last modified time | relevance | path

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

12

/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()
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()
Dmali_gralloc_reference.cpp37 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()
Dframebuffer_device.cpp174 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()
Dmali_gralloc_formats.cpp68 const struct hw_module_t *module = { NULL }; in get_block_capabilities() local
Dmali_gralloc_public_interface.cpp694 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/
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()
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()
Dmali_gralloc_reference.cpp37 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()
Dframebuffer_device.cpp174 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()
Dmali_gralloc_formats.cpp68 const struct hw_module_t *module = { NULL }; in get_block_capabilities() local
Dmali_gralloc_public_interface.cpp423 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/
Dgralloc_module.cpp46 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()
Dframebuffer_device.cpp186 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()
Dalloc_device.cpp824 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/
DGoldfishComponentStore.cpp203 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/
Dcmake_transform.py51 def remove_lib_prefix(module): argument
81 def generate_module(module): argument
/device/linaro/hikey/gralloc960/legacy/
Dalloc_device.cpp157 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/
Dalloc_device.cpp158 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/
Dgralloc_old.cpp1031 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/
Ddirectchannel.cpp88 const hw_module_t *module; in GrallocHalWrapper() local
Dsensors.cpp46 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/
DSensorsSubHal.cpp61 for (auto module : modulesList) { in readSensorsConfigFromXml() local
/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c529 static int open_hdmi_cec(const struct hw_module_t *module, const char *id, in open_hdmi_cec()
/device/amlogic/yukawa/hal/audio/
Daudio_hw.c1139 static int adev_open(const hw_module_t* module, const char* name, in adev_open()
/device/linaro/hikey/audio/
Daudio_hw.c823 static int adev_open(const hw_module_t* module, const char* name, in adev_open()
/device/linaro/dragonboard/audio/
Daudio_hw.c1123 static int adev_open(const hw_module_t* module, const char* name, in adev_open()

12