Searched refs:module (Results 26 - 50 of 59) sorted by relevance

123

/development/ndk/platforms/android-3/include/linux/mtd/
H A Dblktrans.h58 struct module *owner;
H A Dmap.h69 struct module *module; member in struct:mtd_chip_driver
H A Dmtd.h18 #include <linux/module.h>
138 struct module *owner;
/development/ndk/platforms/android-9/arch-x86/include/asm/
H A Dalternative_32.h35 struct module;
/development/tools/emulator/system/camera/
H A DEmulatedCameraFactory.h33 * When the global static instance of this class is created on the module load,
88 static int device_open(const hw_module_t* module,
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);
/development/ndk/platforms/android-3/include/linux/
H A Dpersonality.h73 struct module *module; member in struct:exec_domain
H A Dproc_fs.h46 struct module *owner;
H A Delevator.h80 struct module *elevator_owner;
H A Ddevice.h20 #include <linux/module.h>
78 struct module * owner;
101 struct module * owner;
H A Dmoduleparam.h99 struct module;
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
H A DAndroid.mk23 $(call emugl-end-module)
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A DAndroid.mk11 $(call emugl-end-module)
25 $(call emugl-end-module)
43 $(call emugl-end-module)
/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;
H A DAndroid.mk17 # HAL module implemenation, not prelinked and stored in
/development/ndk/platforms/android-9/samples/native-activity/jni/
H A DAndroid.mk26 $(call import-module,android/native_app_glue)
/development/ndk/platforms/android-9/samples/native-plasma/jni/
H A DAndroid.mk26 $(call import-module,android/native_app_glue)
/development/ndk/tests/prebuilt-library/jni/
H A DAndroid.mk17 # Note: the module is named foo-prebuilt, but the library is libfool.so !
/development/ndk/platforms/android-3/include/linux/raid/
H A Dmd.h21 #include <linux/module.h>
/development/tools/emulator/opengl/system/egl/
H A DAndroid.mk21 $(call emugl-end-module)
/development/tools/emulator/system/gps/
H A DAndroid.mk25 # HAL module implemenation stored in
/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;
H A DAndroid.mk26 # HAL module implemenation stored in
/development/tools/elftree/
H A DAndroid.mk26 #LOCAL_MODULE := $(module)

Completed in 406 milliseconds

123