Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 47) sorted by relevance

12

/development/ndk/platforms/android-3/include/linux/
Dmodule.h50 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;
Dpersonality.h73 struct module *module; member
Dsysfs.h18 struct module;
22 struct module * owner;
/development/tools/emulator/opengl/
Dcommon.mk23 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)
44 emugl-end-module = \
48 $(if $(EMUGL_DEBUG),$(call emugl-dump-module))
100 _emugl-init-module = \
104 $(error There is already a $(if $3,host,) module named $1!)\
130 $(call _emugl-module-import,$(_emugl_HOST)$(_imod))\
133 _emugl-module-import = \
[all …]
/development/tools/emulator/system/camera/
DEmulatedBaseCamera.cpp38 struct hw_module_t* module) in EmulatedBaseCamera() argument
50 device->module = module; in EmulatedBaseCamera()
DEmulatedQemuCamera2.cpp34 struct hw_module_t* module) in EmulatedQemuCamera2() argument
35 : EmulatedCamera2(cameraId,module), in EmulatedQemuCamera2()
DEmulatedFakeCamera.cpp33 struct hw_module_t* module) in EmulatedFakeCamera() argument
34 : EmulatedCamera(cameraId, module), in EmulatedFakeCamera()
DEmulatedQemuCamera2.h35 EmulatedQemuCamera2(int cameraId, bool facingBack, struct hw_module_t* module);
DEmulatedFakeCamera.h38 EmulatedFakeCamera(int cameraId, bool facingBack, struct hw_module_t* module);
DEmulatedQemuCamera.cpp30 EmulatedQemuCamera::EmulatedQemuCamera(int cameraId, struct hw_module_t* module) in EmulatedQemuCamera() argument
31 : EmulatedCamera(cameraId, module), in EmulatedQemuCamera()
DEmulatedQemuCamera.h35 EmulatedQemuCamera(int cameraId, struct hw_module_t* module);
/development/tools/emulator/opengl/system/gralloc/
Dgralloc.cpp512 static int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() argument
522 private_module_t *gr = (private_module_t *)module; in gralloc_register_buffer()
552 static int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() argument
559 private_module_t *gr = (private_module_t *)module; in gralloc_unregister_buffer()
592 static int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() argument
601 private_module_t *gr = (private_module_t *)module; in gralloc_lock()
698 static int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() argument
705 private_module_t *gr = (private_module_t *)module; in gralloc_unlock()
763 static int gralloc_device_open(const hw_module_t* module, in gralloc_device_open() argument
799 dev->device.common.module = const_cast<hw_module_t*>(module); in gralloc_device_open()
[all …]
/development/host/windows/usb/winusb/
DAdbWinUsbApi.def1 ; AdbWinUsbApi.def : Declares the module parameters.
/development/host/windows/usb/api/
DAdbWinApi.def1 ; AdbWinApi.def : Declares the module parameters.
/development/tools/emulator/system/lights/
Dlights_qemu.c160 open_lights( const struct hw_module_t* module, char const *name, in open_lights() argument
190 dev->common.module = (struct hw_module_t*)module; in open_lights()
/development/ndk/platforms/android-9/samples/native-plasma/jni/
DAndroid.mk26 $(call import-module,android/native_app_glue)
/development/ndk/platforms/android-9/samples/native-activity/jni/
DAndroid.mk26 $(call import-module,android/native_app_glue)
/development/tools/emulator/opengl/tests/ut_rendercontrol_enc/
DAndroid.mk7 $(call emugl-end-module)
/development/tools/emulator/opengl/shared/OpenglOsUtils/
DAndroid.mk20 $(call emugl-end-module)
/development/tools/emulator/opengl/system/renderControl_enc/
DAndroid.mk12 $(call emugl-end-module)
/development/ndk/platforms/android-3/include/linux/mtd/
Dpartitions.h32 struct module *owner;
Dmap.h69 struct module *module; member
/development/ndk/samples/hello-neon/jni/
DAndroid.mk20 $(call import-module,cpufeatures)
/development/tools/emulator/opengl/system/OpenglSystemCommon/
DAndroid.mk13 $(call emugl-end-module)
/development/tools/emulator/opengl/tests/gles_android_wrapper/
DAndroid.mk11 $(call emugl-end-module)

12