Searched refs:module (Results 1 - 25 of 137) sorted by relevance

123456

/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
H A Darch_ti.h47 #include <linux/module.h>
H A Dtracebuf.h37 #include <linux/module.h>
/hardware/samsung_slsi/exynos5/gralloc/
H A Dgr.h34 int grallocMap(gralloc_module_t const* module, private_handle_t *hnd);
35 int grallocUnmap(gralloc_module_t const* module, private_handle_t *hnd);
H A Dmapper.cpp40 static int gralloc_map(gralloc_module_t const* module, buffer_handle_t handle) argument
56 static int gralloc_unmap(gralloc_module_t const* module, buffer_handle_t handle) argument
75 int grallocMap(gralloc_module_t const* module, private_handle_t *hnd) argument
77 return gralloc_map(module, hnd);
80 int grallocUnmap(gralloc_module_t const* module, private_handle_t *hnd) argument
82 return gralloc_unmap(module, hnd);
85 int getIonFd(gralloc_module_t const *module) argument
87 private_module_t* m = const_cast<private_module_t*>(reinterpret_cast<const private_module_t*>(module));
97 int gralloc_register_buffer(gralloc_module_t const* module, argument
104 err = gralloc_map(module, handl
128 gralloc_unregister_buffer(gralloc_module_t const* module, buffer_handle_t handle) argument
150 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
173 gralloc_unlock(gralloc_module_t const* module, buffer_handle_t handle) argument
[all...]
/hardware/qcom/display/libgralloc/
H A Dgralloc.cpp36 int fb_device_open(const hw_module_t* module, const char* name,
39 static int gralloc_device_open(const hw_module_t* module, const char* name,
42 extern int gralloc_lock(gralloc_module_t const* module,
47 extern int gralloc_unlock(gralloc_module_t const* module,
50 extern int gralloc_register_buffer(gralloc_module_t const* module,
53 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
56 extern int gralloc_perform(struct gralloc_module_t const* module,
59 // HAL module methods
64 // HAL module initialize
95 int gralloc_device_open(const hw_module_t* module, cons argument
[all...]
H A Dframebuffer.cpp79 dev->common.module);
94 dev->common.module);
109 reinterpret_cast<private_module_t*>(dev->common.module);
132 int mapFrameBufferLocked(struct private_module_t* module) argument
135 if (module->framebuffer) {
156 memset(&module->fence, 0, sizeof(struct mdp_buf_fence));
157 memset(&module->commit, 0, sizeof(struct mdp_display_commit));
201 module->fbFormat = HAL_PIXEL_FORMAT_RGBX_8888;
204 module->fbFormat = HAL_PIXEL_FORMAT_RGBX_8888;
206 module
351 mapFrameBuffer(struct private_module_t* module) argument
372 fb_device_open(hw_module_t const* module, const char* name, hw_device_t** device) argument
[all...]
H A Dmapper.cpp59 static int gralloc_map(gralloc_module_t const* module, argument
92 static int gralloc_unmap(gralloc_module_t const* module, argument
117 int gralloc_register_buffer(gralloc_module_t const* module, argument
135 int err = gralloc_map(module, handle, &vaddr);
147 gralloc_unmap(module, handle);
155 gralloc_unmap(module, handle);
162 int gralloc_unregister_buffer(gralloc_module_t const* module, argument
177 gralloc_unmap(module, handle);
190 int terminateBuffer(gralloc_module_t const* module, argument
204 gralloc_unmap(module, hn
215 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
265 gralloc_unlock(gralloc_module_t const* module, buffer_handle_t handle) argument
296 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dpower.h33 * The id of this module
47 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
49 * followed by module specific information.
60 void (*init)(struct power_module *module);
88 void (*setInteractive)(struct power_module *module, int on);
116 void (*powerHint)(struct power_module *module, power_hint_t hint,
H A Dgralloc.h38 * The id of this module
73 /* buffer will be used by the HWComposer HAL module */
114 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
116 * followed by module specific information.
136 int (*registerBuffer)(struct gralloc_module_t const* module,
151 int (*unregisterBuffer)(struct gralloc_module_t const* module,
185 int (*lock)(struct gralloc_module_t const* module,
196 int (*unlock)(struct gralloc_module_t const* module,
201 int (*perform)(struct gralloc_module_t const* module,
212 * followed by module specifi
257 gralloc_open(const struct hw_module_t* module, struct alloc_device_t** device) argument
[all...]
H A Dlocal_time_hal.h28 * The id of this module
49 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
51 * followed by module specific information.
102 const struct hw_module_t* module,
105 return module->methods->open(module, LOCAL_TIME_HARDWARE_INTERFACE,
101 local_time_hw_device_open( const struct hw_module_t* module, struct local_time_hw_device** device) argument
H A Dnfc.h59 * nfc_nci_module_t should contain module-specific parameters
186 static inline int nfc_nci_open(const struct hw_module_t* module, argument
188 return module->methods->open(module, NFC_NCI_CONTROLLER,
255 * possible for PN544 module. Configure address according to
261 static inline int nfc_pn544_open(const struct hw_module_t* module, argument
263 return module->methods->open(module, NFC_PN544_CONTROLLER,
/hardware/libhardware/modules/gralloc/
H A Dmapper.cpp46 static int gralloc_map(gralloc_module_t const* module, argument
67 static int gralloc_unmap(gralloc_module_t const* module, argument
89 int gralloc_register_buffer(gralloc_module_t const* module, argument
100 err = gralloc_map(module, handle, &vaddr);
105 int gralloc_unregister_buffer(gralloc_module_t const* module, argument
115 gralloc_unmap(module, handle);
121 int mapBuffer(gralloc_module_t const* module, argument
125 return gralloc_map(module, hnd, &vaddr);
128 int terminateBuffer(gralloc_module_t const* module, argument
133 gralloc_unmap(module, hn
139 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
160 gralloc_unlock(gralloc_module_t const* module, buffer_handle_t handle) argument
[all...]
H A Dgralloc.cpp52 int fb_device_open(const hw_module_t* module, const char* name,
55 static int gralloc_device_open(const hw_module_t* module, const char* name,
58 extern int gralloc_lock(gralloc_module_t const* module,
63 extern int gralloc_unlock(gralloc_module_t const* module,
66 extern int gralloc_register_buffer(gralloc_module_t const* module,
69 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
108 dev->common.module);
161 dev->common.module);
184 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( local
185 dev->common.module);
262 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( local
286 gralloc_device_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
[all...]
H A Dgr.h43 int mapFrameBufferLocked(struct private_module_t* module);
44 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
45 int mapBuffer(gralloc_module_t const* module, private_handle_t* hnd);
H A Dframebuffer.cpp78 dev->common.module);
94 dev->common.module);
135 int mapFrameBufferLocked(struct private_module_t* module) argument
138 if (module->framebuffer) {
263 module->flags = flags;
264 module->info = info;
265 module->finfo = finfo;
266 module->xdpi = xdpi;
267 module->ydpi = ydpi;
268 module
291 mapFrameBuffer(struct private_module_t* module) argument
310 fb_device_open(hw_module_t const* module, const char* name, hw_device_t** device) argument
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DAndroid.mk7 # This is not a separate module.
15 # Header files for components including this module
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DAndroid.mk7 # This is not a separate module.
14 # Header files for components including this module
/hardware/msm7k/libgralloc/
H A Dmapper.cpp53 static int gralloc_map(gralloc_module_t const* module, argument
79 static int gralloc_unmap(gralloc_module_t const* module, argument
105 int gralloc_register_buffer(gralloc_module_t const* module, argument
118 err = gralloc_map(module, handle, &vaddr);
124 int gralloc_unregister_buffer(gralloc_module_t const* module, argument
134 gralloc_unmap(module, handle);
140 int mapBuffer(gralloc_module_t const* module, argument
144 return gralloc_map(module, hnd, &vaddr);
147 int terminateBuffer(gralloc_module_t const* module, argument
157 gralloc_unmap(module, hn
169 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
190 gralloc_unlock(gralloc_module_t const* module, buffer_handle_t handle) argument
204 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
[all...]
H A Dgr.h43 int mapFrameBufferLocked(struct private_module_t* module);
44 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
45 int mapBuffer(gralloc_module_t const* module, private_handle_t* hnd);
/hardware/msm7k/libgralloc-qsd8k/
H A Dgralloc.cpp38 int fb_device_open(const hw_module_t* module, const char* name,
41 static int gralloc_device_open(const hw_module_t* module, const char* name,
44 extern int gralloc_lock(gralloc_module_t const* module,
49 extern int gralloc_unlock(gralloc_module_t const* module,
52 extern int gralloc_register_buffer(gralloc_module_t const* module,
55 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
58 extern int gralloc_perform(struct gralloc_module_t const* module,
120 virtual int mapFrameBufferLocked(struct private_module_t* module) { argument
121 return ::mapFrameBufferLocked(module);
124 virtual int terminateBuffer(gralloc_module_t const* module, argument
180 gralloc_device_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
[all...]
H A Dframebuffer.cpp85 dev->common.module);
101 dev->common.module);
163 int mapFrameBufferLocked(struct private_module_t* module) argument
166 if (module->framebuffer) {
227 module->fbFormat = HAL_PIXEL_FORMAT_RGBX_8888;
229 module->fbFormat = HAL_PIXEL_FORMAT_RGBA_8888;
316 module->flags = flags;
317 module->info = info;
318 module->finfo = finfo;
319 module
345 mapFrameBuffer(struct private_module_t* module) argument
364 fb_device_open(hw_module_t const* module, const char* name, hw_device_t** device) argument
[all...]
/hardware/libhardware/modules/nfc/
H A Dnfc_pn544_example.c31 static int nfc_open(const hw_module_t* module, const char* name, argument
38 dev->common.module = (struct hw_module_t*) module;
/hardware/libhardware/modules/power/
H A Dpower.c28 static void power_init(struct power_module *module) argument
32 static void power_set_interactive(struct power_module *module, int on) argument
36 static void power_hint(struct power_module *module, power_hint_t hint, argument
/hardware/qcom/gps/loc_api/libloc_api/
H A Dgps.c41 static int open_gps(const struct hw_module_t* module, char const* name, argument
49 dev->common.module = (struct hw_module_t*)module;
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dgps.c41 static int open_gps(const struct hw_module_t* module, char const* name, argument
49 dev->common.module = (struct hw_module_t*)module;

Completed in 312 milliseconds

123456