HomeSort by relevance Sort by last modified time
    Searched refs:hw_module_t (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /hardware/libhardware/include/hardware/
gralloc.h 107 * and the fields of this data structure must begin with hw_module_t
111 struct hw_module_t common;
249 static inline int gralloc_open(const struct hw_module_t* module,
hwcomposer.h 237 struct hw_module_t common;
365 static inline int hwc_open(const struct hw_module_t* module,
keymaster.h 57 hw_module_t common;
193 static inline int keymaster_open(const struct hw_module_t* module,
sensors.h 383 * and the fields of this data structure must begin with hw_module_t
387 struct hw_module_t common;
473 static inline int sensors_open(const struct hw_module_t* module,
fb.h 151 static inline int framebuffer_open(const struct hw_module_t* module,
audio.h 316 * and the fields of this data structure must begin with hw_module_t
320 struct hw_module_t common;
415 static inline int audio_hw_device_open(const struct hw_module_t* module,
  /hardware/libhardware/modules/local_time/
local_time_hw.c 66 static int ltdev_open(const hw_module_t* module, const char* name,
82 ltdev->device.common.module = (struct 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 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 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /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,
  /device/samsung/crespo/nfc/
nfc_hw.c 96 static int nfc_open(const hw_module_t* module, const char* name,
103 dev->common.module = (struct hw_module_t*) module;
  /frameworks/av/media/common_time/
local_clock.cpp 36 const hw_module_t* mod;
  /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);
  /device/asus/grouper/nfc/
nfc_hw.c 108 static int nfc_open(const hw_module_t* module, const char* name,
115 dev->common.module = (struct hw_module_t*) module;
  /device/samsung/tuna/nfc/
nfc_hw.c 115 static int nfc_open(const hw_module_t* module, const char* name,
122 dev->common.module = (struct hw_module_t*) module;
  /development/tools/emulator/system/camera/
EmulatedQemuCamera.cpp 30 EmulatedQemuCamera::EmulatedQemuCamera(int cameraId, struct hw_module_t* module)
EmulatedCamera.h 55 struct hw_module_t* module);
  /device/moto/stingray/sensors/
nusensors.h 35 int init_nusensors(hw_module_t const* module, hw_device_t** device);
nusensors.cpp 231 int init_nusensors(hw_module_t const* module, hw_device_t** device)
240 dev->device.common.module = const_cast<hw_module_t*>(module);
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 41 hw_module_t const* module;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 134 hw_module_t const* mModule;
  /device/moto/stingray/liblights/
lights.c 237 static int open_lights(const struct hw_module_t *module, char const *name,
261 dev->common.module = (struct hw_module_t *)module;
277 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /device/samsung/crespo/libsensors/
sensors.cpp 97 static int open_sensors(const struct hw_module_t* module, const char* id,
308 static int open_sensors(const struct hw_module_t* module, const char* id,
318 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 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /device/samsung/tuna/libsensors/
sensors.cpp 95 static int open_sensors(const struct hw_module_t* module, const char* id,
369 static int open_sensors(const struct hw_module_t* module, const char* id,
380 dev->device.common.module = const_cast<hw_module_t*>(module);

Completed in 702 milliseconds

12 3 4 5