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

123

/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.h38 EmulatedFakeCamera(int cameraId, bool facingBack, struct hw_module_t* module);
H A DEmulatedQemuCamera.h35 EmulatedQemuCamera(int cameraId, struct hw_module_t* module);
H A DEmulatedQemuCamera2.h35 EmulatedQemuCamera2(int cameraId, bool facingBack, struct hw_module_t* module);
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 DEmulatedBaseCamera.h40 struct hw_module_t* module);
/development/ndk/platforms/android-3/include/linux/
H A Dmodule.h28 #include <asm/module.h>
50 struct module;
54 ssize_t (*show)(struct module_attribute *, struct module *, char *);
55 ssize_t (*store)(struct module_attribute *, struct module *,
57 void (*setup)(struct module *, const char *);
58 int (*test)(struct module *);
59 void (*free)(struct module *);
65 struct module *mod;
76 #define THIS_MODULE ((struct module *)0)
110 struct module;
[all...]
H A Dipmi_smi.h17 #include <linux/module.h>
42 struct module *owner;
H A Dmiscdevice.h14 #include <linux/module.h>
H A Dsysfs.h18 struct module;
22 struct module * owner;
/development/tools/emulator/opengl/
H A DAndroid.mk16 # This is always set to a module's LOCAL_C_INCLUDES
17 # See the definition of emugl-begin-module in common.mk
22 # This is always set to a module's LOCAL_CFLAGS
23 # See the definition of emugl-begin-module in common.mk
40 # modules below in correct order. That is, if module B depends on
41 # module A, then it must be included after module A below.
43 # This ensures that anything exported by module A will be correctly
44 # be imported by module B when it is declared.
47 # module tha
[all...]
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/ndk/samples/hello-neon/jni/
H A DAndroid.mk20 $(call import-module,cpufeatures)
/development/tools/emulator/opengl/system/GLESv1/
H A DAndroid.mk12 $(call emugl-end-module)
/development/tools/emulator/opengl/system/GLESv2/
H A DAndroid.mk12 $(call emugl-end-module)
/development/tools/emulator/opengl/system/GLESv2_enc/
H A DAndroid.mk18 $(call emugl-end-module)
/development/tools/emulator/opengl/system/OpenglSystemCommon/
H A DAndroid.mk13 $(call emugl-end-module)
/development/tools/emulator/opengl/system/renderControl_enc/
H A DAndroid.mk12 $(call emugl-end-module)
/development/tools/emulator/opengl/tests/ut_rendercontrol_enc/
H A DAndroid.mk7 $(call emugl-end-module)
/development/ndk/platforms/android-3/include/linux/mtd/
H A Dpartitions.h32 struct module *owner;
/development/tools/emulator/opengl/shared/OpenglOsUtils/
H A DAndroid.mk20 $(call emugl-end-module)
/development/tools/emulator/opengl/system/GLESv1_enc/
H A DAndroid.mk19 $(call emugl-end-module)
/development/tools/emulator/opengl/system/gralloc/
H A DAndroid.mk17 $(call emugl-end-module)
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...]

Completed in 368 milliseconds

123