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

1 2 3 4

  /system/bt/btcore/include/
hal_util.h 23 // the hw_get_module routine with the Bluetooth stack module id.
  /hardware/libhardware/tests/camera3/
camera3test_fixtures.h 38 ASSERT_EQ(0, hw_get_module(CAMERA_HARDWARE_MODULE_ID, &hw_module))
41 << "hw_get_module didn't return a valid camera module";
  /hardware/libhardware/tests/fingerprint/
fingerprint_test_fixtures.h 36 ASSERT_EQ(0, hw_get_module(FINGERPRINT_HARDWARE_MODULE_ID, &hw_module))
39 << "hw_get_module didn't return a valid fingerprint module";
  /hardware/libhardware/tests/vehicle/
vehicle_test_fixtures.h 36 ASSERT_EQ(0, hw_get_module(VEHICLE_HARDWARE_MODULE_ID, &hw_module))
39 << "hw_get_module didn't return a valid hardware module";
  /frameworks/base/services/core/jni/
com_android_server_vr_VrManagerService.cpp 40 int err = hw_get_module(VR_HARDWARE_MODULE_ID, (hw_module_t const**)&gVrHardwareModule);
com_android_server_ConsumerIrService.cpp 37 err = hw_get_module(CONSUMERIR_HARDWARE_MODULE_ID, &module);
com_android_server_VibratorService.cpp 41 int err = hw_get_module(VIBRATOR_HARDWARE_MODULE_ID, (hw_module_t const**)&gVibraModule);
com_android_server_lights_LightsService.cpp 71 err = hw_get_module(LIGHTS_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
com_android_server_HardwarePropertiesManagerService.cpp 55 status_t err = hw_get_module(THERMAL_HARDWARE_MODULE_ID, (hw_module_t const**)&gThermalModule);
  /system/connectivity/shill/wifi/
wifi_driver_hal.cc 36 ret = hw_get_module(WIFI_DRIVER_DEVICE_ID_MAIN, &module);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
power_module.cpp 43 hw_get_module(POWER_HARDWARE_MODULE_ID,
  /system/bt/btcore/src/
hal_util.c 90 return hw_get_module(BT_STACK_MODULE_ID, module);
  /frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp 135 int error = hw_get_module(
139 ALOGE("Error hw_get_module: %d", error);
  /hardware/intel/img/psb_video/src/android/
psb_gralloc.cpp 134 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
139 ALOGD("hw_get_module returned\n");
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 67 err = hw_get_module(SENSORS_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
69 printf("hw_get_module() failed (%s)\n", strerror(-err));
  /bootable/recovery/update_verifier/
update_verifier.cpp 49 if (hw_get_module("bootctrl", &hw_module) != 0) {
  /external/drm_hwcomposer/
platformdrmgeneric.cpp 59 int ret = hw_get_module(GRALLOC_HARDWARE_MODULE_ID,
  /hardware/libhardware/tests/camera2/
CameraModuleFixture.h 58 ASSERT_LE(0, hw_get_module(CAMERA_HARDWARE_MODULE_ID,
  /system/core/libmemtrack/
memtrack.c 51 err = hw_get_module(MEMTRACK_HARDWARE_MODULE_ID,
  /device/linaro/hikey/gralloc/
gralloc_module.cpp 142 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0)
345 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0)
  /external/mesa3d/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 243 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &mod)) {
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 42 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
GraphicBufferMapper.cpp 49 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
  /hardware/libhardware/
hardware.c 205 int hw_get_module(const char *id, const struct hw_module_t **module) function
  /system/extras/bootctl/
bootctl.c 180 ret = hw_get_module("bootctrl", &hw_module);

Completed in 5406 milliseconds

1 2 3 4