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

1 2 3 4 5

  /development/tools/emulator/system/camera/
EmulatedFakeCamera2.h 36 EmulatedFakeCamera2(int cameraId, bool facingBack, struct hw_module_t* module);
EmulatedQemuCamera2.h 35 EmulatedQemuCamera2(int cameraId, bool facingBack, struct hw_module_t* module);
EmulatedFakeCamera.h 38 EmulatedFakeCamera(int cameraId, bool facingBack, struct hw_module_t* module);
EmulatedFakeCamera2.cpp 33 struct hw_module_t* module)
EmulatedQemuCamera.h 35 EmulatedQemuCamera(int cameraId, struct hw_module_t* module);
EmulatedQemuCamera2.cpp 34 struct hw_module_t* module)
EmulatedBaseCamera.h 40 struct hw_module_t* module);
EmulatedBaseCamera.cpp 38 struct hw_module_t* module)
EmulatedCameraFactory.h 88 static int device_open(const hw_module_t* module,
EmulatedFakeCamera.cpp 33 struct hw_module_t* module)
  /hardware/libhardware/include/hardware/
hardware.h 29 * Value for the hw_module_t.tag field
43 * All module implementations must set the hw_module_t.hal_api_version field
60 * Use this macro to set the hw_module_t.module_api_version field.
69 struct hw_module_t;
75 * and the fields of this data structure must begin with hw_module_t
78 typedef struct hw_module_t { struct
113 * version the hw_module_t, hw_module_methods_t, and hw_device_t
142 } hw_module_t; typedef in typeref:struct:hw_module_t
146 int (*open)(const struct hw_module_t* module, const char* id,
178 struct hw_module_t* module
    [all...]
local_time_hal.h 50 * and the fields of this data structure must begin with hw_module_t
54 struct hw_module_t common;
102 const struct hw_module_t* module,
nfc.h 38 struct hw_module_t common;
86 static inline int nfc_pn544_open(const struct hw_module_t* module,
camera_common.h 157 hw_module_t common;
power.h 48 * and the fields of this data structure must begin with hw_module_t
52 struct hw_module_t common;
  /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 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /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)
  /hardware/libhardware/modules/nfc/
nfc_hw_example.c 31 static int nfc_open(const hw_module_t* module, const char* name,
38 dev->common.module = (struct hw_module_t*) module;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
PowerHAL.cpp 30 (const hw_module_t **)&mPowerModule);
  /device/moto/stingray/sensors/
sensors.c 55 static int open_sensors(const struct hw_module_t* module, const char* name,
84 static int open_sensors(const struct hw_module_t* module, const char* name,
  /device/asus/grouper/liblights/
lights.c 111 static int open_lights(const struct hw_module_t *module, char const *name,
131 dev->common.module = (struct hw_module_t *)module;
148 struct hw_module_t HAL_MODULE_INFO_SYM =
  /device/samsung/crespo/liblight/
lights.c 88 static int open_lights(const struct hw_module_t *module, char const *name,
108 dev->common.module = (struct hw_module_t *)module;
121 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /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/libhardware/tests/camera2/
camera2.cpp 27 hw_module_t *module = NULL;
29 (const hw_module_t **)&module);
98 (const hw_module_t*)cam_module,

Completed in 6720 milliseconds

1 2 3 4 5