HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 176 - 200 of 673) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
BufferManager.cpp 58 // init gralloc module
59 hw_module_t const* module; local
60 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module)) {
61 DEINIT_AND_RETURN_FALSE("failed to get gralloc module");
63 mGrallocModule = (gralloc_module_t const*)module;
65 gralloc_open(module, &mAllocDev);
  /hardware/libhardware/include/hardware/
hardware.h 49 * All module implementations must set the hw_module_t.hal_api_version field
50 * to this value when declaring the module with HAL_MODULE_INFO_SYM.
60 * Helper macros for module implementors.
63 * versions so that implementations can explicitly specify module/device
82 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
84 * followed by module specific information.
91 * The API version of the implemented module. The module owner is
92 * responsible for updating the version when a module interface has
96 * The module user must interpret the version field to decide whether o
190 struct hw_module_t* module; member in struct:hw_device_t
    [all...]
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 52 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,
85 .name = "Graphics Memory Allocator Module",
108 dev->common.module);
161 dev->common.module);
184 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*> local
265 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 102 "%s" /* module tag */
103 "%s" /* module */
125 /* module tag */
126 me->csv ? "" : ", module: ", /* note: separator added for CSV */
127 /* module */
358 unsigned long module = ((unsigned long) eModule) & PERF_ModuleMask; local
368 module < PERF_ModuleMax ? PERF_ModuleTypes[module] : "INVALID",
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 210 hw_module_t const* module; local
244 err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
247 pComponentPrivate->grallocModule = (gralloc_module_t const *)module;
252 %s module err = %x", GRALLOC_HARDWARE_MODULE_ID, err);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 170 hw_module_t const* module; local
204 err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
207 pComponentPrivate->grallocModule = (gralloc_module_t const *)module;
212 %s module err = %x", GRALLOC_HARDWARE_MODULE_ID, err);
  /packages/services/Car/service/jni/
com_android_car_CarCameraService.cpp 35 vehicle_camera_module_t *module = NULL; local
37 hw_get_module(VEHICLE_CAMERA_HARDWARE_MODULE_ID, (const hw_module_t**)&module);
39 if (module == NULL) {
42 return (jlong)module;
69 vehicle_camera_module_t *module = (vehicle_camera_module_t*)mod; local
74 camera_list = module->get_camera_device_list(&numCameras);
99 vehicle_camera_module_t *module = (vehicle_camera_module_t*)mod; local
102 if (module != NULL) {
103 module->common.methods->open((hw_module_t*)module, cameraTypeString[cameraType], &device)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver

Completed in 996 milliseconds

1 2 3 4 5 6 78 91011>>