HomeSort by relevance Sort by last modified time
    Searched full:hw_module_t (Results 1 - 25 of 63) sorted by null

1 2 3

  /hardware/libhardware/include/hardware/
hardware.h 29 * Value for the hw_module_t.tag field
37 struct hw_module_t;
43 * and the fields of this data structure must begin with hw_module_t
46 typedef struct hw_module_t { struct
74 } hw_module_t; typedef in typeref:struct:hw_module_t
78 int (*open)(const struct hw_module_t* module, const char* id,
95 struct hw_module_t* module;
120 int hw_get_module(const char *id, const struct hw_module_t **module);
135 const struct hw_module_t **module);
audio.h 240 * and the fields of this data structure must begin with hw_module_t
244 struct hw_module_t common;
328 static inline int audio_hw_device_open(const struct hw_module_t* module,
gralloc.h 105 * and the fields of this data structure must begin with hw_module_t
109 struct hw_module_t common;
247 static inline int gralloc_open(const struct hw_module_t* module,
audio_policy.h 350 * and the fields of this data structure must begin with hw_module_t
354 struct hw_module_t common;
371 static inline int audio_policy_dev_open(const hw_module_t* module,
sensors.h 389 * and the fields of this data structure must begin with hw_module_t
393 struct hw_module_t common;
477 static inline int sensors_open(const struct hw_module_t* module,
  /hardware/libhardware/
hardware.c 63 const struct hw_module_t **pHmi)
67 struct hw_module_t *hmi;
84 hmi = (struct hw_module_t *)dlsym(handle, sym);
121 const struct hw_module_t **module)
125 const struct hw_module_t *hmi = NULL;
172 int hw_get_module(const char *id, const struct hw_module_t **module)
  /frameworks/base/services/jni/
com_android_server_LightsService.cpp 51 static light_device_t* get_device(hw_module_t* module, char const* name)
66 hw_module_t* module;
71 err = hw_get_module(LIGHTS_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 36 static int hwc_device_open(const struct hw_module_t* module, const char* name,
107 static int hwc_device_open(const struct hw_module_t* module, const char* name,
121 dev->device.common.module = const_cast<hw_module_t*>(module);
  /hardware/msm7k/libgralloc-qsd8k/
gralloc.cpp 38 int fb_device_open(const hw_module_t* module, const char* name,
41 static int gralloc_device_open(const hw_module_t* module, const char* name,
180 int gralloc_device_open(const hw_module_t* module, const char* name,
  /hardware/qcom/gps/loc_api/libloc_api/
gps.c 39 static int open_gps(const struct hw_module_t* module, char const* name,
47 dev->common.module = (struct hw_module_t*)module;
58 const struct hw_module_t HAL_MODULE_INFO_SYM = {
  /development/tools/emulator/system/camera/
EmulatedFakeCamera.h 38 EmulatedFakeCamera(int cameraId, struct hw_module_t* module);
EmulatedQemuCamera.h 35 EmulatedQemuCamera(int cameraId, struct hw_module_t* module);
EmulatedFakeCamera.cpp 31 EmulatedFakeCamera::EmulatedFakeCamera(int cameraId, struct hw_module_t* module)
EmulatedQemuCamera.cpp 30 EmulatedQemuCamera::EmulatedQemuCamera(int cameraId, struct hw_module_t* module)
EmulatedCameraFactory.h 88 static int device_open(const hw_module_t* module,
  /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,
285 int gralloc_device_open(const hw_module_t* module, const char* name,
299 dev->device.common.module = const_cast<hw_module_t*>(module);
  /development/tools/emulator/system/lights/
lights_qemu.c 160 open_lights( const struct hw_module_t* module, char const *name,
190 dev->common.module = (struct hw_module_t*)module;
205 const struct hw_module_t HAL_MODULE_INFO_SYM = {
  /device/samsung/tuna/liblight/
lights.c 179 static int open_lights(const struct hw_module_t *module, char const *name,
201 dev->common.module = (struct hw_module_t *)module;
214 const struct hw_module_t HAL_MODULE_INFO_SYM = {
  /frameworks/base/services/surfaceflinger/DisplayHardware/
HWComposer.h 83 hw_module_t const* mModule;
  /hardware/libhardware/modules/audio/
audio_policy.c 282 static int default_ap_dev_open(const hw_module_t* module, const char* name,
298 dev->device.common.module = (hw_module_t *)module;
audio_hw.c 382 static int adev_open(const hw_module_t* module, const char* name,
397 adev->device.common.module = (struct hw_module_t *) module;
  /device/samsung/tuna/libsensors/
sensors.cpp 95 static int open_sensors(const struct hw_module_t* module, const char* id,
367 static int open_sensors(const struct hw_module_t* module, const char* id,
378 dev->device.common.module = const_cast<hw_module_t*>(module);
  /hardware/msm7k/liblights/
lights.c 362 static int open_lights(const struct hw_module_t* module, char const* name,
397 dev->common.module = (struct hw_module_t*)module;
413 const struct hw_module_t HAL_MODULE_INFO_SYM = {
  /frameworks/base/libs/ui/
GraphicBufferMapper.cpp 39 hw_module_t const* module;
  /hardware/msm7k/libgralloc/
gralloc.cpp 66 int fb_device_open(const hw_module_t* module, const char* name,
69 static int gralloc_device_open(const hw_module_t* module, const char* name,
576 int gralloc_device_open(const hw_module_t* module, const char* name,
590 dev->device.common.module = const_cast<hw_module_t*>(module);

Completed in 229 milliseconds

1 2 3