Home
last modified time | relevance | path

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

123

/device/amlogic/yukawa/hal/bootctrl/
Dboot_control.cc91 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/
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()
/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()
/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()
/device/generic/goldfish-opengl/
Dcmake_transform.py51 def remove_lib_prefix(module): argument
81 def generate_module(module): argument
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp75 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
Dgralloc_old.cpp1007 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/
DEmulatedCameraFactory.cpp180 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()
DEmulatedQemuCamera2.cpp34 struct hw_module_t* module) in EmulatedQemuCamera2()
DEmulatedBaseCamera.cpp38 struct hw_module_t* module) in EmulatedBaseCamera()
DEmulatedFakeCamera.cpp35 struct hw_module_t* module, in EmulatedFakeCamera()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGralloc1.cpp127 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/
Dmemtrack_dragonboard.c21 int dragonboard_memtrack_init(const struct memtrack_module *module) in dragonboard_memtrack_init()
/device/linaro/hikey/libmemtrack/
Dmemtrack_hikey.c21 int hikey_memtrack_init(const struct memtrack_module *module) in hikey_memtrack_init()
/device/amlogic/yukawa/hal/memtrack/
Dmemtrack_yukawa.c21 int yukawa_memtrack_init(const struct memtrack_module *module) in yukawa_memtrack_init()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
Dhwcomposer.cpp29 static int hwc_open(const struct hw_module_t* module, const char* name, in hwc_open()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedQemuCamera2.cpp33 struct hw_module_t* module) in EmulatedQemuCamera2()
DEmulatedFakeCamera.cpp37 struct hw_module_t* module) in EmulatedFakeCamera()
DEmulatedBaseCamera.cpp37 struct hw_module_t* module) in EmulatedBaseCamera()
DEmulatedQemuCamera.cpp30 EmulatedQemuCamera::EmulatedQemuCamera(int cameraId, struct hw_module_t* module) in EmulatedQemuCamera()

123