Searched defs:module (Results 1 - 15 of 15) sorted by relevance

/development/tools/emulator/system/camera/
H A DEmulatedQemuCamera2.cpp34 struct hw_module_t* module)
35 : EmulatedCamera2(cameraId,module),
32 EmulatedQemuCamera2(int cameraId, bool facingBack, struct hw_module_t* module) argument
H A DEmulatedBaseCamera.cpp38 struct hw_module_t* module)
50 device->module = module;
35 EmulatedBaseCamera(int cameraId, uint32_t cameraVersion, struct hw_device_t* device, struct hw_module_t* module) argument
H A DEmulatedFakeCamera.cpp33 struct hw_module_t* module)
34 : EmulatedCamera(cameraId, module),
31 EmulatedFakeCamera(int cameraId, bool facingBack, struct hw_module_t* module) argument
H A DEmulatedQemuCamera.cpp30 EmulatedQemuCamera::EmulatedQemuCamera(int cameraId, struct hw_module_t* module) argument
31 : EmulatedCamera(cameraId, module),
H A DEmulatedCameraFactory.cpp227 int EmulatedCameraFactory::device_open(const hw_module_t* module, argument
236 if (module != &HAL_MODULE_INFO_SYM.common) {
237 ALOGE("%s: Invalid module %p expected %p",
238 __FUNCTION__, module, &HAL_MODULE_INFO_SYM.common);
H A DEmulatedCamera2.cpp38 * module - Emulated camera HAL module descriptor.
41 struct hw_module_t* module):
45 module)
40 EmulatedCamera2(int cameraId, struct hw_module_t* module) argument
H A DEmulatedCamera.cpp62 struct hw_module_t* module)
66 module),
61 EmulatedCamera(int cameraId, struct hw_module_t* module) argument
H A DEmulatedFakeCamera2.cpp87 struct hw_module_t* module)
88 : EmulatedCamera2(cameraId,module),
136 * Camera module API overrides
85 EmulatedFakeCamera2(int cameraId, bool facingBack, struct hw_module_t* module) argument
/development/tools/emulator/opengl/
H A Dcommon.mk9 # The following macros are used to start a new GLES emulation module.
21 # $(call emugl-end-module)
23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY)
31 emugl-begin-module = \
41 $(call _emugl-init-module,$1,$2,$3)
43 # Used to end a module definition, see function definitions above
44 emugl-end-module = \
48 $(if $(EMUGL_DEBUG),$(call emugl-dump-module))
50 # Managing module export
[all...]
/development/tools/emulator/system/lights/
H A Dlights_qemu.c155 * module methods
160 open_lights( const struct hw_module_t* module, char const *name, argument
190 dev->common.module = (struct hw_module_t*)module;
/development/ndk/platforms/android-3/include/linux/mtd/
H A Dmap.h69 struct module *module; member in struct:mtd_chip_driver
/development/ndk/platforms/android-3/include/linux/
H A Dpersonality.h73 struct module *module; member in struct:exec_domain
/development/tools/emulator/system/sensors/
H A Dsensors_qemu.c547 static int sensors__get_sensors_list(struct sensors_module_t* module, argument
592 open_sensors(const struct hw_module_t* module, argument
607 dev->device.common.module = (struct hw_module_t*) module;
/development/tools/emulator/opengl/system/gralloc/
H A Dgralloc.cpp51 // our private gralloc module structure
57 /* If not NULL, this is a pointer to the fallback module.
510 // gralloc module functions - refcount + locking interface
512 static int gralloc_register_buffer(gralloc_module_t const* module, argument
522 private_module_t *gr = (private_module_t *)module;
552 static int gralloc_unregister_buffer(gralloc_module_t const* module, argument
559 private_module_t *gr = (private_module_t *)module;
592 static int gralloc_lock(gralloc_module_t const* module, argument
601 private_module_t *gr = (private_module_t *)module;
698 static int gralloc_unlock(gralloc_module_t const* module, argument
763 gralloc_device_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
912 void* module; local
[all...]
/development/tools/emulator/system/gps/
H A Dgps_qemu.c926 static int open_gps(const struct hw_module_t* module, char const* name, argument
934 dev->common.module = (struct hw_module_t*)module;

Completed in 9775 milliseconds