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

1 23 4 5

  /hardware/libhardware/include/hardware/
audio_policy.h 403 * and the fields of this data structure must begin with hw_module_t
407 struct hw_module_t common;
424 static inline int audio_policy_dev_open(const hw_module_t* module,
  /hardware/libhardware/modules/audio/
audio_policy.c 301 static int default_ap_dev_open(const hw_module_t* module, const char* name,
317 dev->device.common.module = (hw_module_t *)module;
audio_hw.c 396 static int adev_open(const hw_module_t* module, const char* name,
411 adev->device.common.module = (struct hw_module_t *) module;
  /hardware/msm7k/libcopybit/
copybit.cpp 67 static int open_copybit(const struct hw_module_t* module, const char* name,
437 static int open_copybit(const struct hw_module_t* module, const char* name,
447 ctx->device.common.module = const_cast<hw_module_t*>(module);
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 38 static int camera_device_open(const hw_module_t* module, const char* name,
483 int camera_device_open(const hw_module_t* module, const char* name,
539 camera_device->base.common.module = (hw_module_t *)(module);
  /development/tools/emulator/system/camera/
EmulatedCamera2.h 51 struct hw_module_t* module);
EmulatedCameraFactory.cpp 215 int EmulatedCameraFactory::device_open(const hw_module_t* module,
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 36 static int hwc_device_open(const struct hw_module_t* module, const char* name,
551 static int hwc_device_open(const struct hw_module_t* module, const char* name,
559 (const hw_module_t**)&gpsGrallocModule))
577 dev->device.common.module = const_cast<hw_module_t*>(module);
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 41 hw_module_t const* module;
FramebufferNativeWindow.cpp 77 hw_module_t const* module;
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 66 err = hw_get_module(SENSORS_HARDWARE_MODULE_ID, (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);
framebuffer.cpp 329 int fb_device_open(hw_module_t const* module, const char* name,
346 dev->device.common.module = const_cast<hw_module_t*>(module);
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 310 int fb_device_open(hw_module_t const* module, const char* name,
327 dev->device.common.module = const_cast<hw_module_t*>(module);
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 387 static int adev_open(const hw_module_t* module, const char* name,
402 adev->hw_device.common.module = (struct hw_module_t *) module;
  /sdk/emulator/opengl/system/gralloc/
gralloc.cpp 681 static int gralloc_device_open(const hw_module_t* module,
717 dev->device.common.module = const_cast<hw_module_t*>(module);
766 dev->device.common.module = const_cast<hw_module_t*>(module);
  /development/tools/emulator/system/sensors/
sensors_qemu.c 592 open_sensors(const struct hw_module_t* module,
607 dev->device.common.module = (struct hw_module_t*) module;
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 406 static int legacy_ap_dev_open(const hw_module_t* module, const char* name,
420 dev->device.common.module = const_cast<hw_module_t*>(module);
audio_hw_hal.cpp 553 static int legacy_adev_open(const hw_module_t* module, const char* name,
568 ladev->device.common.module = const_cast<hw_module_t*>(module);
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 364 int fb_device_open(hw_module_t const* module, const char* name,
381 dev->device.common.module = const_cast<hw_module_t*>(module);
  /sdk/emulator/sensors/
sensors_qemu.c 592 open_sensors(const struct hw_module_t* module,
607 dev->device.common.module = (struct hw_module_t*) module;
  /system/security/softkeymaster/
keymaster_openssl.cpp 469 static int openssl_open(const hw_module_t* module, const char* name,
480 dev->common.module = (struct hw_module_t*) module;
  /frameworks/base/services/jni/
com_android_server_PowerManagerService.cpp 131 (hw_module_t const**)&gPowerModule);
com_android_server_location_GpsLocationProvider.cpp 238 hw_module_t* module;
253 err = hw_get_module(GPS_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
  /frameworks/base/services/sensorservice/
SensorDevice.cpp 106 (hw_module_t const**)&mSensorModule);

Completed in 7955 milliseconds

1 23 4 5