/device/amlogic/yukawa/hal/bootctrl/ |
D | boot_control.cc | 91 static bool IsInitialized(const BootControlPrivate* module) { in IsInitialized() 100 void BootControlInit(boot_control_module_t* module) { in BootControlInit() 155 unsigned int GetNumberSlots(boot_control_module_t* module) { in GetNumberSlots() 164 unsigned int GetCurrentSlot(boot_control_module_t* module) { in GetCurrentSlot() 173 int IsSlotMarkedSuccessful(boot_control_module_t* module, unsigned int slot) { in IsSlotMarkedSuccessful() 192 int MarkBootSuccessful(boot_control_module_t* module) { in MarkBootSuccessful() 216 int SetActiveBootSlot(boot_control_module_t* module, unsigned int slot) { in SetActiveBootSlot() 263 int SetSlotAsUnbootable(boot_control_module_t* module, unsigned int slot) { in SetSlotAsUnbootable() 291 int IsSlotBootable(struct boot_control_module* module, unsigned int slot) { in IsSlotBootable() 309 const char* GetSuffix(boot_control_module_t* module, unsigned int slot) { in GetSuffix()
|
/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()
|
/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()
|
/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()
|
/device/generic/goldfish-opengl/ |
D | cmake_transform.py | 51 def remove_lib_prefix(module): argument 81 def generate_module(module): argument
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 75 hw_device_t make_hw_device(hw_module_t* module, int (*close)(hw_device_t*)) { in make_hw_device() 477 goldfish_gralloc30_device_t(private_module_t* module) in goldfish_gralloc30_device_t() 965 private_module_t* module = private_module_t::from_gralloc_module(gralloc_module); in gralloc_register_buffer() local 974 private_module_t* module = private_module_t::from_gralloc_module(gralloc_module); in gralloc_unregister_buffer() local 986 private_module_t* module = private_module_t::from_gralloc_module(gralloc_module); in gralloc_lock() local 1000 private_module_t* module = private_module_t::from_gralloc_module(gralloc_module); in gralloc_unlock() local 1017 private_module_t* module = private_module_t::from_gralloc_module(gralloc_module); in gralloc_lock_ycbcr() local 1030 int gralloc_device_open_gpu0(private_module_t* module, hw_device_t** device) { in gralloc_device_open_gpu0() 1045 private_module_t* module = private_module_t::from_hw_module(hw_module); in gralloc_device_open() local
|
D | gralloc_old.cpp | 1007 static int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 1065 static int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 1129 static int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 1300 static int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 1346 static int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 1454 static int gralloc_device_open(const hw_module_t* module, in gralloc_device_open() 1570 void* module; in fallback_init() local
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraFactory.cpp | 180 int EmulatedCameraFactory::device_open(const hw_module_t *module, const char in device_open() 218 int EmulatedCameraFactory::open_legacy(const struct hw_module_t *module, in open_legacy() 324 struct hw_module_t* module) { in createQemuCameraImpl() 393 struct hw_module_t* module) { in createFakeCameraImpl()
|
D | EmulatedQemuCamera2.cpp | 34 struct hw_module_t* module) in EmulatedQemuCamera2()
|
D | EmulatedBaseCamera.cpp | 38 struct hw_module_t* module) in EmulatedBaseCamera()
|
D | EmulatedFakeCamera.cpp | 35 struct hw_module_t* module, in EmulatedFakeCamera()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Gralloc1.cpp | 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()
|
/device/linaro/dragonboard/libmemtrack/ |
D | memtrack_dragonboard.c | 21 int dragonboard_memtrack_init(const struct memtrack_module *module) in dragonboard_memtrack_init()
|
/device/linaro/hikey/libmemtrack/ |
D | memtrack_hikey.c | 21 int hikey_memtrack_init(const struct memtrack_module *module) in hikey_memtrack_init()
|
/device/amlogic/yukawa/hal/memtrack/ |
D | memtrack_yukawa.c | 21 int yukawa_memtrack_init(const struct memtrack_module *module) in yukawa_memtrack_init()
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | hwcomposer.cpp | 29 static int hwc_open(const struct hw_module_t* module, const char* name, in hwc_open()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedQemuCamera2.cpp | 33 struct hw_module_t* module) in EmulatedQemuCamera2()
|
D | EmulatedFakeCamera.cpp | 37 struct hw_module_t* module) in EmulatedFakeCamera()
|
D | EmulatedBaseCamera.cpp | 37 struct hw_module_t* module) in EmulatedBaseCamera()
|
D | EmulatedQemuCamera.cpp | 30 EmulatedQemuCamera::EmulatedQemuCamera(int cameraId, struct hw_module_t* module) in EmulatedQemuCamera()
|